public static class TypedValue.BinaryOperationValue 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 |
left |
String |
operation |
TypedValue |
right |
| Constructor and Description |
|---|
BinaryOperationValue(org.jinq.rebased.org.objectweb.asm.Type resultType,
String operation,
TypedValue left,
TypedValue right) |
| 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.BinaryOperationValue |
withNewChildren(TypedValue newLeft,
TypedValue newRight) |
getSize, getType, isPrimitivepublic String operation
public TypedValue left
public TypedValue right
public BinaryOperationValue(org.jinq.rebased.org.objectweb.asm.Type resultType,
String operation,
TypedValue left,
TypedValue right)
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.BinaryOperationValue withNewChildren(TypedValue newLeft, TypedValue newRight)
public int hashCode()
hashCode in class TypedValuepublic boolean equals(Object obj)
equals in class TypedValueCopyright © 2018. All Rights Reserved.