public static class ConstantValue.LongConstant extends ConstantValue
ConstantValue.BooleanConstant, ConstantValue.ByteConstant, ConstantValue.ClassConstant, ConstantValue.DoubleConstant, ConstantValue.FloatConstant, ConstantValue.IntegerConstant, ConstantValue.LongConstant, ConstantValue.NullConstant, ConstantValue.ShortConstant, ConstantValue.StringConstantTypedValue.ArgValue, TypedValue.BinaryOperationValue, TypedValue.CastValue, TypedValue.ComparisonValue, TypedValue.GetFieldValue, TypedValue.GetStaticFieldValue, TypedValue.MathOpValue, TypedValue.NewValue, TypedValue.NotValue, TypedValue.ThisValue, TypedValue.UnaryMathOpValue, TypedValue.UnaryOperationValue| Modifier and Type | Field and Description |
|---|---|
long |
val |
| Constructor and Description |
|---|
LongConstant(long val) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getConstant() |
int |
hashCode() |
String |
toString() |
<I,O,E extends Exception> |
visit(TypedValueVisitor<I,O,E> visitor,
I input) |
getSize, getType, isPrimitivepublic <I,O,E extends Exception> O visit(TypedValueVisitor<I,O,E> visitor, I input) throws E extends Exception
visit in class ConstantValueE extends Exceptionpublic Long getConstant()
getConstant in class ConstantValuepublic int hashCode()
hashCode in class TypedValuepublic boolean equals(Object obj)
equals in class TypedValueCopyright © 2018. All Rights Reserved.