Class InstructionPattern
java.lang.Object
com.aparapi.internal.instruction.InstructionPattern
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcherstatic final InstructionPattern.InstructionMatcher -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleancompareSubTrees(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
-