public static class TypedValue.NotValue 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 |
|---|
NotValue(TypedValue operand) |
| Modifier and Type | Method and Description |
|---|---|
static TypedValue |
invert(TypedValue val) |
String |
toString() |
<I,O,E extends Exception> |
visit(TypedValueVisitor<I,O,E> visitor,
I input) |
TypedValue.UnaryOperationValue |
withNewChildren(TypedValue newOperand) |
equals, hashCodegetSize, getType, isPrimitivepublic NotValue(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 static TypedValue invert(TypedValue val)
Copyright © 2018. All Rights Reserved.