Uses of Enum Class
org.openjdk.asmtools.jasm.JasmTokens.Token
Packages that use JasmTokens.Token
-
Uses of JasmTokens.Token in org.openjdk.asmtools.jasm
Subclasses with type arguments of type JasmTokens.Token in org.openjdk.asmtools.jasmFields in org.openjdk.asmtools.jasm declared as JasmTokens.TokenModifier and TypeFieldDescriptionprivate final JasmTokens.TokenTableFormatModel.Token.jasmTokenprotected JasmTokens.TokenScanner.tokenFields in org.openjdk.asmtools.jasm with type parameters of type JasmTokens.TokenModifier and TypeFieldDescription(package private) static final EnumSet<JasmTokens.Token> JasmTokens.Token.ALL_TOKENSMethods in org.openjdk.asmtools.jasm that return JasmTokens.TokenModifier and TypeMethodDescription(package private) JasmTokens.TokenStackMapData.checkIntegrity()Checks whether all fields corresponding to the current frame type are set.TableFormatModel.Token.getJasmToken()static JasmTokens.TokenJasmTokens.keyword_token_ident(String idValue) static JasmTokens.TokenReturns the enum constant of this class with the specified name.static JasmTokens.Token[]JasmTokens.Token.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jasm that return types with arguments of type JasmTokens.TokenModifier and TypeMethodDescriptionstatic Optional<JasmTokens.Token> JasmTokens.Token.get(String parseKey, JasmTokens.KeywordType keywordType) static Set<JasmTokens.Token> JasmTokens.Token.getTokenByKeywordType(JasmTokens.KeywordType keywordType) static Set<JasmTokens.Token> JasmTokens.Token.getTokenByType(JasmTokens.TokenType type) Methods in org.openjdk.asmtools.jasm with parameters of type JasmTokens.TokenModifier and TypeMethodDescriptionprotected final voidScanner.check(JasmTokens.Token t) Checks the token, throws an exception if differentprotected final voidScanner.expect(JasmTokens.Token t) Expects the token, scans the next token or throws an exception.protected final voidScanner.expectIdentContent(JasmTokens.Token t) Expects an identifier token with parsed content of the token, scans the next token or throws an exception.protected final voidScanner.expectOneOf(List<String> identifiers, JasmTokens.Token... tokens) protected final booleanScanner.expectOneOfToken(JasmTokens.Token... tokens) Expects one of the token in the list, scans the next token or throws an exception.booleanJasmTokens.Token.in(JasmTokens.Token... tokens) Checks that this enum element is in an enum listprivate booleanParseInstruction.isInstruction(JasmTokens.Token token) private voidParser.match(JasmTokens.Token open, JasmTokens.Token close) The match() method is used to quickly match opening brackets (ie: '(', '{', or '[') with their closing counterpart.private <T extends ModuleContent.TargetType>
voidParser.scanStatement(BiConsumer<T, Set<ModuleContent.TargetType>> action, Parser.NameSupplier source, Parser.NameSupplier target, JasmTokens.Token startList, boolean emptyListAllowed, String err) Scans Module Statement(s): exports [mandated|synthetic] packageName [to ModuleName {, ModuleName}*] ; opens [mandated|synthetic] packageName [to ModuleName {, ModuleName}*] ; provides TypeName with TypeName {,typeName} ;Constructors in org.openjdk.asmtools.jasm with parameters of type JasmTokens.TokenModifierConstructorDescriptionprivateToken(String parseKey, EAttribute attribute, JasmTokens.Token jasmToken, Class<? extends Indenter> owner) -
Uses of JasmTokens.Token in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as JasmTokens.TokenConstructors in org.openjdk.asmtools.jdis with parameters of type JasmTokens.TokenModifierConstructorDescriptionprotected <M extends MemberData<ClassData>>ClassArrayData(M classData, JasmTokens.Token token) protected <M extends MemberData<ClassData>>Utf8ArrayData(M classData, JasmTokens.Token token)