程序包的使用
cn.taketoday.expression.spel.ast
程序包
说明
SpEL's abstract syntax tree.
SpEL's standard parser implementation.
-
类说明Common superclass for nodes representing literals (boolean, string, number, etc).Common supertype for operators that operate on either one or two operands.A descriptor comparison encapsulates the result of comparing descriptor for two operands and describes at what level they are compatible.The common supertype of all AST nodes in a parsed Spring Expression Language format expression.Captures primitive types and their corresponding class objects, plus one special entry that represents all reference (non-primitive) types.Represents a reference to a value.
-
类说明The common supertype of all AST nodes in a parsed Spring Expression Language format expression.