Package | Description |
---|---|
org.openjdk.asmtools.jcoder |
Modifier and Type | Field and Description |
---|---|
private JcodTokens.TokenType |
JcodTokens.Token.tk_type |
Modifier and Type | Method and Description |
---|---|
static JcodTokens.TokenType |
JcodTokens.TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JcodTokens.TokenType[] |
JcodTokens.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
JcodTokens.Token.init(java.lang.Integer val,
java.lang.String print,
java.lang.String op,
JcodTokens.TokenType tt,
JcodTokens.KeywordType kt) |
Constructor and Description |
---|
Token(java.lang.Integer val,
java.lang.String print,
java.lang.String op,
JcodTokens.TokenType tt) |
Token(java.lang.Integer val,
java.lang.String print,
java.lang.String op,
JcodTokens.TokenType tt,
JcodTokens.KeywordType kt) |