public class LCONST extends Instruction implements ConstantPushInstruction
Stack: ... -> ...,
length, opcode| Constructor and Description |
|---|
LCONST(long l) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
Type |
getType(ConstantPoolGen cp) |
Number |
getValue() |
consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitproduceStackpublic LCONST(long l)
public void accept(Visitor v)
accept in class Instructionv - Visitor objectpublic Type getType(ConstantPoolGen cp)
getType in interface TypedInstructionpublic Number getValue()
getValue in interface ConstantPushInstructionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.