Uses of Class
com.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
Packages that use BranchSet.LogicalExpressionNode
-
Uses of BranchSet.LogicalExpressionNode in com.aparapi.internal.instruction
Subclasses of BranchSet.LogicalExpressionNode in com.aparapi.internal.instructionModifier and TypeClassDescriptionstatic class
A node in the expression tree representing a simple logical expression.static class
A node in the expression tree representing a simple logical expression.Fields in com.aparapi.internal.instruction declared as BranchSet.LogicalExpressionNodeModifier and TypeFieldDescriptionprivate final BranchSet.LogicalExpressionNode
BranchSet.CompoundLogicalExpressionNode.lhs
private BranchSet.LogicalExpressionNode
BranchSet.logicalExpressionNode
private BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode.next
private BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode.parent
private final BranchSet.LogicalExpressionNode
BranchSet.CompoundLogicalExpressionNode.rhs
Methods in com.aparapi.internal.instruction that return BranchSet.LogicalExpressionNodeModifier and TypeMethodDescriptionBranchSet.CompoundLogicalExpressionNode.cloneInverted()
abstract BranchSet.LogicalExpressionNode
BranchSet.LogicalExpressionNode.cloneInverted()
BranchSet.SimpleLogicalExpressionNode.cloneInverted()
BranchSet.CompoundLogicalExpressionNode.getLhs()
BranchSet.getLogicalExpression()
BranchSet.LogicalExpressionNode.getNext()
BranchSet.LogicalExpressionNode.getParent()
BranchSet.CompoundLogicalExpressionNode.getRhs()
BranchSet.LogicalExpressionNode.getRoot()
Methods in com.aparapi.internal.instruction with parameters of type BranchSet.LogicalExpressionNodeModifier and TypeMethodDescriptionvoid
BranchSet.LogicalExpressionNode.setNext
(BranchSet.LogicalExpressionNode _next) void
BranchSet.LogicalExpressionNode.setParent
(BranchSet.LogicalExpressionNode _parent) Constructors in com.aparapi.internal.instruction with parameters of type BranchSet.LogicalExpressionNodeModifierConstructorDescriptionCompoundLogicalExpressionNode
(boolean _and, BranchSet.LogicalExpressionNode _lhs, BranchSet.LogicalExpressionNode _rhs) private
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