public static class TypedValue.UnaryOperationValue extends TypedValue
TypedValue.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 |
|---|---|
TypedValue |
operand |
| Constructor and Description |
|---|
UnaryOperationValue(org.jinq.rebased.org.objectweb.asm.Type resultType,
TypedValue operand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
<I,O,E extends Exception> |
visit(TypedValueVisitor<I,O,E> visitor,
I input) |
TypedValue.UnaryOperationValue |
withNewChildren(TypedValue newOperand) |
getSize, getType, isPrimitivepublic TypedValue operand
public UnaryOperationValue(org.jinq.rebased.org.objectweb.asm.Type resultType,
TypedValue operand)
public <I,O,E extends Exception> O visit(TypedValueVisitor<I,O,E> visitor, I input) throws E extends Exception
visit in class TypedValueE extends Exceptionpublic TypedValue.UnaryOperationValue withNewChildren(TypedValue newOperand)
public int hashCode()
hashCode in class TypedValuepublic boolean equals(Object obj)
equals in class TypedValueCopyright © 2018. All Rights Reserved.