Skip navigation links
org.netbeans.modules.classfile/1 1.77
A B C E F G H I K L M N O P R S T V 

G

get(int) - Method in class org.netbeans.modules.classfile.ConstantPool
Get the CPEntry at a specific constant pool index.
getAccess() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the access permissions of this class or interface.
getAccess() - Method in class org.netbeans.modules.classfile.Field
 
getAccess() - Method in class org.netbeans.modules.classfile.InnerClass
Returns the access flags of this class.
getAllClassNames() - Method in class org.netbeans.modules.classfile.ClassFile
Return the collection of all unique class references in this class.
getAllClassNames() - Method in class org.netbeans.modules.classfile.ConstantPool
 
getAllConstants(Class<T>) - Method in class org.netbeans.modules.classfile.ConstantPool
 
getAnnotation(ClassName) - Method in class org.netbeans.modules.classfile.ClassFile
Returns the annotation for a specified annotation type, or null if no annotation of that type exists for this class.
getAnnotation(ClassName) - Method in class org.netbeans.modules.classfile.Field
Returns the annotation for a specified annotation type, or null if no annotation of that type exists for this field.
getAnnotationDefault() - Method in class org.netbeans.modules.classfile.Method
Returns the default annotation value for the element defined by this method.
getAnnotations() - Method in class org.netbeans.modules.classfile.ClassFile
Returns all runtime annotations defined for this class.
getAnnotations() - Method in class org.netbeans.modules.classfile.Field
Returns all <ClassName,Annotation> runtime annotations defined for this field.
getArguments() - Method in class org.netbeans.modules.classfile.BootstrapMethod
 
getAttributes() - Method in class org.netbeans.modules.classfile.ClassFile
Returns a map of the raw attributes for this classfile.
getAttributes() - Method in class org.netbeans.modules.classfile.Field
Returns a map of the raw attributes for this field.
getBootstrapMethod() - Method in class org.netbeans.modules.classfile.CPConstantDynamicInfo
 
getBootstrapMethod() - Method in class org.netbeans.modules.classfile.CPInvokeDynamicInfo
 
getBootstrapMethods() - Method in class org.netbeans.modules.classfile.ClassFile
Return the content of the BootstrapMethods attribute.
getByteCodes() - Method in class org.netbeans.modules.classfile.Code
 
getCatchType() - Method in class org.netbeans.modules.classfile.ExceptionTableEntry
Returns the type of exception handler, or null if this handler catches all exceptions, such as an exception handler for a "finally" clause (JVM 4.7.3).
getClass(int) - Method in class org.netbeans.modules.classfile.ConstantPool
Get the CPClassInfo at a specific index.
getClassFile() - Method in class org.netbeans.modules.classfile.Field
Returns the class file this field is defined in.
getClassInfo() - Method in class org.netbeans.modules.classfile.EnclosingMethod
Returns the constant pool entry for the enclosing class.
getClassName() - Method in class org.netbeans.modules.classfile.ClassElementValue
Returns the value of this component, as a class constant pool entry.
getClassName(String) - Static method in class org.netbeans.modules.classfile.ClassName
Returns the ClassName object referenced by a class type string (field descriptor), as defined in the JVM Specification, sections 4.3.2 and 4.2.
getClassName() - Method in class org.netbeans.modules.classfile.CPClassInfo
 
getClassName() - Method in class org.netbeans.modules.classfile.EnclosingMethod
 
getCode() - Method in class org.netbeans.modules.classfile.Method
Get the bytecodes of this method.
getComponent(String) - Method in class org.netbeans.modules.classfile.Annotation
Returns the named component for this annotation, or null if no component with that name exists.
getComponents() - Method in class org.netbeans.modules.classfile.Annotation
Returns the named components for this annotation, as an array of AnnotationComponents.
getConstantPool() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the ConstantPool object associated with this ClassFile.
getConstantPoolEntry() - Method in class org.netbeans.modules.classfile.VerificationTypeInfo.ObjectVariableInfo
Returns the constant pool entry which initializes this variables.
getConstantValue() - Method in class org.netbeans.modules.classfile.Variable
Returns the value object of this variable if it is a constant, otherwise null.
getDeclaration() - Method in class org.netbeans.modules.classfile.Field
 
getDeclaration() - Method in class org.netbeans.modules.classfile.Method
 
getDeclaration() - Method in class org.netbeans.modules.classfile.Parameter
Return a string in the form "<type> <name>".
getDeclaration() - Method in class org.netbeans.modules.classfile.Variable
Return a string in the form "<type> <name>".
getDescription() - Method in class org.netbeans.modules.classfile.LocalVariableTableEntry
Returns the signature (type) of this variable.
getDescriptor() - Method in class org.netbeans.modules.classfile.CPMethodTypeInfo
 
