类的使用
org.beetl.core.statement.VarAttribute
使用VarAttribute的程序包
程序包
说明
-
org.beetl.core中VarAttribute的使用
返回VarAttribute的org.beetl.core中的方法修饰符和类型方法说明protected VarAttribute[]AntlrProgramBuilder.parseVarAttribute(List<BeetlParser.VarAttributeContext> list) -
org.beetl.core.engine中VarAttribute的使用
参数类型为VarAttribute的org.beetl.core.engine中的方法修饰符和类型方法说明GrammarCreator.createFunction(String name, Expression[] exps, VarAttribute[] vas, boolean hasSafe, Expression safeExp, GrammarToken token) GrammarCreator.createFunctionExp(String name, Expression[] exps, VarAttribute[] vas, boolean hasSafe, Expression safeExp, GrammarToken token) GrammarCreator.createVarRef(VarAttribute[] attributes, boolean hasSafe, Expression safe, GrammarToken token, GrammarToken firstToken) -
org.beetl.core.statement中VarAttribute的使用
修饰符和类型字段说明VarRef.attributesprotected VarAttributeVarRefAssignExpress.lastVarAttributeprotected VarAttributeVarRefAssignStatement.lastVarAttributeFunctionExpression.vas参数类型为VarAttribute的org.beetl.core.statement中的构造器限定符构造器说明FunctionExpression(String name, Expression[] exps, VarAttribute[] vas, boolean hasSafe, Expression safeExp, GrammarToken token) VarRef(VarAttribute[] attributes, boolean hasSafe, Expression safe, GrammarToken token) VarRef(VarAttribute[] attributes, boolean hasSafe, Expression safe, GrammarToken token, GrammarToken firstToken) -
org.beetl.core.statement.optimal中VarAttribute的使用
参数类型为VarAttribute的org.beetl.core.statement.optimal中的构造器