Uses of Interface
de.bitgrip.ficum.node.Node
-
-
Uses of Node in de.bitgrip.ficum.node
Subinterfaces of Node in de.bitgrip.ficum.node Modifier and Type Interface Description interfaceOperandNodeinterfaceOperationNodeClasses in de.bitgrip.ficum.node that implement Node Modifier and Type Class Description classConstraintNode<T>classLogicalOperationNodeFields in de.bitgrip.ficum.node declared as Node Modifier and Type Field Description private NodeLogicalOperationNode. leftprivate NodeLogicalOperationNode. rightMethods in de.bitgrip.ficum.node that return Node Modifier and Type Method Description static NodeBuilder. build(java.lang.Iterable<java.lang.Object> stack)Build aNodetree from an infix stackNodeBuilder.DefinedBuilder. build()Build aNodetreeprivate static NodeBuilder. eval(java.util.Deque<java.lang.Object> postfix)NodeLogicalOperationNode. getLeft()NodeOperationNode. getLeft()NodeLogicalOperationNode. getRight()NodeOperationNode. getRight()Methods in de.bitgrip.ficum.node with parameters of type Node Modifier and Type Method Description OperationNodeLogicalOperationNode. setLeft(Node left)OperationNodeOperationNode. setLeft(Node node)OperationNodeLogicalOperationNode. setRight(Node right)OperationNodeOperationNode. setRight(Node node)java.lang.StringQueryPrinterVisitor. start(Node node)TVisitor. start(Node root)voidAbstractVisitor. visit(Node node)voidVisitor. visit(Node node)
-