Uses of Class
com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
Packages that use BranchSet.LogicalExpressionNode Package Description com.aparapi.internal.instruction com.aparapi.internal.writer -
-
Uses of BranchSet.LogicalExpressionNode in com.aparapi.internal.instruction
Subclasses of BranchSet.LogicalExpressionNode in com.aparapi.internal.instruction Modifier and Type Class Description static classBranchSet.CompoundLogicalExpressionNodeA node in the expression tree representing a simple logical expression.static classBranchSet.SimpleLogicalExpressionNodeA node in the expression tree representing a simple logical expression.Fields in com.aparapi.internal.instruction declared as BranchSet.LogicalExpressionNode Modifier and Type Field Description private BranchSet.LogicalExpressionNodeBranchSet.CompoundLogicalExpressionNode. lhsprivate BranchSet.LogicalExpressionNodeBranchSet. logicalExpressionNodeprivate BranchSet.LogicalExpressionNodeBranchSet.LogicalExpressionNode. nextprivate BranchSet.LogicalExpressionNodeBranchSet.LogicalExpressionNode. parentprivate BranchSet.LogicalExpressionNodeBranchSet.CompoundLogicalExpressionNode. rhsMethods in com.aparapi.internal.instruction that return BranchSet.LogicalExpressionNode Modifier and Type Method Description BranchSet.LogicalExpressionNodeBranchSet.CompoundLogicalExpressionNode. cloneInverted()abstract BranchSet.LogicalExpressionNodeBranchSet.LogicalExpressionNode. cloneInverted()BranchSet.LogicalExpressionNodeBranchSet.SimpleLogicalExpressionNode. cloneInverted()BranchSet.LogicalExpressionNodeBranchSet.CompoundLogicalExpressionNode. getLhs()BranchSet.LogicalExpressionNodeBranchSet. getLogicalExpression()BranchSet.LogicalExpressionNodeBranchSet.LogicalExpressionNode. getNext()BranchSet.LogicalExpressionNodeBranchSet.LogicalExpressionNode. getParent()BranchSet.LogicalExpressionNodeBranchSet.CompoundLogicalExpressionNode. getRhs()BranchSet.LogicalExpressionNodeBranchSet.LogicalExpressionNode. getRoot()Methods in com.aparapi.internal.instruction with parameters of type BranchSet.LogicalExpressionNode Modifier and Type Method Description voidBranchSet.LogicalExpressionNode. setNext(BranchSet.LogicalExpressionNode _next)voidBranchSet.LogicalExpressionNode. setParent(BranchSet.LogicalExpressionNode _parent)Constructors in com.aparapi.internal.instruction with parameters of type BranchSet.LogicalExpressionNode Constructor Description CompoundLogicalExpressionNode(boolean _and, BranchSet.LogicalExpressionNode _lhs, BranchSet.LogicalExpressionNode _rhs)CompoundLogicalExpressionNode(boolean _and, BranchSet.LogicalExpressionNode _lhs, BranchSet.LogicalExpressionNode _rhs, boolean applyInverts) -
Uses of BranchSet.LogicalExpressionNode in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer with parameters of type BranchSet.LogicalExpressionNode Modifier and Type Method Description voidBlockWriter. write(BranchSet.LogicalExpressionNode _node)
-