Package | Description |
---|---|
com.aparapi.internal.instruction | |
com.aparapi.internal.writer |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
abstract BranchSet.LogicalExpressionNode |
BranchSet.LogicalExpressionNode.cloneInverted() |
BranchSet.LogicalExpressionNode |
BranchSet.SimpleLogicalExpressionNode.cloneInverted() |
BranchSet.LogicalExpressionNode |
BranchSet.CompoundLogicalExpressionNode.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() |
Modifier and Type | Method and Description |
---|---|
void |
BranchSet.LogicalExpressionNode.setNext(BranchSet.LogicalExpressionNode _next) |
void |
BranchSet.LogicalExpressionNode.setParent(BranchSet.LogicalExpressionNode _parent) |
Constructor and Description |
---|
CompoundLogicalExpressionNode(boolean _and,
BranchSet.LogicalExpressionNode _lhs,
BranchSet.LogicalExpressionNode _rhs) |
CompoundLogicalExpressionNode(boolean _and,
BranchSet.LogicalExpressionNode _lhs,
BranchSet.LogicalExpressionNode _rhs,
boolean applyInverts) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWriter.write(BranchSet.LogicalExpressionNode _node) |