public static enum Token.Keyword extends Enum<Token.Keyword>
| Enum Constant and Description |
|---|
KW_ENDOBJ |
KW_ENDSTREAM |
KW_F |
KW_FALSE |
KW_N |
KW_NONE |
KW_NULL |
KW_OBJ |
KW_R |
KW_STARTXREF |
KW_STREAM |
KW_TRAILER |
KW_TRUE |
KW_XREF |
| Modifier and Type | Method and Description |
|---|---|
static Token.Keyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token.Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Token.Keyword KW_NONE
public static final Token.Keyword KW_NULL
public static final Token.Keyword KW_TRUE
public static final Token.Keyword KW_FALSE
public static final Token.Keyword KW_STREAM
public static final Token.Keyword KW_ENDSTREAM
public static final Token.Keyword KW_OBJ
public static final Token.Keyword KW_ENDOBJ
public static final Token.Keyword KW_R
public static final Token.Keyword KW_N
public static final Token.Keyword KW_F
public static final Token.Keyword KW_XREF
public static final Token.Keyword KW_STARTXREF
public static final Token.Keyword KW_TRAILER
public static Token.Keyword[] values()
for (Token.Keyword c : Token.Keyword.values()) System.out.println(c);
public static Token.Keyword 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 nullCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.