Package org.sonar.java.bytecode.cfg
Class Instruction.LdcInsn
- java.lang.Object
-
- org.sonar.java.bytecode.cfg.Instruction
-
- org.sonar.java.bytecode.cfg.Instruction.LdcInsn
-
- Enclosing class:
- Instruction
public static class Instruction.LdcInsn extends Instruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.java.bytecode.cfg.Instruction
Instruction.FieldOrMethod, Instruction.InvokeDynamicInsn, Instruction.LdcInsn, Instruction.MultiANewArrayInsn
-
-
Field Summary
Fields Modifier and Type Field Description Object
cst
-
Fields inherited from class org.sonar.java.bytecode.cfg.Instruction
className, fieldOrMethod, opcode, operand
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
boolean
isLongOrDoubleValue()
-
Methods inherited from class org.sonar.java.bytecode.cfg.Instruction
arity, hasReturnValue, isInvoke, toString
-
-
-
-
Field Detail
-
cst
public final Object cst
-
-
Constructor Detail
-
LdcInsn
public LdcInsn(Object cst)
-
-
Method Detail
-
isLongOrDoubleValue
public boolean isLongOrDoubleValue()
- Overrides:
isLongOrDoubleValue
in classInstruction
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classInstruction
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classInstruction
-
-