org.eclipse.epsilon.eol.dom
Class VariableDeclaration

java.lang.Object
  extended by org.antlr.runtime.tree.BaseTree
      extended by org.antlr.runtime.tree.CommonTree
          extended by org.eclipse.epsilon.common.parse.AST
              extended by org.eclipse.epsilon.eol.dom.VariableDeclaration
All Implemented Interfaces:
org.antlr.runtime.tree.Tree

public class VariableDeclaration
extends AST


Field Summary
 
Fields inherited from class org.antlr.runtime.tree.CommonTree
childIndex, parent, token
 
Fields inherited from interface org.antlr.runtime.tree.Tree
INVALID_NODE
 
Constructor Summary
VariableDeclaration()
           
 
Method Summary
 
Methods inherited from class org.eclipse.epsilon.common.parse.AST
getAnnotationsAst, getBasename, getChild, getChildren, getColumn, getDescendants, getExtraTokens, getFile, getFirstChild, getLine, getModule, getNextSibling, getNumberOfChildren, getParent, getProperties, getRegion, getSecondChild, getThirdChild, getUri, isImaginary, setAnnotationsAst, setColumn, setExtraTokens, setFirstChild, setImaginary, setLine, setModule, setNextSibling, setRegion, setToken, setUri
 
Methods inherited from class org.antlr.runtime.tree.CommonTree
dupNode, getCharPositionInLine, getChildIndex, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, toString
 
Methods inherited from class org.antlr.runtime.tree.BaseTree
addChild, addChildren, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, getChildCount, getFirstChildWithType, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableDeclaration

public VariableDeclaration()