|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.Syntax.ASTVisitorBase
fmrisc.Proving.FreeVariables
public class FreeVariables
Compute the free variables of an expression.
Constructor Summary | |
---|---|
FreeVariables()
|
Method Summary | |
---|---|
static java.util.Vector |
compute(Expression exp)
Compute free variables of expression. |
Methods inherited from class fmrisc.Syntax.ASTVisitorBase |
---|
visit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FreeVariables()
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 |