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

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

org.netbeans.modules.classfile/1 1.19

Uses of Package
org.netbeans.modules.classfile

Classes in org.netbeans.modules.classfile used by org.netbeans.modules.classfile
Annotation
          Annotation: a single annotation on a program element.
AnnotationComponent
          AnnotationComponent: a single annotation on a program element.
AttributeMap
          Class representing a map of classfile attributes.
ClassFile
          Class representing a Java class file.
ClassName
          Class representing the name of a Java class.
Code
          The Code attribute of a method.
ConstantPool
          Class representing a Java class file constant pool.
CPClassInfo
          A class representing the CONSTANT_Class constant pool type.
CPEntry
          A class representing an entry in a ConstantPool.
CPMethodInfo
          A class representing the CONSTANT_Methodref constant pool type.
CPNameAndTypeInfo
          A class representing the CONSTANT_NameAndType constant pool type.
ElementValue
          ElementValue: the value portion of the name-value pair of a single annotation element.
EnclosingMethod
          A class representing the enclosing method of an inner class.
ExceptionTableEntry
          An entry in the exception table of a method's code attribute.
Field
          Base class for variables and methods.
InnerClass
          An InnerClass attribute of a classfile.
LocalVariableTableEntry
          An entry in the local variable table of a method's code attribute.
LocalVariableTypeTableEntry
          An entry in the local variable type table of a method's code attribute.
Method
          A Java method object.
Parameter
          A representation of a parameter to a method declaration.
StackMapFrame
          A stack map frame, as defined by a StackMapTable attribute.
Variable
          A Java field.
VerificationTypeInfo
          VerificationTypeInfo structure, which is defined as a C-like union in the Java Virtual Machine Specification, section 4.8.4, and is used to define stack map frame structures.
 


org.netbeans.modules.classfile/1 1.19

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