Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Method and Description |
---|---|
protected void |
Scanner.check(JasmTokens.Token t)
Checks a token, throws an exception if not the same
|
protected void |
Scanner.expect(JasmTokens.Token t)
Expects a token, scans the next token or throws an exception.
|
protected ConstantPool.ConstCell |
ParserCP.parseConstRef(Tables.ConstType defaultTag) |
protected ConstantPool.ConstCell |
ParserCP.parseConstRef(Tables.ConstType defaultTag,
Tables.ConstType default2Tag) |
protected ConstantPool.ConstCell |
ParserCP.parseConstRef(Tables.ConstType defaultTag,
Tables.ConstType default2Tag,
boolean ignoreKeywords)
Parse an instruction argument, one of: * #NUMBER, #NAME, [TAG] CONSTVALUE
|
protected ConstantPool.ConstValue |
ParserCP.parseConstValue(Tables.ConstType tag)
Parse CONSTVALUE
|
protected DefaultAnnotationAttr |
ParserAnnotation.parseDefaultAnnotation()
parseDefaultAnnotation
parses a default Annotation attribute
|
protected void |
ParserInstr.parseInstr()
Parse an instruction.
|
protected org.openjdk.asmtools.jasm.Argument |
ParserInstr.parseLabelRef()
Parse a label instruction argument
|
protected void |
ParserAnnotation.parseParamAnnots(int _totalParams,
org.openjdk.asmtools.jasm.MethodData curMethod)
parseParamAnnots
Parses Parameter Annotations attributes.
|
protected org.openjdk.asmtools.jasm.SwitchTable |
ParserInstr.parseSwitchTable()
Parse a Switch Table.
|
protected ConstantPool.ConstValue |
ParserCP.parseTagConstValue(Tables.ConstType defaultTag)
Parse [TAG] CONSTVALUE
|
protected ConstantPool.ConstValue |
ParserCP.parseTagConstValue(Tables.ConstType defaultTag,
Tables.ConstType default2Tag,
boolean ignoreKeywords) |
Copyright © 2021. All Rights Reserved.