public static class Instruction.InvokeDynamicInsn extends Instruction
Instruction.FieldOrMethod, Instruction.InvokeDynamicInsn, Instruction.LdcInsn, Instruction.MultiANewArrayInsnclassName, fieldOrMethod, opcode, operand| Constructor and Description |
|---|
InvokeDynamicInsn(String desc) |
| Modifier and Type | Method and Description |
|---|---|
int |
arity() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasReturnValue() |
isInvoke, isLongOrDoubleValue, toStringpublic InvokeDynamicInsn(String desc)
public int arity()
arity in class Instructionpublic boolean hasReturnValue()
hasReturnValue in class Instructionpublic boolean equals(Object o)
equals in class Instructionpublic int hashCode()
hashCode in class InstructionCopyright © 2012–2017 SonarSource. All rights reserved.