public abstract static class InstructionPattern.InstructionMatcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description |
Constructor and Description |
---|
InstructionMatcher(java.lang.String _description) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
(package private) abstract InstructionPattern.InstructionMatch |
matches(Instruction _instruction) |
InstructionPattern.InstructionMatch |
matches(Instruction _instruction,
InstructionPattern.InstructionMatcher _instructionMatcher) |
abstract InstructionPattern.InstructionMatch matches(Instruction _instruction)
public InstructionPattern.InstructionMatch matches(Instruction _instruction, InstructionPattern.InstructionMatcher _instructionMatcher)
public java.lang.String getDescription()