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