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, toString
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
public DroolsTree(DroolsTree node)
public DroolsTree(org.antlr.runtime.Token token)
public org.antlr.runtime.tree.Tree dupNode()
dupNode
in interface org.antlr.runtime.tree.Tree
dupNode
in class org.antlr.runtime.tree.CommonTree
public int getStartCharOffset()
public void setStartCharOffset(int startCharOffset)
startCharOffset
- start char offsetpublic int getEndCharOffset()
public void setEndCharOffset(int endCharOffset)
endCharOffset
- end char offsetpublic DroolsEditorType getEditorElementType()
DroolsEditorType
public void setEditorElementType(DroolsEditorType editorElementType)
editorElementType
- editor typeDroolsEditorType
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.