at.dms.classfile
Class SkippedCodeInfo

java.lang.Object
  |
  +--at.dms.classfile.Attribute
        |
        +--at.dms.classfile.CodeInfo
              |
              +--at.dms.classfile.SkippedCodeInfo

public class SkippedCodeInfo
extends CodeInfo

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkippedCodeInfo

public SkippedCodeInfo(java.io.DataInput in,
                       ConstantPool cp)
                throws java.io.IOException
Make up a new attribute.
Parameters:
in - The stream to read from.
cp - The constant pool.
Throws:
java.io.IOException - An io problem has occured.