|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.AST.ASTBase
fmrisc.AST.DeclarationBase
fmrisc.AST.FormulaDeclaration
Handling of type declarations.
Constructor Summary | |
FormulaDeclaration(FormulaDeclIdentifier name,
Expression formula)
construct formula declaration with denoted name and formula |
Method Summary | |
Expression |
getFormula()
returns declaration formula |
FormulaDeclIdentifier |
getFormulaDeclIdentifier()
returns declaration name |
Identifier |
getIdentifier()
returns declaration name |
void |
printCore(java.io.PrintWriter out)
Prints text representation of tree on out (without new line termination). |
Methods inherited from class fmrisc.AST.DeclarationBase |
print |
Methods inherited from class fmrisc.AST.ASTBase |
printParens, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface fmrisc.AST.AST |
printParens, toString |
Constructor Detail |
public FormulaDeclaration(FormulaDeclIdentifier name, Expression formula)
name
- the declared nameformula
- the formula associated to the nameMethod Detail |
public FormulaDeclIdentifier getFormulaDeclIdentifier()
public Identifier getIdentifier()
public Expression getFormula()
public void printCore(java.io.PrintWriter out)
printCore
in interface AST
printCore
in class ASTBase
out
- the stream on which the text is written
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |