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