public class InstructionPattern.AssignableInstructionMatcher extends InstructionPattern.InstructionMatcher
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<?>[] |
classes |
Constructor and Description |
---|
AssignableInstructionMatcher(java.lang.Class<?>... _classes) |
Modifier and Type | Method and Description |
---|---|
InstructionPattern.InstructionMatch |
matches(Instruction _instruction) |
getDescription, matches
public AssignableInstructionMatcher(java.lang.Class<?>... _classes)
public InstructionPattern.InstructionMatch matches(Instruction _instruction)
matches
in class InstructionPattern.InstructionMatcher