net.sf.saffron.runtime
Class VarDecl
java.lang.Object
|
+--net.sf.saffron.runtime.VarDecl
- public class VarDecl
- extends Object
An array of VarDecl
s is returned from the dummy()
method which is generated to implement a variable declaration, or a list
of statements which contain variable declarations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clazz
public Class clazz
value
public Object value
name
public String name
VarDecl
public VarDecl(String name,
Class clazz,
Object value)