public enum NElementTokenType extends Enum<NElementTokenType> implements NEnum
| Modifier and Type | Method and Description |
|---|---|
NElementType |
elementType() |
String |
id() |
static NOptional<NElementTokenType> |
parse(String value) |
static NElementTokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NElementTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NElementTokenType INSTANT
public static final NElementTokenType LOCAL_DATETIME
public static final NElementTokenType LOCAL_DATE
public static final NElementTokenType LOCAL_TIME
public static final NElementTokenType NUMBER
public static final NElementTokenType DOUBLE_QUOTED_STRING
public static final NElementTokenType SINGLE_QUOTED_STRING
public static final NElementTokenType LINE_STRING
public static final NElementTokenType BLOCK_STRING
public static final NElementTokenType BACKTICK_STRING
public static final NElementTokenType TRIPLE_DOUBLE_QUOTED_STRING
public static final NElementTokenType TRIPLE_SINGLE_QUOTED_STRING
public static final NElementTokenType TRIPLE_BACKTICK_STRING
public static final NElementTokenType NULL
public static final NElementTokenType OPERATOR_SYMBOL
public static final NElementTokenType ORDERED_LIST
public static final NElementTokenType UNORDERED_LIST
public static final NElementTokenType TRUE
public static final NElementTokenType FALSE
public static final NElementTokenType LPAREN
public static final NElementTokenType RPAREN
public static final NElementTokenType LBRACK
public static final NElementTokenType RBRACK
public static final NElementTokenType COLON
public static final NElementTokenType SEMICOLON
public static final NElementTokenType SEMICOLON2
public static final NElementTokenType COMMA
public static final NElementTokenType AT
public static final NElementTokenType CHAR_STREAM
public static final NElementTokenType BINARY_STREAM
public static final NElementTokenType NAME
public static final NElementTokenType UNKNOWN
public static final NElementTokenType SPACE
public static final NElementTokenType NEWLINE
public static final NElementTokenType LINE_COMMENT
public static final NElementTokenType BLOCK_COMMENT
public static final NElementTokenType LBRACE
public static final NElementTokenType RBRACE
public static NElementTokenType[] values()
for (NElementTokenType c : NElementTokenType.values()) System.out.println(c);
public static NElementTokenType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic NElementType elementType()
public static NOptional<NElementTokenType> parse(String value)
Copyright © 2026 vpc open source initiative. All rights reserved.