public class DroolsTree
extends org.antlr.runtime.tree.CommonTree
| Constructor and Description |
|---|
DroolsTree(DroolsTree node) |
DroolsTree(org.antlr.runtime.Token token) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.runtime.tree.Tree |
dupNode() |
DroolsEditorType |
getEditorElementType()
getter of editor type
|
int |
getEndCharOffset()
getter of end char offset
|
int |
getStartCharOffset()
getter for start char offset
|
void |
setEditorElementType(DroolsEditorType editorElementType)
setter of editor type
|
void |
setEndCharOffset(int endCharOffset)
setter of end char offset
|
void |
setStartCharOffset(int startCharOffset)
setter for start char offset
|
getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreepublic DroolsTree(DroolsTree node)
public DroolsTree(org.antlr.runtime.Token token)
public org.antlr.runtime.tree.Tree dupNode()
dupNode in interface org.antlr.runtime.tree.TreedupNode in class org.antlr.runtime.tree.CommonTreepublic int getStartCharOffset()
public void setStartCharOffset(int startCharOffset)
startCharOffset - start char offsetpublic int getEndCharOffset()
public void setEndCharOffset(int endCharOffset)
endCharOffset - end char offsetpublic DroolsEditorType getEditorElementType()
DroolsEditorTypepublic void setEditorElementType(DroolsEditorType editorElementType)
editorElementType - editor typeDroolsEditorTypeCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.