| 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 |
ParameterSymbol
A parameter is just kind of variable used as an argument to a
function or method.
|
class |
PrimitiveType |
class |
TypeAlias
A "typedef int I;" in C results in a TypeAlias("I", ptrToIntegerType)
|
class |
VariableSymbol |
Copyright © 2016 ANTLR. All Rights Reserved.