|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jasError | |
---|---|
jas | |
jasmin |
Uses of jasError in jas |
---|
Methods in jas that throw jasError | |
---|---|
Annotation |
Method.addAnnotation(boolean visible,
String clsname,
int paramnum)
|
Annotation |
Method.addAnnotation()
|
void |
Annotation.addField(String name,
String type,
String add)
|
void |
VerifyFrame.addLocalsItem(String item,
String val)
|
void |
VerifyFrame.addStackItem(String item,
String val)
|
void |
Annotation.addValue(Object value)
|
void |
AnnotationElement.done()
|
Annotation |
Annotation.endAnnotation()
|
Vector |
VerifyFrame.getFrame(int count)
|
Vector |
StackMap.getLastFrame(int count)
|
int |
VerifyFrame.getOffset(CodeAttr ce)
|
Annotation |
Annotation.nestAnnotation()
|
AsciiCP |
AnnotationElement.nestType()
|
static void |
Annotation.ParserError()
|
void |
VerifyFrame.setOffset(int offset)
|
void |
VerifyFrame.setOffset(Label label)
|
void |
ClassEnv.write(DataOutputStream out)
Write the contents of the class. |
Constructors in jas that throw jasError | |
---|---|
AnnotationElement(String name,
String type,
String exttype)
|
|
GenericAttr(String name,
String file)
Make up a new attribute |
|
Insn(int opc,
CP arg)
This constructor is used for instructions that take a CP item as their argument. |
|
Insn(int opc,
int val,
boolean Wide)
Added branch instructions |
|
Insn(int opc,
int val,
char relative)
|
|
Insn(int opc,
Label target,
int line)
Instructions that take a Label as an argument. |
|
Insn(int opc)
Instructions with no arguments are built with this constructor. |
|
VerificationTypeInfo(String item,
String val)
|
|
VerificationTypeInfo(String item)
|
Uses of jasError in jasmin |
---|
Methods in jasmin that throw jasError | |
---|---|
void |
ClassFile.endHeader()
|
void |
ClassFile.write(OutputStream outp)
Writes the binary data for the class represented by this ClassFile object to the specified output stream, using the Java Class File format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |