org.kohsuke.rngom.parse.compact
インタフェース CompactSyntaxConstants
- 既知の実装クラスの一覧:
- CompactSyntax, CompactSyntaxTokenManager
- public interface CompactSyntaxConstants
EOF
public static final int EOF
- 関連項目:
- 定数フィールド値
NEWLINE
public static final int NEWLINE
- 関連項目:
- 定数フィールド値
NOT_NEWLINE
public static final int NOT_NEWLINE
- 関連項目:
- 定数フィールド値
WS
public static final int WS
- 関連項目:
- 定数フィールド値
DOCUMENTATION
public static final int DOCUMENTATION
- 関連項目:
- 定数フィールド値
DOCUMENTATION_CONTINUE
public static final int DOCUMENTATION_CONTINUE
- 関連項目:
- 定数フィールド値
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- 関連項目:
- 定数フィールド値
DOCUMENTATION_AFTER_SINGLE_LINE_COMMENT
public static final int DOCUMENTATION_AFTER_SINGLE_LINE_COMMENT
- 関連項目:
- 定数フィールド値
SINGLE_LINE_COMMENT_CONTINUE
public static final int SINGLE_LINE_COMMENT_CONTINUE
- 関連項目:
- 定数フィールド値
BASE_CHAR
public static final int BASE_CHAR
- 関連項目:
- 定数フィールド値
IDEOGRAPHIC
public static final int IDEOGRAPHIC
- 関連項目:
- 定数フィールド値
LETTER
public static final int LETTER
- 関連項目:
- 定数フィールド値
COMBINING_CHAR
public static final int COMBINING_CHAR
- 関連項目:
- 定数フィールド値
DIGIT
public static final int DIGIT
- 関連項目:
- 定数フィールド値
EXTENDER
public static final int EXTENDER
- 関連項目:
- 定数フィールド値
NMSTART
public static final int NMSTART
- 関連項目:
- 定数フィールド値
NMCHAR
public static final int NMCHAR
- 関連項目:
- 定数フィールド値
NCNAME
public static final int NCNAME
- 関連項目:
- 定数フィールド値
IDENTIFIER
public static final int IDENTIFIER
- 関連項目:
- 定数フィールド値
ESCAPED_IDENTIFIER
public static final int ESCAPED_IDENTIFIER
- 関連項目:
- 定数フィールド値
PREFIX_STAR
public static final int PREFIX_STAR
- 関連項目:
- 定数フィールド値
PREFIXED_NAME
public static final int PREFIXED_NAME
- 関連項目:
- 定数フィールド値
LITERAL
public static final int LITERAL
- 関連項目:
- 定数フィールド値
FANNOTATE
public static final int FANNOTATE
- 関連項目:
- 定数フィールド値
ILLEGAL_CHAR
public static final int ILLEGAL_CHAR
- 関連項目:
- 定数フィールド値
DEFAULT
public static final int DEFAULT
- 関連項目:
- 定数フィールド値
AFTER_SINGLE_LINE_COMMENT
public static final int AFTER_SINGLE_LINE_COMMENT
- 関連項目:
- 定数フィールド値
AFTER_DOCUMENTATION
public static final int AFTER_DOCUMENTATION
- 関連項目:
- 定数フィールド値
tokenImage
public static final java.lang.String[] tokenImage