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