public static class MethodCallValue.StaticMethodCallValue extends MethodCallValue
MethodCallValue.StaticMethodCallValue, MethodCallValue.VirtualMethodCallValueTypedValue.ArgValue, TypedValue.BinaryOperationValue, TypedValue.CastValue, TypedValue.ComparisonValue, TypedValue.GetFieldValue, TypedValue.GetStaticFieldValue, TypedValue.MathOpValue, TypedValue.NewValue, TypedValue.NotValue, TypedValue.ThisValue, TypedValue.UnaryMathOpValue, TypedValue.UnaryOperationValueargs, desc, name, owner| Constructor and Description |
|---|
StaticMethodCallValue(String owner,
String name,
String desc,
List<TypedValue> args) |
| Modifier and Type | Method and Description |
|---|---|
<I,O,E extends Exception> |
visit(TypedValueVisitor<I,O,E> visitor,
I input) |
MethodCallValue.StaticMethodCallValue |
withNewArgs(List<TypedValue> newArgs) |
equals, getSignature, hashCode, toStringgetSize, getType, isPrimitivepublic StaticMethodCallValue(String owner, String name, String desc, List<TypedValue> args)
public <I,O,E extends Exception> O visit(TypedValueVisitor<I,O,E> visitor, I input) throws E extends Exception
visit in class MethodCallValueE extends Exceptionpublic MethodCallValue.StaticMethodCallValue withNewArgs(List<TypedValue> newArgs)
withNewArgs in class MethodCallValueCopyright © 2018. All Rights Reserved.