getDescriptor() - Method in class org.netbeans.modules.classfile.CPNameAndTypeInfo
 
getDescriptor() - Method in class org.netbeans.modules.classfile.Field
 
getEnclosingMethod() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the enclosing method for this class.
getEndPC() - Method in class org.netbeans.modules.classfile.ExceptionTableEntry
Returns the ending offset into the method's bytecodes of this exception handler, or the length of the bytecode array if the handler supports the method's last bytecodes (JVM 4.7.3).
getEnumName() - Method in class org.netbeans.modules.classfile.EnumElementValue
Returns the name of the enum constant for this annotation component.
getEnumType() - Method in class org.netbeans.modules.classfile.EnumElementValue
Returns the enum type as a string, rather than a ClassName.
getExceptionClasses() - Method in class org.netbeans.modules.classfile.Method
 
getExceptionTable() - Method in class org.netbeans.modules.classfile.Code
 
getExportsEntries() - Method in class org.netbeans.modules.classfile.Module
Returns the exported packages.
getExportsTo() - Method in class org.netbeans.modules.classfile.Module.ExportsEntry
Returns a list of modules to which the package is exported.
getExternalName() - Method in class org.netbeans.modules.classfile.ClassName
Returns the "external" classname, as defined by the Java Language Specification, without any parameter or return type information.
getExternalName(boolean) - Method in class org.netbeans.modules.classfile.ClassName
Returns the "external" classname, as defined by the Java Language Specification, without any parameter or return type information.
getFlags() - Method in class org.netbeans.modules.classfile.Module.ExportsEntry
Returns export modifiers.
getFlags() - Method in class org.netbeans.modules.classfile.Module
Returns module flags.
getFlags() - Method in class org.netbeans.modules.classfile.Module.OpensEntry
Returns open modifiers.
getFlags() - Method in class org.netbeans.modules.classfile.Module.RequiresEntry
Returns require modifiers.
getFrameType() - Method in class org.netbeans.modules.classfile.StackMapFrame
Returns the frame_type for this frame.
getFullMethodName() - Method in class org.netbeans.modules.classfile.CPMethodInfo
Get method name and signature, such as "void setBar(Bar)".
getHandlerPC() - Method in class org.netbeans.modules.classfile.ExceptionTableEntry
Returns the starting offset into the method's bytecodes of the exception handling code.
getImplementations() - Method in class org.netbeans.modules.classfile.Module.ProvidesEntry
Service implementation.
getIndex() - Method in class org.netbeans.modules.classfile.LocalVariableTableEntry
Returns the variable's index into the local variable array for the current stack frame.
getIndex() - Method in class org.netbeans.modules.classfile.LocalVariableTypeTableEntry
Returns the variable's index into the local variable array for the current stack frame.
getInnerClasses() - Method in class org.netbeans.modules.classfile.ClassFile
 
getInterfaces() - Method in class org.netbeans.modules.classfile.ClassFile
 
getInternalName() - Method in class org.netbeans.modules.classfile.ClassName
Returns the "internal" classname, as defined by the JVM Specification, without any parameter or return type information.
getLength() - Method in class org.netbeans.modules.classfile.LocalVariableTableEntry
Returns the length of the range of code bytes where this variable is valid.
getLength() - Method in class org.netbeans.modules.classfile.LocalVariableTypeTableEntry
Returns the length of the range of code bytes where this variable is valid.
getLineNumberTable() - Method in class org.netbeans.modules.classfile.Code
Returns an array of int pairs consisting of a start_pc and a line_number.
getLocals() - Method in class org.netbeans.modules.classfile.StackMapFrame.AppendFrame
Returns the verification type info for this frame's set of locals.
getLocals() - Method in class org.netbeans.modules.classfile.StackMapFrame.FullFrame
Returns the verification type info for this frame's set of locals.
getLocalVariableTable() - Method in class org.netbeans.modules.classfile.Code
Returns the local variable table for this code.
getLocalVariableTypeTable() - Method in class org.netbeans.modules.classfile.Code
Returns the local variable type table for this code, which describes the generic reference type for those variables which are generic.
getMajorVersion() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the major version number of this classfile.
getMaxLocals() - Method in class org.netbeans.modules.classfile.Code
 
getMaxStack() - Method in class org.netbeans.modules.classfile.Code
 
getMethod(String, String) - Method in class org.netbeans.modules.classfile.ClassFile
Looks up a method by its name and type signature, as defined by the Java Virtual Machine Specification, section 4.3.3.
getMethodCount() - Method in class org.netbeans.modules.classfile.ClassFile
 
