程序包 cn.zhxu.bs.group

类 Event<V>

java.lang.Object
cn.zhxu.bs.group.Event<V>

public class Event<V> extends Object
Group 表达式 解析器
从以下版本开始:
v3.5.0
作者:
Troy.Zhou @ 2022-02-21
  • 字段详细资料

    • 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)
  • 方法详细资料

    • getValue

      public V getValue()
    • isValue

      public boolean isValue()
    • isGroupStart

      public boolean isGroupStart()
    • isGroupEnd

      public boolean isGroupEnd()
    • isGroupAnd

      public boolean isGroupAnd()
    • isGroupOr

      public boolean isGroupOr()