|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.AST.ASTBase
fmrisc.AST.TypeBase
Base class of type expressions.
Constructor Summary | |
TypeBase()
|
Method Summary | |
void |
print(java.io.PrintWriter out)
Prints text representation of type expression. |
Methods inherited from class fmrisc.AST.ASTBase |
printCore, printParens, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface fmrisc.AST.Type |
instantiateType |
Methods inherited from interface fmrisc.AST.AST |
printCore, printParens, toString |
Constructor Detail |
public TypeBase()
Method Detail |
public void print(java.io.PrintWriter out)
print
in interface AST
print
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 |