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

Uses of Class org.netbeans.modules.classfile.CPEntry (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

Uses of Class
org.netbeans.modules.classfile.CPEntry

Uses of CPEntry in org.netbeans.modules.classfile
 

Subclasses of CPEntry in org.netbeans.modules.classfile
 class CPClassInfo
          A class representing the CONSTANT_Class constant pool type.
 class CPDoubleInfo
          A class representing the CONSTANT_Double constant pool type.
 class CPFieldInfo
          A class representing the CONSTANT_Fieldref constant pool type.
 class CPFloatInfo
          A class representing the CONSTANT_Float constant pool type.
 class CPIntegerInfo
          A class representing the CONSTANT_Integer constant pool type.
 class CPInterfaceMethodInfo
          A class representing the CONSTANT_InterfaceMethodref constant pool type.
 class CPLongInfo
          A class representing the CONSTANT_Long constant pool type.
 class CPMethodInfo
          A class representing the CONSTANT_Methodref constant pool type.
 class CPNameAndTypeInfo
          A class representing the CONSTANT_NameAndType constant pool type.
 class CPStringInfo
          A class representing the CONSTANT_String constant pool type.
 class CPUTF8Info
          A class representing the CONSTANT_Utf8 constant pool type.
 

Methods in org.netbeans.modules.classfile that return CPEntry
 CPEntry ConstantPool.get(int index)
          Get the CPEntry at a specific constant pool index.
 CPEntry VerificationTypeInfo.ObjectVariableInfo.getConstantPoolEntry()
          Returns the constant pool entry which initializes this variables.
 CPEntry PrimitiveElementValue.getValue()
          Returns the value of this component, as a constant pool entry.
 


org.netbeans.modules.classfile/1 1.19

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