at.dms.classfile
Class SkippedCodeInfo

java.lang.Object
  extended by at.dms.classfile.Attribute
      extended by at.dms.classfile.CodeInfo
          extended by at.dms.classfile.SkippedCodeInfo

public class SkippedCodeInfo
extends CodeInfo

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

SkippedCodeInfo

public SkippedCodeInfo(DataInput in,
                       ConstantPool cp)
                throws IOException
Make up a new attribute

Parameters:
in - the stream to read from
cp - the constant pool
Throws:
IOException - an io problem has occured