Package com.aparapi.internal.instruction
Class InstructionPattern
java.lang.Object
com.aparapi.internal.instruction.InstructionPattern
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
static final InstructionPattern.InstructionMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
compareSubTrees
(Instruction _lhs, Instruction _rhs)
-
Field Details
-
assignToLocalVariable
-
constant
-
assignToArrayElement
-
methodCall
-
longHandIncLocalVariable
-
longHandDecLocalVariable
-
fieldPlusOne
-
fieldMinusOne
-
fieldArrayElementAccess
-
fieldArrayElementPlusOne
-
fieldArrayElementMinusOne
-
longHandFieldArrayElementIncrement
-
longHandFieldArrayElementDecrement
-
accessLocalVariable
-
inc
-
cast
-
accessInstanceField
-
assignToInstanceField
-
iadd
-
-
Constructor Details
-
InstructionPattern
public InstructionPattern()
-
-
Method Details
-
compareSubTrees
-