Package com.aparapi.internal.instruction
Class InstructionPattern.InstructionMatcher
- java.lang.Object
-
- com.aparapi.internal.instruction.InstructionPattern.InstructionMatcher
-
- Direct Known Subclasses:
InstructionPattern.AssignableInstructionMatcher
- Enclosing class:
- InstructionPattern
public abstract static class InstructionPattern.InstructionMatcher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
description
-
Constructor Summary
Constructors Constructor Description InstructionMatcher(java.lang.String _description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
(package private) abstract InstructionPattern.InstructionMatch
matches(Instruction _instruction)
InstructionPattern.InstructionMatch
matches(Instruction _instruction, InstructionPattern.InstructionMatcher _instructionMatcher)
-
-
-
Method Detail
-
matches
abstract InstructionPattern.InstructionMatch matches(Instruction _instruction)
-
matches
public InstructionPattern.InstructionMatch matches(Instruction _instruction, InstructionPattern.InstructionMatcher _instructionMatcher)
-
getDescription
public java.lang.String getDescription()
-
-