public static class Instruction.LdcInsn extends Instruction
Instruction.FieldOrMethod, Instruction.InvokeDynamicInsn, Instruction.LdcInsn, Instruction.MultiANewArrayInsn
Modifier and Type | Field and Description |
---|---|
Object |
cst |
className, fieldOrMethod, opcode, operand
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isLongOrDoubleValue() |
arity, hasReturnValue, toString
public final Object cst
public LdcInsn(Object cst)
public boolean isLongOrDoubleValue()
isLongOrDoubleValue
in class Instruction
public boolean equals(Object o)
equals
in class Instruction
public int hashCode()
hashCode
in class Instruction
Copyright © 2012–2017 SonarSource. All rights reserved.