public static class TypedValue.GetFieldValue 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.UnaryOperationValue| Modifier and Type | Field and Description |
|---|---|
String |
desc |
String |
name |
String |
owner |
operand| Constructor and Description |
|---|
GetFieldValue(String owner,
String name,
String desc,
TypedValue base) |
| 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.GetFieldValue |
withNewChildren(TypedValue newOperand) |
getSize, getType, isPrimitivepublic GetFieldValue(String owner, String name, String desc, 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.GetFieldValue 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.