站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

CPUTF8Info (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

org.netbeans.modules.classfile
Class CPUTF8Info

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

public final class CPUTF8Info
extends CPEntry

A class representing the CONSTANT_Utf8 constant pool type.


Method Summary
 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

getName

public final String getName()

getValue

public final Object getValue()

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()

org.netbeans.modules.classfile/1 1.19

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.