|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use jasError | |
| jas | |
| jasmin | |
| Uses of jasError in jas |
| Methods in jas that throw jasError | |
void |
ClassEnv.write(DataOutputStream out)
Write the contents of the class. |
| Constructors in jas that throw jasError | |
Insn(int opc)
Instructions with no arguments are built with this constructor. |
|
Insn(int opc,
int val)
Instructions that take a single numeric argument. |
|
Insn(int opc,
Label target)
Instructions that take a Label as an argument. |
|
Insn(int opc,
CP arg)
This constructor is used for instructions that take a CP item as their argument. |
|
| Uses of jasError in jasmin |
| Methods in jasmin that throw jasError | |
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 | ||||||||||