Package | Description |
---|---|
fmrisc.ProgramExplorer.Parser | |
fmrisc.ProgramExplorer.Semantics | |
fmrisc.ProgramExplorer.Syntax | |
fmrisc.ProgramExplorer.Syntax.Program |
Modifier and Type | Method and Description |
---|---|
ObjectVariableDeclaration |
MiniJavaParser.objectvar() |
Modifier and Type | Method and Description |
---|---|
ObjectVariableDeclaration |
ObjectVariableSymbol.getDeclaration()
Return declaration associated to symbol.
|
Modifier and Type | Method and Description |
---|---|
static ObjectVariableSymbol |
ObjectVariableSymbol.construct(ClassSymbol csymbol,
Identifier name,
TypeExpression type,
ObjectVariableDeclaration decl)
Construct object variable symbol.
|
boolean |
Environment.put(ObjectVariableDeclaration decl)
Enter new object variable symbol into environment.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.visit(ObjectVariableDeclaration tree) |
void |
ASTVisitorBase.visit(ObjectVariableDeclaration tree) |
Modifier and Type | Method and Description |
---|---|
static ObjectVariableDeclaration |
ObjectVariableDeclaration.construct(Identifier name,
TypeExpression type,
ValueExpression value)
Construct an object variable declaration
|