getMethodInfo() - Method in class org.netbeans.modules.classfile.EnclosingMethod
Returns the constant pool entry for the enclosing method, or null if the inner class was defined outside of any method or constructor bodies.
getMethodName() - Method in class org.netbeans.modules.classfile.CPMethodInfo
 
getMethodRef() - Method in class org.netbeans.modules.classfile.BootstrapMethod
 
getMethods() - Method in class org.netbeans.modules.classfile.ClassFile
 
getMinorVersion() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the minor version number of this classfile.
getModule() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the content of the Module attribute.
getModule() - Method in class org.netbeans.modules.classfile.Module.RequiresEntry
Returns the module name.
getModuleMainClass() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the content of the ModuleMainClass attribute.
getModulePackages() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the content of the ModulePackages attribute.
getModuleTarget() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the content of the ModuleTarget attribute.
getName() - Method in class org.netbeans.modules.classfile.AnnotationComponent
Returns the name of this component.
getName() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the name of this class.
getName() - Method in class org.netbeans.modules.classfile.CPNameAndTypeInfo
 
getName() - Method in class org.netbeans.modules.classfile.CPUTF8Info
 
getName() - Method in class org.netbeans.modules.classfile.Field
 
getName() - Method in class org.netbeans.modules.classfile.InnerClass
Returns the name of this class, including its package (if any).
getName() - Method in class org.netbeans.modules.classfile.LocalVariableTableEntry
Returns the name of this variable.
getName() - Method in class org.netbeans.modules.classfile.LocalVariableTypeTableEntry
Returns the name of this variable.
getName() - Method in class org.netbeans.modules.classfile.Module
Returns module name.
getNameAndType() - Method in class org.netbeans.modules.classfile.CPConstantDynamicInfo
 
getNameAndType() - Method in class org.netbeans.modules.classfile.CPInvokeDynamicInfo
 
getNestedValue() - Method in class org.netbeans.modules.classfile.NestedElementValue
Returns the value of this component, which is an Annotation.
getOffset() - Method in class org.netbeans.modules.classfile.VerificationTypeInfo.UninitializedVariableInfo
Returns the offset of the new instruction that created the object being stored in the location.
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame.AppendFrame
Returns the offset_delta for this frame type.
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame.ChopFrame
Returns the offset_delta for this frame type.
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame.FullFrame
Returns the offset_delta for this frame type.
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame
Returns the offset_delta for this frame type.
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame.SameFrame
The offset_delta value for the frame is the value of the tag item, frame_type.
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame.SameFrameExtended
Returns the offset_delta for this frame type.
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame.SameLocals1StackItemFrame
The offset_delta value for the frame is the value (frame_type - 64).
getOffsetDelta() - Method in class org.netbeans.modules.classfile.StackMapFrame.SameLocals1StackItemFrameExtended
Returns the offset_delta for this frame type.
getOpensEntries() - Method in class org.netbeans.modules.classfile.Module
Returns the opened packages.
getOpensTo() - Method in class org.netbeans.modules.classfile.Module.OpensEntry
Returns a list of modules to which the package is opened.
getOSArch() - Method in class org.netbeans.modules.classfile.ModuleTarget
Returns the operating system architecture required by the module.
getOSName() - Method in class org.netbeans.modules.classfile.ModuleTarget
Returns the operating system name required by the module.
getOSVersion() - Method in class org.netbeans.modules.classfile.ModuleTarget
Returns the operating system version required by the module.
getOuterClassName() - Method in class org.netbeans.modules.classfile.InnerClass
Returns the name of the enclosing outer class, including its package (if any).
getPackage() - Method in class org.netbeans.modules.classfile.ClassName
Return the package portion of this classname.
getPackage() - Method in class org.netbeans.modules.classfile.Module.ExportsEntry
Name of exported package.
getPackage() - Method in class org.netbeans.modules.classfile.Module.OpensEntry
Name of opened package.
getParameters() - Method in class org.netbeans.modules.classfile.Method
Returns the parameters for this method as a declaration-ordered list.
getPlatform() - Method in class org.netbeans.modules.classfile.ModuleTarget
Returns the platform name required by the module.
getProvidesEntries() - Method in class org.netbeans.modules.classfile.Module
Returns the provided services.
getReference() - Method in class org.netbeans.modules.classfile.CPMethodHandleInfo
 
getReferenceKind() - Method in class org.netbeans.modules.classfile.CPMethodHandleInfo
 
