org.cojen.classfile.attribute
Class StackMapTableAttr.VerificationTypeInfo

java.lang.Object
  extended by org.cojen.classfile.attribute.StackMapTableAttr.VerificationTypeInfo
Enclosing class:
StackMapTableAttr

public abstract static class StackMapTableAttr.VerificationTypeInfo
extends Object


Method Summary
 int getLength()
           
abstract  TypeDesc getType()
           
 boolean isThis()
          When true, type is the "this" reference.
 boolean isTop()
          When true, type is unassigned or unused.
 boolean isUninitialized()
          When true, type is an object whose constructor has not been called.
 String toString()
           
abstract  void writeTo(DataOutput dout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLength

public int getLength()

getType

public abstract TypeDesc getType()

isTop

public boolean isTop()
When true, type is unassigned or unused.


isThis

public boolean isThis()
When true, type is the "this" reference.


isUninitialized

public boolean isUninitialized()
When true, type is an object whose constructor has not been called.


writeTo

public abstract void writeTo(DataOutput dout)
                      throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2008 Brian S O'Neill. All Rights Reserved.