Package | Description |
---|---|
fmrisc.ProgramExplorer.Parser | |
fmrisc.ProgramExplorer.Semantics | |
fmrisc.ProgramExplorer.Syntax | |
fmrisc.ProgramExplorer.Syntax.Program |
Modifier and Type | Method and Description |
---|---|
ObjectMethodDeclaration |
MiniJavaParser.objectmethod() |
Modifier and Type | Method and Description |
---|---|
ObjectMethodDeclaration |
ObjectMethodSymbol.getDeclaration()
Get declaration of method.
|
Modifier and Type | Method and Description |
---|---|
static ObjectMethodSymbol |
ObjectMethodSymbol.construct(ClassSymbol csymbol,
Identifier name,
Parameter[] params,
TypeExpression[] atypes,
TypeExpression rtype,
ObjectMethodDeclaration decl,
ErrorStream error)
Construct object method symbol from declaration (NULL, in case of error).
|
boolean |
Environment.put(ObjectMethodDeclaration decl)
Enter new object method symbol into environment.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.visit(ObjectMethodDeclaration tree) |
void |
ASTVisitorBase.visit(ObjectMethodDeclaration tree) |
Modifier and Type | Method and Description |
---|---|
static ObjectMethodDeclaration |
ObjectMethodDeclaration.construct(Identifier name,
TypeExpression type,
Parameter[] params,
Statement body)
Construction of an object method declaration
|
static ObjectMethodDeclaration |
ObjectMethodDeclaration.construct(Identifier name,
TypeExpression type,
java.util.Vector<Parameter> params,
Statement body)
Construction of an object method declaration
|