public class LongConstant extends Constant
| Modifier and Type | Field and Description |
|---|---|
long |
u8value |
visitorInfo| Constructor and Description |
|---|
LongConstant()
Creates an uninitialized LongConstant.
|
LongConstant(long value)
Creates a new LongConstant with the given long value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
ConstantVisitor constantVisitor)
Accepts the given visitor.
|
int |
getTag()
Returns the constant pool info tag that specifies the entry type.
|
long |
getValue()
Returns the long value of this LongConstant.
|
void |
setValue(long value)
Sets the long value of this LongConstant.
|
getVisitorInfo, setVisitorInfopublic LongConstant()
public LongConstant(long value)
public long getValue()
public void setValue(long value)
public int getTag()
Constantpublic void accept(Clazz clazz, ConstantVisitor constantVisitor)
ConstantCopyright © 2015. All Rights Reserved.