public class SymbExToColumns extends TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>
| Modifier and Type | Method and Description |
|---|---|
ColumnExpressions<?> |
argValue(TypedValue.ArgValue val,
Void in) |
ColumnExpressions<?> |
booleanConstantValue(ConstantValue.BooleanConstant val,
Void in) |
ColumnExpressions<?> |
castValue(TypedValue.CastValue val,
Void in) |
ColumnExpressions<?> |
comparisonOpValue(TypedValue.ComparisonValue val,
Void in) |
ColumnExpressions<?> |
defaultValue(TypedValue val,
Void in) |
ColumnExpressions<?> |
integerConstantValue(ConstantValue.IntegerConstant val,
Void in) |
ColumnExpressions<?> |
mathOpValue(TypedValue.MathOpValue val,
Void in) |
ColumnExpressions<?> |
staticMethodCallValue(MethodCallValue.StaticMethodCallValue val,
Void in) |
ColumnExpressions<?> |
stringConstantValue(ConstantValue.StringConstant val,
Void in) |
ColumnExpressions<?> |
virtualMethodCallValue(MethodCallValue.VirtualMethodCallValue val,
Void in) |
binaryOpValue, byteConstantValue, classConstantValue, constantValue, doubleConstantValue, floatConstantValue, getFieldValue, getStaticFieldValue, longConstantValue, methodCallValue, newValue, notOpValue, nullConstantValue, shortConstantValue, thisValue, unaryMathOpValue, unaryOpValue, unknownValue, varValuepublic ColumnExpressions<?> defaultValue(TypedValue val, Void in) throws TypedValueVisitorException
defaultValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> argValue(TypedValue.ArgValue val, Void in) throws TypedValueVisitorException
argValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> booleanConstantValue(ConstantValue.BooleanConstant val, Void in) throws TypedValueVisitorException
booleanConstantValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> integerConstantValue(ConstantValue.IntegerConstant val, Void in) throws TypedValueVisitorException
integerConstantValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> stringConstantValue(ConstantValue.StringConstant val, Void in) throws TypedValueVisitorException
stringConstantValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> castValue(TypedValue.CastValue val, Void in) throws TypedValueVisitorException
castValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> mathOpValue(TypedValue.MathOpValue val, Void in) throws TypedValueVisitorException
mathOpValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> comparisonOpValue(TypedValue.ComparisonValue val, Void in) throws TypedValueVisitorException
comparisonOpValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> virtualMethodCallValue(MethodCallValue.VirtualMethodCallValue val, Void in) throws TypedValueVisitorException
virtualMethodCallValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionpublic ColumnExpressions<?> staticMethodCallValue(MethodCallValue.StaticMethodCallValue val, Void in) throws TypedValueVisitorException
staticMethodCallValue in class TypedValueVisitor<Void,ColumnExpressions<?>,TypedValueVisitorException>TypedValueVisitorExceptionCopyright © 2017. All Rights Reserved.