public static class TypedValue.CastValue extends TypedValue.UnaryOperationValue
TypedValue.ArgValue, TypedValue.BinaryOperationValue, TypedValue.CastValue, TypedValue.ComparisonValue, TypedValue.GetFieldValue, TypedValue.GetStaticFieldValue, TypedValue.MathOpValue, TypedValue.NewValue, TypedValue.NotValue, TypedValue.ThisValue, TypedValue.UnaryMathOpValue, TypedValue.UnaryOperationValueoperand| Constructor and Description |
|---|
CastValue(org.jinq.rebased.org.objectweb.asm.Type castedType,
TypedValue base) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
<I,O,E extends Exception> |
visit(TypedValueVisitor<I,O,E> visitor,
I input) |
TypedValue.CastValue |
withNewChildren(TypedValue newOperand) |
equals, hashCodegetSize, getType, isPrimitivepublic CastValue(org.jinq.rebased.org.objectweb.asm.Type castedType,
TypedValue base)
public <I,O,E extends Exception> O visit(TypedValueVisitor<I,O,E> visitor, I input) throws E extends Exception
visit in class TypedValue.UnaryOperationValueE extends Exceptionpublic TypedValue.CastValue withNewChildren(TypedValue newOperand)
withNewChildren in class TypedValue.UnaryOperationValueCopyright © 2018. All Rights Reserved.