public class CreateActionImpl extends ActionImpl implements ICreateAction
childIndex, parent, startIndex, stopIndex, tokenNEWLINE| Constructor and Description |
|---|
CreateActionImpl() |
CreateActionImpl(org.antlr.runtime.Token token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INRLAstVisitor visitor)
Accept a visitor to this node.
|
String |
dump(int indent)
Dump the AST and its children for debugging purposes
|
IModelElement |
getElement()
A reference to the element to create.
|
String |
getElementName() |
ModelReferenceImpl |
getModelReference()
Return the raw model reference
|
IVariable |
getVariable()
A reference to the variable that the object is held in after creation.
|
String |
getVariableName() |
void |
setVariable(IVariable variable) |
doIndent, getColumn, getLine, getUserData, initialisePositionFromChild, setColumn, setLine, setUserDatadupNode, getCharPositionInLine, getChildIndex, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetColumn, getLine, getUserData, setUserDatapublic CreateActionImpl()
public CreateActionImpl(org.antlr.runtime.Token token)
public void accept(INRLAstVisitor visitor)
INRLAstNodeaccept in interface INRLAstNodeaccept in class Antlr3NRLBaseAstvisitor - the visitorpublic String dump(int indent)
INRLAstNodedump in interface INRLAstNodedump in class Antlr3NRLBaseAstindent - the indentation count, 0 on first callpublic IModelElement getElement()
ICreateActiongetElement in interface ICreateActionpublic String getElementName()
public ModelReferenceImpl getModelReference()
public IVariable getVariable()
ICreateActiongetVariable in interface ICreateActionpublic String getVariableName()
public void setVariable(IVariable variable)
Copyright © 2006-2013. All Rights Reserved.