Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Field and Description |
---|---|
protected JasmTokens.Token |
Scanner.token
Current token
|
Modifier and Type | Method and Description |
---|---|
static JasmTokens.Token |
JasmTokens.keyword_token_ident(String idValue) |
static JasmTokens.Token |
JasmTokens.Token.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JasmTokens.Token[] |
JasmTokens.Token.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<JasmTokens.Token> |
JasmTokens.Token.get(String parsekey,
JasmTokens.KeywordType ktype) |
Modifier and Type | Method and Description |
---|---|
protected void |
Scanner.check(JasmTokens.Token t)
Checks a token, throws an exception if not the same
|
protected void |
Scanner.expect(JasmTokens.Token t)
Expects a token, scans the next token or throws an exception.
|
boolean |
JasmTokens.Token.in(JasmTokens.Token... tokens)
Checks that this enum element is in an enum list
|
Copyright © 2021. All Rights Reserved.