saffron.runtime
Class VarDecl

java.lang.Object
  |
  +--saffron.runtime.VarDecl

public class VarDecl
extends Object

An array of VarDecls is returned from the dummy() method which is generated to implement a variable declaration, or a list of statements which contain variable declarations.


Field Summary
 Class clazz
           
 String name
           
 Object value
           
 
Constructor Summary
VarDecl(String name, Class clazz, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

clazz

public Class clazz

value

public Object value
Constructor Detail

VarDecl

public VarDecl(String name,
               Class clazz,
               Object value)

SourceForge.net_Logo