|
|||||||||||
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.SubType
Predicated subtypes.
Constructor Summary | |
SubType(Expression predicate)
construct subtype with denoted predicate. |
Method Summary | |
Type |
getBase()
returns base type |
Expression |
getPredicate()
returns predicate |
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). |
void |
setBase(Type base)
set base type |
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 SubType(Expression predicate)
predicate
- the predicate defining the subtypeMethod Detail |
public Expression getPredicate()
public Type getBase()
public void setBase(Type base)
base
- the base type of the subtypepublic 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 |