|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassFileFormatException | |
at.dms.classfile | |
at.dms.kjc |
Uses of ClassFileFormatException in at.dms.classfile |
Methods in at.dms.classfile that throw ClassFileFormatException | |
(package private) void |
Instruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
void |
MethodInfo.resolveConstants(ConstantPool cp)
Insert or check location of constant value on constant pool. |
void |
MethodInfo.write(ConstantPool cp,
java.io.DataOutput out)
Write this class into the the file (out) getting data position from the constant pool. |
(package private) void |
NoArgInstruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
static Attribute |
Attribute.read(java.io.DataInput in,
ConstantPool cp)
Constructs an attribute from a class file stream |
static Attribute |
Attribute.readInterfaceOnly(java.io.DataInput in,
ConstantPool cp)
Constructs an attribute from a class file stream |
static Attribute |
Attribute.readCodeInfoAttribute(java.io.DataInput in,
ConstantPool cp,
Instruction[] insns)
Constructs an sub-attribute of CodeInfo from a class file stream |
(package private) abstract void |
Attribute.resolveConstants(ConstantPool cp)
Insert or check location of constant value on constant pool |
(package private) abstract void |
Attribute.write(ConstantPool cp,
java.io.DataOutput out)
Write this class into the the file (out) getting data position from the constant pool |
void |
ClassInfo.write(java.io.DataOutput out)
Writes the content of the class to the specified output stream. |
void |
ClassInfo.write(java.lang.String destination)
Writes the contents of the class to a file. |
void |
ClassInfo.write(java.io.File writeDir,
java.lang.String writeFile)
Writes the contents of the class to a file. |
static void |
CodeEnv.check(CodeInfo codeInfo)
Checks the specified CodeInfo structure and computes maxStack and maxLocals. |
(package private) void |
CodeEnv.checkExecutionPath(InstructionHandle handle,
int curStack)
Verifies execution path(s) starting at specified instruction. |
(package private) void |
SwitchInstruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
(package private) void |
FieldInfo.resolveConstants(ConstantPool cp)
Insert or check location of constant value on constant pool. |
(package private) void |
FieldInfo.write(ConstantPool cp,
java.io.DataOutput out)
Write this class into the the file (out) getting data position from the constant pool. |
(package private) boolean |
InstructionHandle.checkInstruction(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
(package private) void |
AttributeList.resolveConstants(ConstantPool cp)
Insert or check location of constant values in constant pool |
(package private) void |
AttributeList.write(ConstantPool cp,
java.io.DataOutput out)
Write this class into the the file (out) getting data position from the constant pool |
(package private) void |
CodeInfo.resolveConstants(ConstantPool cp)
Insert or check location of constant value on constant pool |
(package private) void |
CodeInfo.write(ConstantPool cp,
java.io.DataOutput out)
Write this class into the the file (out) getting data position from the constant pool |
static Instruction[] |
InstructionIO.read(java.io.DataInput in,
ConstantPool cp)
Constructs an array of instructions from a class file stream. |
(package private) void |
JumpInstruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
(package private) PooledConstant |
UnresolvedConstant.resolveConstant(PooledConstant[] constants)
Insert or check location of constant value on constant pool |
Constructors in at.dms.classfile that throw ClassFileFormatException | |
MethodInfo(java.io.DataInput in,
ConstantPool cp,
boolean interfaceOnly)
Constructs a method entry from a class file stream. |
|
ClassInfo(java.io.DataInput in,
boolean interfaceOnly)
Constructs a class info structure from a class file. |
|
FieldInfo(java.io.DataInput in,
ConstantPool cp)
Constructs a field entry from a class file stream. |
|
InnerClassTable(java.io.DataInput in,
ConstantPool cp)
Constructs a line number table attribute from a class file stream. |
|
AttributeList(java.io.DataInput in,
ConstantPool cp,
boolean noCode)
Constructs an attribute list from a class file stream. |
|
AttributeList(java.io.DataInput in,
ConstantPool cp,
Instruction[] instructions)
Constructs an sub-attribute list of CodeInfo from a class file stream. |
|
ConstantValueAttribute(java.io.DataInput in,
ConstantPool cp)
Constructs a constant value attribute from a class file stream. |
|
SourceFileAttribute(java.io.DataInput in,
ConstantPool cp)
Constructs a source file attribute from a class file stream. |
|
CodeInfo(java.io.DataInput in,
ConstantPool cp)
Create a new CodeInfo attribute. |
|
ConstantPool(java.io.DataInput in)
Constructs a constant pool structure from a class file. |
|
SyntheticAttribute(java.io.DataInput in,
ConstantPool cp)
Constructs a synthetic attribute from a class file stream. |
Uses of ClassFileFormatException in at.dms.kjc |
Methods in at.dms.kjc that throw ClassFileFormatException | |
void |
CClass.genClassFile(java.lang.String destination)
Generate the code in a class file. |
void |
CSourceClass.genCode(java.lang.String destination)
Collect and generate class files |
void |
CMethodInfo.resolveConstants(ConstantPool cp)
Insert or check location of constant value on constant pool |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |