|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemMember | |
---|---|
edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
edu.ksu.cis.projects.bogor.symboltable | Provides for Bogor symbol table. |
Uses of SystemMember in edu.ksu.cis.projects.bogor.ast |
---|
Subclasses of SystemMember in edu.ksu.cis.projects.bogor.ast | |
---|---|
class |
ConstantDefinition
Constant definition AST. |
class |
Definition
The top level class for definition AST. |
class |
EnumDefinition
Enum definition AST. |
class |
ExtensionDefinition
Extension definition AST. |
class |
FSM
FSM AST. |
class |
Fun
Fun AST. |
class |
Global
The top level class for global AST. |
class |
RecordDefinition
Record definition AST. |
class |
TypeAliasDefinition
Type-alias declaration AST. |
class |
VirtualTableDefinition
Virtual table definition AST. |
Methods in edu.ksu.cis.projects.bogor.ast that return SystemMember | |
---|---|
abstract SystemMember |
SystemMember.clone()
Clones this object (deep clone); including location info. |
SystemMember |
System.getSystemMember(int index)
Gets a system member at a specified index. |
Method parameters in edu.ksu.cis.projects.bogor.ast with type arguments of type SystemMember | |
---|---|
void |
System.setSystemMembers(List<? extends SystemMember> newSystemMembers)
Sets the system members. |
Constructor parameters in edu.ksu.cis.projects.bogor.ast with type arguments of type SystemMember | |
---|---|
System(String id,
List<? extends SystemMember> systemMembers)
Default constructors. |
|
System(System.DeclarationKeyword keyword,
String id,
List<? extends SystemMember> systemMembers)
Default constructors. |
Uses of SystemMember in edu.ksu.cis.projects.bogor.symboltable |
---|
Methods in edu.ksu.cis.projects.bogor.symboltable that return SystemMember | |
---|---|
SystemMember |
SymbolTable.getDeclarationForIdentifier(String id)
|
Methods in edu.ksu.cis.projects.bogor.symboltable that return types with arguments of type SystemMember | |
---|---|
Map<String,SystemMember> |
SymbolTable.getIdentifierDefTable()
Gets the constant/enum/global identifier (String) to its declaration (ConstantDefinition/EnumDefinition/Global/Fun) mapping. |
Methods in edu.ksu.cis.projects.bogor.symboltable with parameters of type SystemMember | |
---|---|
String |
SymbolTable.getSystemMemberType(SystemMember mem)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |