|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.Syntax.ASTVisitorBase
fmrisc.Semantics.BoundVariables
public final class BoundVariables
Compute the variables bound within an expression.
Constructor Summary | |
---|---|
BoundVariables()
|
Method Summary | |
---|---|
static java.util.Vector |
compute(Expression exp)
Compute variables bound some quantifier within an expression. |
Methods inherited from class fmrisc.Syntax.ASTVisitorBase |
---|
isCloned, visit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundVariables()
Method Detail |
---|
public static java.util.Vector compute(Expression exp)
exp
- an expression.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |