|
|||||||||||
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.SubrangeType
Subranges of integers.
Constructor Summary | |
SubrangeType(Expression from,
Expression to)
construct subrangetype with denoted bounds |
Method Summary | |
Expression |
getFrom()
returns lower bound |
Expression |
getTo()
returns to bound |
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 SubrangeType(Expression from, Expression to)
from
- the lower boundto
- the upper boundMethod Detail |
public Expression getFrom()
public Expression getTo()
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 |