org.apache.bcel.generic
public class LCONST extends Instruction implements ConstantPushInstruction, TypedInstruction
Stack: ... -> ...,
Version: $Id: LCONST.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| long | value |
| 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) |
| Number | getValue() |
Parameters: v Visitor object
Returns: Type.LONG