|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.classfile.Attribute
at.dms.classfile.CodeInfo
at.dms.classfile.SkippedCodeInfo
public class SkippedCodeInfo
The code info, but without the instructions (only the interface)
Field Summary |
---|
Fields inherited from class at.dms.classfile.CodeInfo |
---|
DUM_INFO |
Fields inherited from class at.dms.classfile.Attribute |
---|
EMPTY |
Constructor Summary | |
---|---|
SkippedCodeInfo(DataInput in,
ConstantPool cp)
Make up a new attribute |
Method Summary |
---|
Methods inherited from class at.dms.classfile.CodeInfo |
---|
getCodeLength, getHandlers, getInstructions, getLineNumbers, getLocalVariables, getMaxLocals, getMaxStack, getParameterCount, setParameterCount, transformAccessors |
Methods inherited from class at.dms.classfile.Attribute |
---|
read, readCodeInfoAttribute, readInterfaceOnly |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkippedCodeInfo(DataInput in, ConstantPool cp) throws IOException
in
- the stream to read fromcp
- the constant pool
IOException
- an io problem has occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |