saffron.runtime
Class VarDecl
java.lang.Object
|
+--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 |
name
public String name
clazz
public Class clazz
value
public Object value
VarDecl
public VarDecl(String name,
Class clazz,
Object value)