public class ConstantValue extends TypedValue
| Modifier and Type | Class and Description |
|---|---|
static class |
ConstantValue.BooleanConstant
Boolean constants don't appear naturally in the code.
|
static class |
ConstantValue.ByteConstant |
static class |
ConstantValue.ClassConstant |
static class |
ConstantValue.DoubleConstant |
static class |
ConstantValue.FloatConstant |
static class |
ConstantValue.IntegerConstant |
static class |
ConstantValue.LongConstant |
static class |
ConstantValue.NullConstant |
static class |
ConstantValue.ShortConstant |
static class |
ConstantValue.StringConstant |
TypedValue.ArgValue, TypedValue.BinaryOperationValue, TypedValue.CastValue, TypedValue.ComparisonValue, TypedValue.GetFieldValue, TypedValue.GetStaticFieldValue, TypedValue.MathOpValue, TypedValue.NewValue, TypedValue.NotValue, TypedValue.ThisValue, TypedValue.UnaryMathOpValue, TypedValue.UnaryOperationValue| Constructor and Description |
|---|
ConstantValue(org.jinq.rebased.org.objectweb.asm.Type t) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConstant() |
<I,O,E extends Exception> |
visit(TypedValueVisitor<I,O,E> visitor,
I input) |
equals, getSize, getType, hashCode, isPrimitivepublic <I,O,E extends Exception> O visit(TypedValueVisitor<I,O,E> visitor, I input) throws E extends Exception
visit in class TypedValueE extends Exceptionpublic Object getConstant()
Copyright © 2018. All Rights Reserved.