Package | Description |
---|---|
com.amd.aparapi.internal.instruction | |
com.amd.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 | Method and Description |
---|---|
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 |
---|
BranchSet.CompoundLogicalExpressionNode(boolean _and,
BranchSet.LogicalExpressionNode _lhs,
BranchSet.LogicalExpressionNode _rhs) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWriter.write(BranchSet.LogicalExpressionNode _node) |