Package | Description |
---|---|
com.igormaznitsa.jcp.expression |
Modifier and Type | Field and Description |
---|---|
static ExpressionTreeElement |
ExpressionTreeElement.EMPTY_SLOT |
Modifier and Type | Method and Description |
---|---|
ExpressionTreeElement |
ExpressionTreeElement.addSubTree(ExpressionTree tree)
Add a tree as new child and make the maximum priority for it
|
ExpressionTreeElement |
ExpressionTreeElement.addTreeElement(ExpressionTreeElement element)
Add tree element with sorting operation depends on priority of the elements
|
ExpressionTreeElement |
ExpressionTreeElement.getChildForIndex(int index)
Get the child element for its index (the first is 0)
|
ExpressionTreeElement |
ExpressionTreeElement.getParent()
Get the parent for the element
|
ExpressionTreeElement |
ExpressionTree.getRoot()
Get the root of the tree
|
Modifier and Type | Method and Description |
---|---|
ExpressionTreeElement |
ExpressionTreeElement.addTreeElement(ExpressionTreeElement element)
Add tree element with sorting operation depends on priority of the elements
|
boolean |
ExpressionTreeElement.replaceElement(ExpressionTreeElement oldOne,
ExpressionTreeElement newOne)
It replaces a child element
|
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.