getRequiresEntries() - Method in class org.netbeans.modules.classfile.Module
Returns the required modules.
getReturnSignature() - Method in class org.netbeans.modules.classfile.Method
Returns the method's return type as it would be defined in Java source code format.
getReturnType() - Method in class org.netbeans.modules.classfile.Method
Returns the method's return type in the type format defined by the JVM Specification for Field Descriptors (section 4.3.2).
getService() - Method in class org.netbeans.modules.classfile.Module.ProvidesEntry
Service type.
getSignature() - Method in class org.netbeans.modules.classfile.LocalVariableTypeTableEntry
Returns the generic field type signature of this variable.
getSimpleName() - Method in class org.netbeans.modules.classfile.ClassName
Returns the classname without any package specification.
getSimpleName() - Method in class org.netbeans.modules.classfile.InnerClass
Returns the original simple name as given in the source code.
getSourceFileName() - Method in class org.netbeans.modules.classfile.ClassFile
 
getStackItems() - Method in class org.netbeans.modules.classfile.StackMapFrame.FullFrame
Returns the verification type info for this frame's set of stack items.
getStackMapTable() - Method in class org.netbeans.modules.classfile.Code
Returns the stack map table for this code, which defines the stack frame information needed by the new classfile verifier in Java 6.
getStartPC() - Method in class org.netbeans.modules.classfile.ExceptionTableEntry
Returns the beginning offset into the method's bytecodes of this exception handler.
getStartPC() - Method in class org.netbeans.modules.classfile.LocalVariableTableEntry
Returns the first byte code offset where this variable is valid.
getStartPC() - Method in class org.netbeans.modules.classfile.LocalVariableTypeTableEntry
Returns the first byte code offset where this variable is valid.
getSuperClass() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the name of this class's superclass.
getTag() - Method in class org.netbeans.modules.classfile.CPClassInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPConstantDynamicInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPDoubleInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPEntry
Returns the constant type value, or tag, as defined by table 4.3 of the Java Virtual Machine specification.
getTag() - Method in class org.netbeans.modules.classfile.CPFieldInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPFloatInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPIntegerInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPInterfaceMethodInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPInvokeDynamicInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPLongInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPMethodHandleInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPMethodInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPMethodTypeInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPModuleInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPNameAndTypeInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPPackageInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPStringInfo
 
getTag() - Method in class org.netbeans.modules.classfile.CPUTF8Info
 
getTag() - Method in class org.netbeans.modules.classfile.VerificationTypeInfo
Returns the structure's tag, which specifies its type.
getType() - Method in class org.netbeans.modules.classfile.Annotation
Returns the annotation type.
getType() - Method in class org.netbeans.modules.classfile.ClassName
Returns the type string of this class, as stored in the classfile (it's "raw" form).
getTypeSignature() - Method in class org.netbeans.modules.classfile.ClassFile
Returns the generic type information associated with this class.
getTypeSignature() - Method in class org.netbeans.modules.classfile.Field
Returns the generic type information associated with this field.
getUses() - Method in class org.netbeans.modules.classfile.Module
Returns the used services.
getValue() - Method in class org.netbeans.modules.classfile.AnnotationComponent
Returns the value for this component.
getValue() - Method in class org.netbeans.modules.classfile.CPEntry
 
getValue() - Method in class org.netbeans.modules.classfile.CPUTF8Info
 
getValue() - Method in class org.netbeans.modules.classfile.PrimitiveElementValue
Returns the value of this component, as a constant pool entry.
getValue() - Method in class org.netbeans.modules.classfile.Variable
Deprecated.
replaced by Object getConstantValue().
getValues() - Method in class org.netbeans.modules.classfile.ArrayElementValue
Returns the set of ElementValue instances for this component.
getVariable(String) - Method in class org.netbeans.modules.classfile.ClassFile
Looks up a variable by its name.
getVariableCount() - Method in class org.netbeans.modules.classfile.ClassFile
 
getVariables() - Method in class org.netbeans.modules.classfile.ClassFile
 
getVerificationTypeInfo() - Method in class org.netbeans.modules.classfile.StackMapFrame.SameLocals1StackItemFrame
Returns the verification type info for the single stack item referenced by this frame.
getVerificationTypeInfo() - Method in class org.netbeans.modules.classfile.StackMapFrame.SameLocals1StackItemFrameExtended
Returns the verification type info for the single stack item for this frame.
getVersion() - Method in class org.netbeans.modules.classfile.Module
Returns module version.
getVersion() - Method in class org.netbeans.modules.classfile.Module.RequiresEntry
Returns the version of the required module.
A B C E F G H I K L M N O P R S T V 
Skip navigation links
org.netbeans.modules.classfile/1 1.77