public enum LexerActionType extends Enum<LexerActionType>
LexerAction.| 枚举常量和说明 |
|---|
CHANNEL
The type of a
LexerChannelAction action. |
CUSTOM
The type of a
LexerCustomAction action. |
MODE
The type of a
LexerModeAction action. |
MORE
The type of a
LexerMoreAction action. |
POP_MODE
The type of a
LexerPopModeAction action. |
PUSH_MODE
The type of a
LexerPushModeAction action. |
SKIP
The type of a
LexerSkipAction action. |
TYPE
The type of a
LexerTypeAction action. |
public static final LexerActionType CHANNEL
LexerChannelAction action.public static final LexerActionType CUSTOM
LexerCustomAction action.public static final LexerActionType MODE
LexerModeAction action.public static final LexerActionType MORE
LexerMoreAction action.public static final LexerActionType POP_MODE
LexerPopModeAction action.public static final LexerActionType PUSH_MODE
LexerPushModeAction action.public static final LexerActionType SKIP
LexerSkipAction action.public static final LexerActionType TYPE
LexerTypeAction action.public static LexerActionType[] values()
for (LexerActionType c : LexerActionType.values()) System.out.println(c);
public static LexerActionType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 1992–2022 Daniel Sun. All rights reserved.