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 class
BranchSet.CompoundLogicalExpressionNode
A node in the expression tree representing a simple logical expression.static class
BranchSet.SimpleLogicalExpressionNode
A 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.LogicalExpressionNode
BranchSet.CompoundLogicalExpressionNode. lhs
private BranchSet.LogicalExpressionNode
BranchSet. logicalExpressionNode
private BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode. next
private BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode. parent
private BranchSet.LogicalExpressionNode
BranchSet.CompoundLogicalExpressionNode. rhs
Methods in com.aparapi.internal.instruction that return BranchSet.LogicalExpressionNode Modifier and Type Method Description BranchSet.LogicalExpressionNode
BranchSet.CompoundLogicalExpressionNode. cloneInverted()
abstract BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode. cloneInverted()
BranchSet.LogicalExpressionNode
BranchSet.SimpleLogicalExpressionNode. cloneInverted()
BranchSet.LogicalExpressionNode
BranchSet.CompoundLogicalExpressionNode. getLhs()
BranchSet.LogicalExpressionNode
BranchSet. getLogicalExpression()
BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode. getNext()
BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode. getParent()
BranchSet.LogicalExpressionNode
BranchSet.CompoundLogicalExpressionNode. getRhs()
BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode. getRoot()
Methods in com.aparapi.internal.instruction with parameters of type BranchSet.LogicalExpressionNode Modifier and Type Method Description void
BranchSet.LogicalExpressionNode. setNext(BranchSet.LogicalExpressionNode _next)
void
BranchSet.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 void
BlockWriter. write(BranchSet.LogicalExpressionNode _node)
-