| Modifier and Type | Class and Description |
|---|---|
class |
ClassSymbol
A symbol representing the class.
|
class |
DataAggregateSymbol
A symbol representing a collection of data like a struct or class.
|
class |
FieldSymbol
A field symbol is just a variable that lives inside an aggregate like a
class or struct.
|
class |
MethodSymbol
A method symbol is a function that lives within an aggregate/class and has a slot number.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends MemberSymbol> |
DataAggregateSymbol.getMembers() |
List<MemberSymbol> |
DataAggregateSymbol.getSymbols() |
Copyright © 2016 ANTLR. All Rights Reserved.