cager.jexpr.ast
Class VariableDeclaration

java.lang.Object
  extended bycager.jexpr.ast.AST
      extended bycager.jexpr.ast.TypedAST
          extended bycager.jexpr.ast.VariableDeclaration
Direct Known Subclasses:
FormalParameter

public abstract class VariableDeclaration
extends TypedAST


Field Summary
 int frameIndex
           
 Identifier identifier
           
 
Fields inherited from class cager.jexpr.ast.TypedAST
type
 
Constructor Summary
VariableDeclaration(java.lang.String name, org.apache.bcel.generic.Type type)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class cager.jexpr.ast.TypedAST
dump, getType, setType
 
Methods inherited from class cager.jexpr.ast.AST
dumpChildren, dumpPrefix, getChildren, getParent, setParent, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public Identifier identifier

frameIndex

public int frameIndex
Constructor Detail

VariableDeclaration

public VariableDeclaration(java.lang.String name,
                           org.apache.bcel.generic.Type type)
Method Detail

getName

public java.lang.String getName()