|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.AST.ASTBase
fmrisc.AST.TypeBase
fmrisc.AST.ArrayType
Handling of array types.
Constructor Summary | |
ArrayType(Type index,
Type base)
construct array type with denoted index type and base type. |
Method Summary | |
Type |
getBase()
returns base type |
Type |
getIndex()
returns index type |
Type |
instantiateType()
return copy of AST with value references instantiated by the substitutions set in the corresponding declaration identifiers |
void |
printCore(java.io.PrintWriter out)
Prints text representation of type on out (without new line termination). |
Methods inherited from class fmrisc.AST.TypeBase |
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 ArrayType(Type index, Type base)
index
- the index type of the arraybase
- the base type of the arrayMethod Detail |
public Type getIndex()
public Type getBase()
public Type instantiateType()
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 |