| Modifier and Type | Class and Description |
|---|---|
class |
FieldSymbol
A field symbol is just a variable that lives inside an aggregate like a
class or struct.
|
class |
FunctionSymbol
This symbol represents a function ala C, not a method ala Java.
|
class |
MethodSymbol
A method symbol is a function that lives within an aggregate/class and has a slot number.
|
class |
ParameterSymbol
A parameter is just kind of variable used as an argument to a
function or method.
|
class |
VariableSymbol |
Copyright © 2016 ANTLR. All Rights Reserved.