枚举的使用
com.dtflys.forest.mapping.Token
使用Token的程序包
-
com.dtflys.forest.mapping中Token的使用
修饰符和类型方法说明static Token返回带有指定名称的该类型的枚举常量。static Token[]Token.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。参数类型为Token的com.dtflys.forest.mapping中的构造器限定符构造器说明protectedMappingDot(ForestMethod forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity right) protectedMappingExpr(ForestMethod<?> forestMethod, Token token) protectedMappingInvoke(ForestMethod<?> forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argList)