|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bcel.generic.Instruction
org.apache.bcel.generic.LCONST
public class LCONST
LCONST - Push 0 or 1, other values cause an exception
Stack: ... -> ...,
| Field Summary | |
|---|---|
private long |
value
|
| Fields inherited from class org.apache.bcel.generic.Instruction |
|---|
length, opcode |
| Constructor Summary | |
|---|---|
LCONST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). |
|
LCONST(long l)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s). |
Type |
getType(ConstantPoolGen cp)
|
java.lang.Number |
getValue()
|
| Methods inherited from class org.apache.bcel.generic.Instruction |
|---|
consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.bcel.generic.StackProducer |
|---|
produceStack |
| Field Detail |
|---|
private long value
| Constructor Detail |
|---|
LCONST()
public LCONST(long l)
| Method Detail |
|---|
public java.lang.Number getValue()
getValue in interface ConstantPushInstructionpublic Type getType(ConstantPoolGen cp)
getType in interface TypedInstructionpublic void accept(Visitor v)
accept in class Instructionv - Visitor object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||