org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class CPEntry

java.lang.Object
  extended by org.netbeans.modules.classfile.CPEntry
Direct Known Subclasses:
CPClassInfo, CPDoubleInfo, CPFloatInfo, CPIntegerInfo, CPLongInfo, CPNameAndTypeInfo, CPStringInfo, CPUTF8Info

public abstract class CPEntry
extends Object

A class representing an entry in a ConstantPool.


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

Method Detail

getValue

public Object getValue()

getTag

public abstract int getTag()
Returns the constant type value, or tag, as defined by table 4.3 of the Java Virtual Machine specification.


org.netbeans.modules.classfile/1 1.35

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