|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.AST.ASTBase
fmrisc.AST.ExpressionBase
fmrisc.AST.QuantifiedExpression
Abstract base class of quantified expressions.
Constructor Summary | |
QuantifiedExpression(java.lang.String quantifier,
TypedIdentifier[] variables,
Expression base)
constructs quantified expression from quantifier, variables, and base |
Method Summary | |
Expression |
getBase()
get base expression |
TypedIdentifier[] |
getVariables()
get quantified variables |
void |
printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination). |
fmrisc.AST.QuantifiedExpression.Substitution |
substitution()
return copy of AST with value references instantiated by the substitutions set in the corresponding declaration identifiers |
Methods inherited from class fmrisc.AST.ExpressionBase |
printPriority |
Methods inherited from class fmrisc.AST.ASTBase |
print, printParens, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface fmrisc.AST.Expression |
instantiate |
Methods inherited from interface fmrisc.AST.AST |
print, printParens, toString |
Constructor Detail |
public QuantifiedExpression(java.lang.String quantifier, TypedIdentifier[] variables, Expression base)
quantifier
- the name of the quantifier used for printingvariables
- the variable sequencebase
- the base expressionMethod Detail |
public TypedIdentifier[] getVariables()
public Expression getBase()
public fmrisc.AST.QuantifiedExpression.Substitution substitution()
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 |