Uses of Enum Class
org.openjdk.asmtools.jcoder.JcodTokens.Token
Packages that use JcodTokens.Token
-
Uses of JcodTokens.Token in org.openjdk.asmtools.jcoder
Fields in org.openjdk.asmtools.jcoder declared as JcodTokens.TokenFields in org.openjdk.asmtools.jcoder with type parameters of type JcodTokens.TokenModifier and TypeFieldDescriptionprivate static HashMap<String,
JcodTokens.Token> JcodTokens.ParsekeyToKeywords
private static HashMap<String,
JcodTokens.Token> JcodTokens.ParsekeyToTokens
private static HashMap<String,
JcodTokens.Token> JcodTokens.SymbolToKeywords
private static HashMap<String,
JcodTokens.Token> JcodTokens.SymbolToTokens
private static HashMap<Integer,
JcodTokens.Token> JcodTokens.TagToKeywords
private static HashMap<Integer,
JcodTokens.Token> JcodTokens.TagToTokens
Methods in org.openjdk.asmtools.jcoder that return JcodTokens.TokenModifier and TypeMethodDescriptionstatic JcodTokens.Token
JcodTokens.keyword_token
(int tk) static JcodTokens.Token
JcodTokens.keyword_token
(String parsekey) static JcodTokens.Token
JcodTokens.keyword_token_ID
(String ID) static JcodTokens.Token
JcodTokens.keyword_token_ident
(String idValue) static JcodTokens.Token
JcodTokens.token
(int tk) static JcodTokens.Token
static JcodTokens.Token
static JcodTokens.Token
Returns the enum constant of this class with the specified name.static JcodTokens.Token[]
JcodTokens.Token.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jcoder with parameters of type JcodTokens.TokenModifier and TypeMethodDescriptionprivate void
Jcoder.expect
(JcodTokens.Token t) Expect a token, return its value, scan the next token or throw an exception.protected void
Scanner.match
(JcodTokens.Token open, JcodTokens.Token close) Scan to a matching '}', ']' or ')'.private void
Jcoder.parseClass
(JcodTokens.Token prev) Parse a class or interface declaration.private static void
JcodTokens.registerToken
(JcodTokens.Token tk)