Package | Description |
---|---|
com.jfinal.template.expr | |
com.jfinal.template.expr.ast |
Modifier and Type | Method and Description |
---|---|
static Sym |
Sym.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sym[] |
Sym.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Arith(Sym op,
Expr left,
Expr right,
Location location) |
Compare(Sym op,
Expr left,
Expr right,
Location location) |
Const(Sym type,
Object value)
INT LONG FLOAT DOUBLE 常量已在 NumTok 中转换成了确切的类型,无需再次转换
|
IncDec(Sym op,
boolean isPost,
Expr id,
Location location) |
Logic(Sym op,
Expr left,
Expr right,
Location location)
构造 || && 结点
|
Logic(Sym op,
Expr right,
Location location)
构造 ! 结点,left 为 null
|
Unary(Sym op,
Expr expr,
Location location) |
Copyright © 2018. All rights reserved.