Uses of Class
org.openjdk.asmtools.jasm.Scanner.SyntaxError
Packages that use Scanner.SyntaxError
-
Uses of Scanner.SyntaxError in org.openjdk.asmtools.jasm
Methods in org.openjdk.asmtools.jasm that throw Scanner.SyntaxErrorModifier and TypeMethodDescriptionprotected final voidScanner.check(JasmTokens.Token t) Checks a token, throws an exception if not the sameprotected final voidScanner.expect(JasmTokens.Token t) Expects a token, scans the next token or throws an exception.protected ConstantPool.ConstCellParserCP.parseConstRef(Tables.ConstType defaultTag) protected ConstantPool.ConstCellParserCP.parseConstRef(Tables.ConstType defaultTag, Tables.ConstType default2Tag) protected ConstantPool.ConstCellParserCP.parseConstRef(Tables.ConstType defaultTag, Tables.ConstType default2Tag, boolean ignoreKeywords) Parse an instruction argument, one of: * #NUMBER, #NAME, [TAG] CONSTVALUEprotected ConstantPool.ConstValueParserCP.parseConstValue(Tables.ConstType tag) Parse CONSTVALUEprotected DefaultAnnotationAttrParserAnnotation.parseDefaultAnnotation()parseDefaultAnnotation parses a default Annotation attributeprotected voidParserInstr.parseInstr()Parse an instruction.protected org.openjdk.asmtools.jasm.ArgumentParserInstr.parseLabelRef()Parse a label instruction argumentprotected voidParserAnnotation.parseParamAnnots(int _totalParams, org.openjdk.asmtools.jasm.MethodData curMethod) parseParamAnnots Parses Parameter Annotations attributes.protected org.openjdk.asmtools.jasm.SwitchTableParserInstr.parseSwitchTable()Parse a Switch Table. return value: SwitchTable.protected ConstantPool.ConstValueParserCP.parseTagConstValue(Tables.ConstType defaultTag) Parse [TAG] CONSTVALUEprotected ConstantPool.ConstValueParserCP.parseTagConstValue(Tables.ConstType defaultTag, Tables.ConstType default2Tag, boolean ignoreKeywords)