Uses of Class
com.googlecode.aviator.BaseExpression
Packages that use BaseExpression
Package
Description
-
Uses of BaseExpression in com.googlecode.aviator
Subclasses of BaseExpression in com.googlecode.aviatorModifier and TypeClassDescriptionclassCompiled expression,all generated class inherit this classclassclassA literal expression with a fixed resultMethods in com.googlecode.aviator with parameters of type BaseExpressionModifier and TypeMethodDescriptionstatic voidExpressionAccessor.setCompileEnv(BaseExpression exp, Env compileEnv) static voidExpressionAccessor.setExpression(BaseExpression exp, String expression) static voidExpressionAccessor.setFuncsArgs(BaseExpression exp, Map<Integer, List<FunctionArgument>> funcsArgs) static voidExpressionAccessor.setFunctionNames(BaseExpression exp, List<String> functionNames) static voidExpressionAccessor.setInstance(BaseExpression exp, AviatorEvaluatorInstance instance) static voidExpressionAccessor.setLambdaBootstraps(BaseExpression exp, Map<String, LambdaFunctionBootstrap> lambdaBootstraps) static voidExpressionAccessor.setSourceFile(BaseExpression exp, String sourceFile) -
Uses of BaseExpression in com.googlecode.aviator.runtime
Fields in com.googlecode.aviator.runtime declared as BaseExpression -
Uses of BaseExpression in com.googlecode.aviator.runtime.function
Fields in com.googlecode.aviator.runtime.function declared as BaseExpressionMethods in com.googlecode.aviator.runtime.function that return BaseExpression -
Uses of BaseExpression in com.googlecode.aviator.serialize
Methods in com.googlecode.aviator.serialize with parameters of type BaseExpressionModifier and TypeMethodDescriptionprivate voidAviatorObjectInputStream.configureExpression(BaseExpression exp)