public class Event<V>
extends Object
Group 表达式 解析器
- 从以下版本开始:
- v3.5.0
- 作者:
- Troy.Zhou @ 2022-02-21
-
字段概要
字段
static final int
static final int
static final int
static final int
static final int
-
-
方法概要
boolean
boolean
boolean
boolean
boolean
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
TYPE_VALUE
public static final int TYPE_VALUE
- 另请参阅:
-
-
TYPE_GROUP_START
public static final int TYPE_GROUP_START
- 另请参阅:
-
-
TYPE_GROUP_END
public static final int TYPE_GROUP_END
- 另请参阅:
-
-
TYPE_AND
public static final int TYPE_AND
- 另请参阅:
-
-
TYPE_OR
public static final int TYPE_OR
- 另请参阅:
-
-
构造器详细资料
-
Event
public Event(int type)
-
Event
public Event(int type,
V value)
-
方法详细资料
-
-
isValue
public boolean isValue()
-
isGroupStart
public boolean isGroupStart()
-
isGroupEnd
public boolean isGroupEnd()
-
isGroupAnd
public boolean isGroupAnd()
-
isGroupOr
public boolean isGroupOr()