public class TypedValueRewriterWalker<I,E extends Exception> extends TypedValueVisitor<I,TypedValue,E>
| Constructor and Description |
|---|
TypedValueRewriterWalker(TypedValueVisitor<I,TypedValue,E> rewriter) |
TypedValueRewriterWalker(TypedValueVisitor<I,TypedValue,E> rewriter,
TypedValueVisitor<I,I,E> rewriterParameter) |
| Modifier and Type | Method and Description |
|---|---|
TypedValue |
binaryOpValue(TypedValue.BinaryOperationValue val,
I in) |
TypedValue |
defaultValue(TypedValue val,
I in) |
TypedValue |
methodCallValue(MethodCallValue val,
I in) |
TypedValue |
staticMethodCallValue(MethodCallValue.StaticMethodCallValue val,
I in) |
TypedValue |
unaryOpValue(TypedValue.UnaryOperationValue val,
I in) |
TypedValue |
virtualMethodCallValue(MethodCallValue.VirtualMethodCallValue val,
I in) |
argValue, booleanConstantValue, byteConstantValue, castValue, classConstantValue, comparisonOpValue, constantValue, doubleConstantValue, floatConstantValue, getFieldValue, getStaticFieldValue, integerConstantValue, longConstantValue, mathOpValue, newValue, notOpValue, nullConstantValue, shortConstantValue, stringConstantValue, thisValue, unaryMathOpValue, unknownValue, varValuepublic TypedValueRewriterWalker(TypedValueVisitor<I,TypedValue,E> rewriter)
public TypedValueRewriterWalker(TypedValueVisitor<I,TypedValue,E> rewriter, TypedValueVisitor<I,I,E> rewriterParameter)
public TypedValue defaultValue(TypedValue val, I in) throws E extends Exception
defaultValue in class TypedValueVisitor<I,TypedValue,E extends Exception>E extends Exceptionpublic TypedValue unaryOpValue(TypedValue.UnaryOperationValue val, I in) throws E extends Exception
unaryOpValue in class TypedValueVisitor<I,TypedValue,E extends Exception>E extends Exceptionpublic TypedValue binaryOpValue(TypedValue.BinaryOperationValue val, I in) throws E extends Exception
binaryOpValue in class TypedValueVisitor<I,TypedValue,E extends Exception>E extends Exceptionpublic TypedValue methodCallValue(MethodCallValue val, I in) throws E extends Exception
methodCallValue in class TypedValueVisitor<I,TypedValue,E extends Exception>E extends Exceptionpublic TypedValue staticMethodCallValue(MethodCallValue.StaticMethodCallValue val, I in) throws E extends Exception
staticMethodCallValue in class TypedValueVisitor<I,TypedValue,E extends Exception>E extends Exceptionpublic TypedValue virtualMethodCallValue(MethodCallValue.VirtualMethodCallValue val, I in) throws E extends Exception
virtualMethodCallValue in class TypedValueVisitor<I,TypedValue,E extends Exception>E extends ExceptionCopyright © 2018. All Rights Reserved.