|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.AST.ASTBase
fmrisc.AST.Identifier
fmrisc.AST.TypeDeclIdentifier
Handling of identifiers used in type declarations
Constructor Summary | |
TypeDeclIdentifier(java.lang.String name)
construct identifier from name |
Method Summary | |
TypeTableEntry |
getEntry()
returns value table entry |
java.lang.String |
getUniqueName()
returns unique name of identifier |
void |
print(java.io.PrintWriter out)
Prints text representation on out (without new line termination). |
void |
printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination). |
Methods inherited from class fmrisc.AST.Identifier |
getName, printPriority, setName |
Methods inherited from class fmrisc.AST.ASTBase |
printParens, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TypeDeclIdentifier(java.lang.String name)
name
- the text representation of the identifierMethod Detail |
public java.lang.String getUniqueName()
public TypeTableEntry getEntry()
public void printCore(java.io.PrintWriter out)
printCore
in interface AST
printCore
in class Identifier
out
- the stream on which the text is writtenpublic void print(java.io.PrintWriter out)
print
in interface AST
print
in class Identifier
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 |