org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class CPClassInfo

java.lang.Object
  extended by org.netbeans.modules.classfile.CPEntry
      extended by org.netbeans.modules.classfile.CPClassInfo

public final class CPClassInfo
extends CPEntry

A class representing the CONSTANT_Class constant pool type.


Method Summary
 ClassName getClassName()
           
 String getName()
           
 int getTag()
          Returns the constant type value, or tag, as defined by table 4.3 of the Java Virtual Machine specification.
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getClassName

public ClassName getClassName()

getTag

public final int getTag()
Description copied from class: CPEntry
Returns the constant type value, or tag, as defined by table 4.3 of the Java Virtual Machine specification.

Specified by:
getTag in class CPEntry

toString

public String toString()

getName

public String getName()

getValue

public Object getValue()
Overrides:
getValue in class CPEntry

org.netbeans.modules.classfile/1 1.35

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.