|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.classfile.Attribute | +--at.dms.classfile.CodeInfo | +--at.dms.classfile.SkippedCodeInfo
The code info, but without the instructions (only the interface)
Fields inherited from class at.dms.classfile.CodeInfo |
DUM_INFO |
Fields inherited from class at.dms.classfile.Attribute |
EMPTY |
Constructor Summary | |
SkippedCodeInfo(java.io.DataInput in,
ConstantPool cp)
Make up a new attribute. |
Methods inherited from class at.dms.classfile.CodeInfo |
getCodeLength, getHandlers, getInstructions, getLineNumbers, getLocalVariables, getMaxLocals, getMaxStack, getParameterCount, getSize, getTag, resolveConstants, setCodeLength, setMaxLocals, setMaxStack, setParameterCount, transformAccessors, write |
Methods inherited from class at.dms.classfile.Attribute |
read, readCodeInfoAttribute, readInterfaceOnly |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public SkippedCodeInfo(java.io.DataInput in, ConstantPool cp) throws java.io.IOException
in
- The stream to read from.cp
- The constant pool.java.io.IOException
- An io problem has occured.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |