Uses of Class
org.openjdk.asmtools.jcoder.JcodTokens.Token
-
Packages that use JcodTokens.Token Package Description org.openjdk.asmtools.jcoder -
-
Uses of JcodTokens.Token in org.openjdk.asmtools.jcoder
Fields in org.openjdk.asmtools.jcoder declared as JcodTokens.Token Modifier and Type Field Description protected JcodTokens.TokenScanner. tokenCurrent tokenFields in org.openjdk.asmtools.jcoder with type parameters of type JcodTokens.Token Modifier and Type Field Description private static java.util.HashMap<java.lang.String,JcodTokens.Token>JcodTokens. ParsekeyToKeywordsprivate static java.util.HashMap<java.lang.String,JcodTokens.Token>JcodTokens. ParsekeyToTokensprivate static java.util.HashMap<java.lang.String,JcodTokens.Token>JcodTokens. SymbolToKeywordsprivate static java.util.HashMap<java.lang.String,JcodTokens.Token>JcodTokens. SymbolToTokensprivate static java.util.HashMap<java.lang.Integer,JcodTokens.Token>JcodTokens. TagToKeywordsprivate static java.util.HashMap<java.lang.Integer,JcodTokens.Token>JcodTokens. TagToTokensMethods in org.openjdk.asmtools.jcoder that return JcodTokens.Token Modifier and Type Method Description static JcodTokens.TokenJcodTokens. keyword_token(int tk)static JcodTokens.TokenJcodTokens. keyword_token(java.lang.String parsekey)static JcodTokens.TokenJcodTokens. keyword_token_ID(java.lang.String ID)static JcodTokens.TokenJcodTokens. keyword_token_ident(java.lang.String idValue)static JcodTokens.TokenJcodTokens. token(int tk)static JcodTokens.TokenJcodTokens. token(java.lang.String parsekey)static JcodTokens.TokenJcodTokens. token_ID(java.lang.String ID)static JcodTokens.TokenJcodTokens.Token. valueOf(java.lang.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.Methods in org.openjdk.asmtools.jcoder with parameters of type JcodTokens.Token Modifier and Type Method Description private 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)
-