Uses of Class
com.igormaznitsa.jcp.expression.ExpressionTreeElement
Packages that use ExpressionTreeElement
-
Uses of ExpressionTreeElement in com.igormaznitsa.jcp.expression
Fields in com.igormaznitsa.jcp.expression declared as ExpressionTreeElementModifier and TypeFieldDescriptionstatic final ExpressionTreeElementExpressionTreeElement.EMPTY_SLOTMethods in com.igormaznitsa.jcp.expression that return ExpressionTreeElementModifier and TypeMethodDescriptionExpressionTreeElement.addSubTree(ExpressionTree tree) Add a tree as new child and make the maximum priority for itExpressionTreeElement.addTreeElement(ExpressionTreeElement element) Add tree element with sorting operation depends on priority of the elementsExpressionTreeElement.getChildForIndex(int index) Get the child element for its index (the first is 0)ExpressionTreeElement.getParent()Get the parent for the elementExpressionTree.getRoot()Get the root of the treeMethods in com.igormaznitsa.jcp.expression with parameters of type ExpressionTreeElementModifier and TypeMethodDescriptionExpressionTreeElement.addTreeElement(ExpressionTreeElement element) Add tree element with sorting operation depends on priority of the elementsbooleanExpressionTreeElement.replaceElement(ExpressionTreeElement oldOne, ExpressionTreeElement newOne) It replaces a child element