Package | Description |
---|---|
org.openjdk.asmtools.jcoder |
Modifier and Type | Field and Description |
---|---|
protected JcodTokens.Token |
Scanner.token
Current token
|
Modifier and Type | Method and Description |
---|---|
static JcodTokens.Token |
JcodTokens.keyword_token_ID(String ID) |
static JcodTokens.Token |
JcodTokens.keyword_token_ident(String idValue) |
static JcodTokens.Token |
JcodTokens.keyword_token(int tk) |
static JcodTokens.Token |
JcodTokens.keyword_token(String parsekey) |
static JcodTokens.Token |
JcodTokens.token_ID(String ID) |
static JcodTokens.Token |
JcodTokens.token(int tk) |
static JcodTokens.Token |
JcodTokens.token(String parsekey) |
static JcodTokens.Token |
JcodTokens.Token.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JcodTokens.Token[] |
JcodTokens.Token.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Scanner.match(JcodTokens.Token open,
JcodTokens.Token close)
Scan to a matching '}', ']' or ')'.
|
Copyright © 2021. All Rights Reserved.