Package com.aparapi.internal.instruction
Class InstructionPattern.AssignableInstructionMatcher
- java.lang.Object
-
- com.aparapi.internal.instruction.InstructionPattern.InstructionMatcher
-
- com.aparapi.internal.instruction.InstructionPattern.AssignableInstructionMatcher
-
- Enclosing class:
- InstructionPattern
public class InstructionPattern.AssignableInstructionMatcher extends InstructionPattern.InstructionMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>[]
classes
-
Constructor Summary
Constructors Constructor Description AssignableInstructionMatcher(java.lang.Class<?>... _classes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstructionPattern.InstructionMatch
matches(Instruction _instruction)
-
Methods inherited from class com.aparapi.internal.instruction.InstructionPattern.InstructionMatcher
getDescription, matches
-
-
-
-
Method Detail
-
matches
public InstructionPattern.InstructionMatch matches(Instruction _instruction)
- Specified by:
matches
in classInstructionPattern.InstructionMatcher
-
-