public class TypedValue extends Object implements org.jinq.rebased.org.objectweb.asm.tree.analysis.Value
| Modifier and Type | Class and Description |
|---|---|
static class |
TypedValue.ArgValue |
static class |
TypedValue.BinaryOperationValue |
static class |
TypedValue.CastValue |
static class |
TypedValue.ComparisonValue |
static class |
TypedValue.GetFieldValue |
static class |
TypedValue.GetStaticFieldValue |
static class |
TypedValue.MathOpValue |
static class |
TypedValue.NewValue |
static class |
TypedValue.NotValue |
static class |
TypedValue.ThisValue |
static class |
TypedValue.UnaryMathOpValue |
static class |
TypedValue.UnaryOperationValue |
| Constructor and Description |
|---|
TypedValue(org.jinq.rebased.org.objectweb.asm.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getSize() |
org.jinq.rebased.org.objectweb.asm.Type |
getType() |
int |
hashCode() |
boolean |
isPrimitive() |
<I,O,E extends Exception> |
visit(TypedValueVisitor<I,O,E> visitor,
I input) |
public org.jinq.rebased.org.objectweb.asm.Type getType()
public boolean isPrimitive()
public int getSize()
getSize in interface org.jinq.rebased.org.objectweb.asm.tree.analysis.Valuepublic <I,O,E extends Exception> O visit(TypedValueVisitor<I,O,E> visitor, I input) throws E extends Exception
E extends ExceptionCopyright © 2018. All Rights Reserved.