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.ParsekeyToKeywordsprivate static HashMap<String, JcodTokens.Token> JcodTokens.ParsekeyToTokensprivate static HashMap<String, JcodTokens.Token> JcodTokens.SymbolToKeywordsprivate static HashMap<String, JcodTokens.Token> JcodTokens.SymbolToTokensprivate static HashMap<Integer, JcodTokens.Token> JcodTokens.TagToKeywordsprivate static HashMap<Integer, JcodTokens.Token> JcodTokens.TagToTokensMethods in org.openjdk.asmtools.jcoder that return JcodTokens.TokenModifier and TypeMethodDescriptionstatic JcodTokens.TokenJcodTokens.keyword_token(int tk) static JcodTokens.TokenJcodTokens.keyword_token(String parsekey) static JcodTokens.TokenJcodTokens.keyword_token_ID(String ID) static JcodTokens.TokenJcodTokens.keyword_token_ident(String idValue) static JcodTokens.TokenJcodTokens.token(int tk) static JcodTokens.Tokenstatic JcodTokens.Tokenstatic JcodTokens.TokenReturns 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 voidJcoder.expect(JcodTokens.Token t) Expect a token, return its value, scan the next token or throw an exception.protected voidScanner.match(JcodTokens.Token open, JcodTokens.Token close) Scan to a matching '}', ']' or ')'.private voidJcoder.parseClass(JcodTokens.Token prev) Parse a class or interface declaration.private static voidJcodTokens.registerToken(JcodTokens.Token tk)