Uses of Class
com.aparapi.internal.instruction.InstructionPattern.InstructionMatch
-
Packages that use InstructionPattern.InstructionMatch Package Description com.aparapi.internal.instruction -
-
Uses of InstructionPattern.InstructionMatch in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionPattern.InstructionMatch Modifier and Type Field Description static InstructionPattern.InstructionMatch
InstructionPattern.InstructionMatch. FALSE
static InstructionPattern.InstructionMatch
InstructionPattern.InstructionMatch. TRUE
Methods in com.aparapi.internal.instruction that return InstructionPattern.InstructionMatch Modifier and Type Method Description InstructionPattern.InstructionMatch
InstructionPattern.AssignableInstructionMatcher. matches(Instruction _instruction)
(package private) abstract InstructionPattern.InstructionMatch
InstructionPattern.InstructionMatcher. matches(Instruction _instruction)
InstructionPattern.InstructionMatch
InstructionPattern.InstructionMatcher. matches(Instruction _instruction, InstructionPattern.InstructionMatcher _instructionMatcher)
static InstructionPattern.InstructionMatch
InstructionPattern.InstructionMatch. test(boolean _condition)
-