A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

aaload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
aastore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
Abort - Error in com.sun.tools.javac.util
Throwing an instance of this class causes (silent) termination of the main compiler method.
Abort(Throwable) - Constructor for error com.sun.tools.javac.util.Abort
 
Abort() - Constructor for error com.sun.tools.javac.util.Abort
 
ABSENT_MTH - Static variable in class com.sun.tools.javac.code.Kinds
 
ABSENT_TYP - Static variable in class com.sun.tools.javac.code.Kinds
 
ABSENT_VAR - Static variable in class com.sun.tools.javac.code.Kinds
 
absentKind(int) - Static method in class com.sun.tools.javac.code.Kinds
A KindName representing the kind of a a missing symbol, given an error kind.
ABSTRACT - Static variable in class com.sun.tools.javac.code.Flags
 
ABSTRACT - Static variable in interface sun.tools.javap.Constants
 
AbstractAnnotationValueVisitor6<R,P> - Class in javax.lang.model.util
A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_6 source version.
AbstractAnnotationValueVisitor6() - Constructor for class javax.lang.model.util.AbstractAnnotationValueVisitor6
Constructor for concrete subclasses to call.
AbstractBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
The superclass for all builders.
AbstractBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
Construct a Builder.
AbstractDiagnosticFormatter - Class in com.sun.tools.javac.util
This abstract class provides a basic implementation of the functionalities that should be provided by any formatter used by javac.
AbstractDiagnosticFormatter(JavacMessages, Options, boolean) - Constructor for class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Initialize an AbstractDiagnosticFormatter by setting its JavacMessages object
AbstractDiagnosticFormatter(JavacMessages, boolean) - Constructor for class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
AbstractDoclet - Class in com.sun.tools.doclets.internal.toolkit
An abstract implementation of a Doclet.
AbstractDoclet() - Constructor for class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
 
AbstractElementVisitor6<R,P> - Class in javax.lang.model.util
A skeletal visitor of program elements with default behavior appropriate for the RELEASE_6 source version.
AbstractElementVisitor6() - Constructor for class javax.lang.model.util.AbstractElementVisitor6
Constructor for concrete subclasses to call.
AbstractExecutableMemberWriter - Class in com.sun.tools.doclets.formats.html
Print method and constructor info.
AbstractExecutableMemberWriter(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
AbstractExecutableMemberWriter(SubWriterHolderWriter) - Constructor for class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
AbstractIndexWriter - Class in com.sun.tools.doclets.formats.html
Generate Index for all the Member Names with Indexing in Unicode Order.
AbstractIndexWriter(ConfigurationImpl, String, String, String, IndexBuilder) - Constructor for class com.sun.tools.doclets.formats.html.AbstractIndexWriter
This constructor will be used by SplitIndexWriter.
AbstractIndexWriter(ConfigurationImpl, String, IndexBuilder) - Constructor for class com.sun.tools.doclets.formats.html.AbstractIndexWriter
This Constructor will be used by SingleIndexWriter.
AbstractLog - Class in com.sun.tools.javac.util
A base class for error logs.
AbstractLog(JCDiagnostic.Factory) - Constructor for class com.sun.tools.javac.util.AbstractLog
 
abstractLval(JCTree, Lower.TreeBuilder) - Method in class com.sun.tools.javac.comp.Lower
 
AbstractMemberBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
The superclass for all member builders.
AbstractMemberBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder
Construct a SubBuilder.
AbstractMemberWriter - Class in com.sun.tools.doclets.formats.html
The base class for member writers.
AbstractMemberWriter(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
AbstractMemberWriter(SubWriterHolderWriter) - Constructor for class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
AbstractPackageIndexWriter - Class in com.sun.tools.doclets.formats.html
Abstract class to generate the overview files in Frame and Non-Frame format.
AbstractPackageIndexWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Constructor.
AbstractProcessor - Class in javax.annotation.processing
An abstract annotation processor designed to be a convenient superclass for most concrete annotation processors.
AbstractProcessor() - Constructor for class javax.annotation.processing.AbstractProcessor
Constructor for subclasses to call.
abstractRval(JCTree, Type, Lower.TreeBuilder) - Method in class com.sun.tools.javac.comp.Lower
Construct an expression using the builder, with the given rval expression as an argument to the builder.
abstractRval(JCTree, Lower.TreeBuilder) - Method in class com.sun.tools.javac.comp.Lower
 
AbstractTreeWriter - Class in com.sun.tools.doclets.formats.html
Abstract class to print the class hierarchy page for all the Classes.
AbstractTreeWriter(ConfigurationImpl, String, ClassTree) - Constructor for class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Constructor initilises classtree variable.
AbstractTreeWriter(ConfigurationImpl, String, String, ClassTree, PackageDoc) - Constructor for class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Create appropriate directory for the package and also initilise the relative path from this generated file to the current or the destination directory.
AbstractTypeImpl - Class in com.sun.tools.javadoc
Abstract implementation of Type, with useful defaults for the methods in Type (and a couple from ProgramElementDoc).
AbstractTypeImpl(DocEnv, Type) - Constructor for class com.sun.tools.javadoc.AbstractTypeImpl
 
AbstractTypeVisitor6<R,P> - Class in javax.lang.model.util
A skeletal visitor of types with default behavior appropriate for the version 6 language level.
AbstractTypeVisitor6() - Constructor for class javax.lang.model.util.AbstractTypeVisitor6
Constructor for concrete subclasses to call.
ACC_ABSTRACT - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_ABSTRACT - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_ANNOTATION - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_BRIDGE - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_BRIDGE - Static variable in class com.sun.tools.javac.code.Flags
 
ACC_ENUM - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_EXPLICIT - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_FINAL - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_FINAL - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_INTERFACE - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_INTERFACE - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_MODULE - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_NATIVE - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_NATIVE - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_PRIVATE - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_PRIVATE - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_PROTECTED - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_PROTECTED - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_PUBLIC - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_PUBLIC - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_STATIC - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_STATIC - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_STRICT - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_STRICT - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_SUPER - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_SUPER - Static variable in class com.sun.tools.javac.code.Flags
 
ACC_SUPER - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_SYNCHRONIZED - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_SYNCHRONIZED - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_SYNTHETIC - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_SYNTHETIC - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_TRANSIENT - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_TRANSIENT - Static variable in interface sun.tools.javap.RuntimeConstants
 
ACC_VARARGS - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_VARARGS - Static variable in class com.sun.tools.javac.code.Flags
 
ACC_VOLATILE - Static variable in class com.sun.tools.classfile.AccessFlags
 
ACC_VOLATILE - Static variable in interface sun.tools.javap.RuntimeConstants
 
accept(DeclarationVisitor) - Method in interface com.sun.mirror.declaration.Declaration
Applies a visitor to this declaration.
accept(TypeVisitor) - Method in interface com.sun.mirror.type.TypeMirror
Applies a visitor to this type.
accept(TreeVisitor<R, D>, D) - Method in interface com.sun.source.tree.Tree
Accept method used to implement the visitor pattern.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationTypeDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationTypeElementDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.ClassDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.ConstructorDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.EnumConstantDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.EnumDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.InterfaceDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.MethodDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Applies a visitor to this declaration.
accept(DeclarationVisitor) - Method in class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
Applies a visitor to this declaration.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.AnnotationTypeImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.ArrayTypeImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.ClassTypeImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.EnumTypeImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.InterfaceTypeImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.PrimitiveTypeImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.TypeVariableImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.VoidTypeImpl
Applies a visitor to this type.
accept(TypeVisitor) - Method in class com.sun.tools.apt.mirror.type.WildcardTypeImpl
Applies a visitor to this type.
accept(Annotation.element_value.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.Annotation.Annotation_element_value
 
accept(Annotation.element_value.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.Annotation.Array_element_value
 
accept(Annotation.element_value.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.Annotation.Class_element_value
 
accept(Annotation.element_value.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.Annotation.element_value
 
accept(Annotation.element_value.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.Annotation.Enum_element_value
 
accept(Annotation.element_value.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.Annotation.Primitive_element_value
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.AnnotationDefault_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.Attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.Code_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.CompilationID_attribute
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Double_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Fieldref_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Integer_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_InterfaceMethodref_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Long_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Methodref_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_String_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Utf8_info
 
accept(ConstantPool.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantPool.CPInfo
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.ConstantValue_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.DefaultAttribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.Deprecated_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.EnclosingMethod_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.Exceptions_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.InnerClasses_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.LineNumberTable_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.LocalVariableTable_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.LocalVariableTypeTable_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.Module_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.ModuleExportTable_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.ModuleMemberTable_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.RuntimeInvisibleAnnotations_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.RuntimeInvisibleParameterAnnotations_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.RuntimeVisibleAnnotations_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.Signature_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.SourceDebugExtension_attribute
 
accept(Attribute.Visitor<R, P>, P) - Method in class com.sun.tools.classfile.SourceFile_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.SourceID_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMap_attribute
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.append_frame
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.chop_frame
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.same_frame
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.same_frame_extended
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame_extended
 
accept(StackMapTable_attribute.stack_map_frame.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
 
accept(Attribute.Visitor<R, D>, D) - Method in class com.sun.tools.classfile.Synthetic_attribute
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.code.Attribute
 
accept(AnnotationValueVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Attribute
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.code.Attribute.Array
 
accept(AnnotationValueVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Attribute.Array
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.code.Attribute.Class
 
accept(AnnotationValueVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Attribute.Class
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.code.Attribute.Compound
 
accept(AnnotationValueVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Attribute.Compound
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.code.Attribute.Constant
 
accept(AnnotationValueVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Attribute.Constant
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.code.Attribute.Enum
 
accept(AnnotationValueVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Attribute.Enum
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.code.Attribute.Error
 
accept(AnnotationValueVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Attribute.Error
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol
 
accept(ElementVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
accept(ElementVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
accept(ElementVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.OperatorSymbol
 
accept(ElementVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
accept(ElementVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.TypeSymbol
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.TypeSymbol
 
accept(ElementVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
accept(Symbol.Visitor<R, P>, P) - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.ArrayType
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.ArrayType
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.BottomType
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.CapturedType
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.ClassType
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.ClassType
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.ErrorType
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.ErrorType
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.ForAll
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.ForAll
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.JCNoType
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.MethodType
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.MethodType
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.PackageType
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.PackageType
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.TypeVar
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.TypeVar
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.UndetVar
 
accept(Type.Visitor<R, S>, S) - Method in class com.sun.tools.javac.code.Type.WildcardType
 
accept(TypeVisitor<R, P>, P) - Method in class com.sun.tools.javac.code.Type.WildcardType
 
accept(ElementVisitor<R, P>, P) - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.jvm.ClassReader.ArrayAttributeProxy
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.jvm.ClassReader.CompoundAnnotationProxy
 
accept(Attribute.Visitor) - Method in class com.sun.tools.javac.jvm.ClassReader.EnumAttributeProxy
 
accept(Token) - Method in class com.sun.tools.javac.parser.JavacParser
If next input token matches given token, skip it, otherwise report an error.
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree
Visit this tree with a given visitor.
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCArrayTypeTree
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCArrayTypeTree
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCAssert
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCAssert
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCAssign
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCAssign
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCBinary
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCBinary
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCBlock
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCBlock
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCBreak
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCBreak
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCCase
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCCase
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCCatch
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCCatch
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCConditional
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCConditional
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCContinue
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCContinue
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCErroneous
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCErroneous
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeExpr
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeExpr
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeStat
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeStat
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCExpressionStatement
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCExpressionStatement
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCIdent
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCIdent
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCIf
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCIf
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCImport
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCImport
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCParens
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCParens
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCReturn
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCReturn
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCSkip
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCSkip
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCThrow
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCThrow
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCTry
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCTry
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCUnary
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCUnary
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.JCWildcard
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.JCWildcard
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.LetExpr
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.LetExpr
 
accept(JCTree.Visitor) - Method in class com.sun.tools.javac.tree.JCTree.TypeBoundKind
 
accept(TreeVisitor<R, D>, D) - Method in class com.sun.tools.javac.tree.JCTree.TypeBoundKind
 
accept(AnnotationValueVisitor<R, P>, P) - Method in interface javax.lang.model.element.AnnotationValue
Applies a visitor to this value.
accept(ElementVisitor<R, P>, P) - Method in interface javax.lang.model.element.Element
Applies a visitor to this element.
accept(TypeVisitor<R, P>, P) - Method in interface javax.lang.model.type.TypeMirror
Applies a visitor to this type.
access(Symbol, JCTree.JCExpression, JCTree.JCExpression, boolean) - Method in class com.sun.tools.javac.comp.Lower
Ensure that identifier is accessible, return tree accessing the identifier.
access(JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Lower
Ensure that identifier is accessible, return tree accessing the identifier.
access(Symbol, JCDiagnostic.DiagnosticPosition, Type, Name, boolean, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
If `sym' is a bad symbol: report error and return errSymbol else pass through unchanged, additional arguments duplicate what has been used in trying to find the symbol (--> flyweight pattern).
access(Symbol, JCDiagnostic.DiagnosticPosition, Type, Name, boolean) - Method in class com.sun.tools.javac.comp.Resolve
Same as above, but without type arguments and arguments.
access - Variable in class sun.tools.javap.ClassData
 
access - Variable in class sun.tools.javap.FieldData
 
access - Variable in class sun.tools.javap.InnerClassData
 
access - Variable in class sun.tools.javap.MethodData
 
ACCESS_BITS - Static variable in class com.sun.tools.javadoc.ModifierFilter
 
access_flags - Variable in class com.sun.tools.classfile.ClassFile
 
access_flags - Variable in class com.sun.tools.classfile.Field
 
access_flags - Variable in class com.sun.tools.classfile.Method
 
accessBase(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Lower
The qualifier to be used for accessing a symbol in an outer class.
accessClass(Symbol, boolean, JCTree) - Method in class com.sun.tools.javac.comp.Lower
The class in which an access method for given symbol goes.
accessCode(int) - Static method in class com.sun.tools.javac.comp.Lower
Map bytecode of binary operation to access code of corresponding assignment operation.
accessCode(JCTree, JCTree) - Static method in class com.sun.tools.javac.comp.Lower
return access code for identifier,
accessConstrs - Variable in class com.sun.tools.javac.comp.Lower
A mapping from (constructor) symbols to access constructor symbols.
accessConstructor(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Lower
Return access constructor for a private constructor, or the constructor itself, if no access constructor is needed.
accessConstructorDef(int, Symbol, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.Lower
Construct definition of an access constructor.
accessConstructorTag() - Method in class com.sun.tools.javac.comp.Lower
Return an anonymous class nested in this toplevel class.
accessDef(int, Symbol, Symbol.MethodSymbol, int) - Method in class com.sun.tools.javac.comp.Lower
Construct definition of an access method.
accessDollar - Variable in class com.sun.tools.javac.jvm.Gen
 
accessed - Variable in class com.sun.tools.javac.comp.Lower
A queue for all accessed symbols.
AccessFlags - Class in com.sun.tools.classfile
See JVMS3, sections 4.2, 4.6, 4.7.
AccessFlags(ClassReader) - Constructor for class com.sun.tools.classfile.AccessFlags
 
AccessFlags(int) - Constructor for class com.sun.tools.classfile.AccessFlags
 
AccessFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
AccessFlags.Type - Enum in com.sun.tools.classfile
 
AccessFlags.Type() - Constructor for enum com.sun.tools.classfile.AccessFlags.Type
 
accessName(int, int) - Method in class com.sun.tools.javac.comp.Lower
The name of the access method with number `anum' and access code `acode'.
accessNums - Variable in class com.sun.tools.javac.comp.Lower
A mapping from symbols to their access numbers.
accessOptions - Variable in class com.sun.tools.javap.Options
 
accessSymbol(Symbol, JCTree, JCTree, boolean, boolean) - Method in class com.sun.tools.javac.comp.Lower
Return access symbol for a private or protected symbol from an inner class.
accessSyms - Variable in class com.sun.tools.javac.comp.Lower
A mapping from symbols to an array of access symbols, indexed by access code.
aconst_null - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
actualSymbols - Variable in class com.sun.tools.javac.comp.Lower
A hash table mapping virtual accessed symbols in outer subclasses to the actually referred symbol in superclasses.
ACYCLIC - Static variable in class com.sun.tools.javac.code.Flags
Flag for class symbols to indicate it has been checked and found acyclic.
ACYCLIC_ANN - Static variable in class com.sun.tools.javac.code.Flags
Flag for annotation type symbols to indicate it has been checked and found acyclic.
adapt(Type, Type, ListBuffer<Type>, ListBuffer<Type>) - Method in class com.sun.tools.javac.code.Types
Adapt a type by computing a substitution which maps a source type to a target type.
adapt(Type, Type) - Method in class com.sun.tools.javac.code.Types.Adapter
 
adaptRecursive(Type, Type) - Method in class com.sun.tools.javac.code.Types.Adapter
 
adaptRecursive(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types.Adapter
 
adaptSelf(Type, ListBuffer<Type>, ListBuffer<Type>) - Method in class com.sun.tools.javac.code.Types
 
add(Map<ClassDoc, List<ClassDoc>>, ClassDoc, ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Adjust the Class Tree.
add(Map<String, List<T>>, ClassDoc, T) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
add(String) - Method in interface com.sun.tools.javac.api.Messages
Add a new resource bundle to the list that is searched for localized messages.
add(String) - Method in class com.sun.tools.javac.util.JavacMessages
 
add(int, A) - Method in class com.sun.tools.javac.util.List
 
add(A) - Method in class com.sun.tools.javac.util.ListBuffer
 
add(HashMap<String, byte[]>) - Method in class edu.rice.cs.mint.runtime.HashMapClassLoader
 
ADD - Static variable in interface sun.tools.javap.Constants
 
addAbstractMethod(Symbol.ClassSymbol, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.jvm.Gen
Add an abstract methods to a class which implicitly implements a method defined in some interface implemented by the class.
addAll(Map<String, List<ClassDoc>>, ClassDoc, Collection<ClassDoc>) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
addAll(int, Collection<? extends A>) - Method in class com.sun.tools.javac.util.List
 
addAll(Collection<? extends A>) - Method in class com.sun.tools.javac.util.ListBuffer
 
addAllClasses(ListBuffer<ClassDocImpl>, boolean) - Method in class com.sun.tools.javadoc.ClassDocImpl
Adds all inner classes of this class, and their inner classes recursively, to the list l.
addAllClassesTo(ListBuffer<ClassDocImpl>) - Method in class com.sun.tools.javadoc.PackageDocImpl
Add all included classes (including Exceptions and Errors) and interfaces.
addAllInterfaceTypes(Map<ClassDoc, Type>, Type, Type[], boolean, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
 
addBridge(JCDiagnostic.DiagnosticPosition, Symbol.MethodSymbol, Symbol.MethodSymbol, Symbol.ClassSymbol, boolean, ListBuffer<JCTree>) - Method in class com.sun.tools.javac.comp.TransTypes
Add a bridge definition and enter corresponding method symbol in local scope of origin.
addBridgeIfNeeded(JCDiagnostic.DiagnosticPosition, Symbol, Symbol.ClassSymbol, ListBuffer<JCTree>) - Method in class com.sun.tools.javac.comp.TransTypes
Add bridge if given symbol is a non-private, non-static member of the given class, which is either defined in the class or non-final inherited, and one of the two following conditions holds: 1.
addBridges() - Method in enum com.sun.tools.javac.code.Source
 
addBridges - Variable in class com.sun.tools.javac.comp.TransTypes
Flag to indicate whether or not to generate bridge methods.
addBridges(JCDiagnostic.DiagnosticPosition, Symbol.TypeSymbol, Symbol.ClassSymbol, ListBuffer<JCTree>) - Method in class com.sun.tools.javac.comp.TransTypes
 
addBridges(JCDiagnostic.DiagnosticPosition, Symbol.ClassSymbol, ListBuffer<JCTree>) - Method in class com.sun.tools.javac.comp.TransTypes
Add all necessary bridges to some class appending them to list buffer.
addByFile(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Todo
 
addCatch(char, char, char, char) - Method in class com.sun.tools.javac.jvm.Code
Add a catch clause to code.
addClass(ClassDoc, Map<String, Set<ClassDoc>>) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Add the given class to the given map.
addClassDoc(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Add the given class to the catalog.
addClassName(String) - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
addClassName(String) - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
addCont(Code.Chain) - Method in class com.sun.tools.javac.jvm.Gen.GenContext
Add given chain to cont chain.
addCustomTag(Taglet) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Add a new CustomTag.
addCustomTag(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Add a new Taglet.
addDirectories(String, boolean) - Method in class com.sun.tools.javac.file.Paths.Path
 
addDirectories(String) - Method in class com.sun.tools.javac.file.Paths.Path
 
addDirectory(File, boolean) - Method in class com.sun.tools.javac.file.Paths.Path
 
addEnumCompareTo(JCTree.JCClassDecl, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Lower
 
addEnumCompatibleMembers(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Lower
 
addEnumFieldNameMethod(JCTree.JCClassDecl, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Lower
 
addEnumFieldOrdinalMethod(JCTree.JCClassDecl, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Lower
 
addEnumMembers(JCTree.JCClassDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Add the implicit members for an enum type to the symbol table.
addEnumNameField(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Lower
 
addEnumOrdinalField(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Lower
 
addEnumToString(JCTree.JCClassDecl, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Lower
 
addExit(Code.Chain) - Method in class com.sun.tools.javac.jvm.Gen.GenContext
Add given chain to exit chain.
addFile(File, boolean) - Method in class com.sun.tools.javac.file.Paths.Path
 
addFile(File) - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
addFile(File) - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
addFiles(String, boolean) - Method in class com.sun.tools.javac.file.Paths.Path
 
addFiles(String) - Method in class com.sun.tools.javac.file.Paths.Path
 
addFreeVar(Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Lower.FreeVarCollector
Add free variable to fvs list unless it is already there.
addFreeVars(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Lower.FreeVarCollector
Add all free variables of class c to fvs list unless they are already there.
addJarClassPath(File, boolean) - Method in class com.sun.tools.javac.file.Paths.Path
 
addLineNumber(char, char) - Method in class com.sun.tools.javac.jvm.Code
Add a line number entry.
addLineNumbers(String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Given a String, add line numbers.
addListener(AnnotationProcessorListener) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Add a listener.
addListener(AnnotationProcessorListener) - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
addLocalVar(Symbol.VarSymbol) - Method in class com.sun.tools.javac.jvm.Code
Add a new local variable.
addMember(ProgramElementDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMember
 
addMembers(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
Get all the valid members from the mapping class.
addMembers(Scope, Type) - Method in class com.sun.tools.javac.model.JavacElements
 
addMethodIfExist(DocEnv, Symbol.ClassSymbol, String) - Method in class com.sun.tools.javadoc.SerializedForm
 
addNewSimpleCustomTag(String, String, String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Add a new SimpleTaglet.
addParent(Symbol.Level) - Method in class com.sun.tools.javac.code.Symbol.Level
 
addParentLevel(Symbol.Level) - Method in class com.sun.tools.javac.code.Symbol
 
addPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
address() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <ADDRESS> tag.
addressEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </ADDRESS> tag.
addSeeHeader(String) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
 
addStaticStructMember(FieldDoc, String) - Method in class com.sun.tools.javah.LLNI
 
addStructMember(FieldDoc, String, boolean) - Method in class com.sun.tools.javah.LLNI
 
addToHash(Doc[], HashMap<Integer, String>) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Given an array of Docs, add to the given HashMap the line numbers and anchors that should be inserted in the output at those lines.
addToList(ListBuffer<String>, String) - Method in class com.sun.tools.javadoc.Start
 
addToSet(Set<String>, String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
 
addTrailingFileSep(String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Add a traliling file separator, if not found or strip off extra trailing file separators if any.
addTypeParameterToMap(Map<String, List<T>>, Type, T) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
addTypeToParamList() - Method in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
addVars(List<JCTree.JCStatement>, Scope) - Static method in class com.sun.tools.javac.comp.Attr
Add any variables defined in stats to the switch scope.
addVars(List<JCTree.JCStatement>, Bits, Bits) - Static method in class com.sun.tools.javac.comp.Flow
Add any variables defined in stats to inits and uninits.
addZipEntry(ZipEntry) - Method in class com.sun.tools.javac.file.SymbolArchive
 
addZipEntry(ZipEntry) - Method in class com.sun.tools.javac.file.ZipArchive
 
adjustAbstractMethod(Symbol.ClassSymbol, Symbol.MethodSymbol, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.jvm.Gen
 
adjustClassFlags(long) - Method in class com.sun.tools.javac.jvm.ClassReader
 
adjustEndFileSeparator(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
If the URL or Directory path is missing end file separator, add that.
adjustFieldFlags(long) - Method in class com.sun.tools.javac.jvm.ClassReader
Adjusting flags
adjustFlags(long) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
adjustIndexMap(Doc[]) - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Adjust list of members according to their names.
adjustMethodFlags(long) - Method in class com.sun.tools.javac.jvm.ClassReader
 
adjustModifiers(Collection<Modifier>, Collection<Modifier>) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
adjustVarargs(AccessFlags, String) - Method in class com.sun.tools.javap.ClassWriter
 
adr - Variable in class com.sun.tools.javac.code.Symbol.VarSymbol
The variable's address.
aEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </A> tag.
aggregateGenClassFileNames - Variable in class com.sun.tools.apt.main.Main
List of all the generated class file names across all apt rounds.
aggregateGeneratedClassNames - Variable in class com.sun.tools.javac.processing.JavacFiler
Names of all created class files.
aggregateGeneratedSourceNames - Variable in class com.sun.tools.javac.processing.JavacFiler
Names of all created source files.
aggregateGenFiles - Variable in class com.sun.tools.apt.main.JavaCompiler
 
aggregateGenFiles - Variable in class com.sun.tools.apt.main.Main
List of all the generated file names across all apt rounds.
aggregateGenSourceFileNames - Variable in class com.sun.tools.apt.main.Main
List of all the generated source file names across all apt rounds.
aliases - Variable in class com.sun.tools.javap.JavapTask.Option
 
align(int) - Method in class com.sun.tools.javac.jvm.Code
Align code pointer to next `incr' boundary.
align() - Method in class com.sun.tools.javac.tree.Pretty
Align code to be indented to left margin.
align(int) - Static method in class com.sun.tools.javap.CodeWriter
 
align() - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
Align code to be indented to left margin.
align(int) - Static method in class sun.tools.javap.JavapPrinter
 
alive - Variable in class com.sun.tools.javac.comp.Flow
A flag that indicates whether the last statement could complete normally.
alive - Variable in class com.sun.tools.javac.jvm.Code
Code generation enabled?
ALL - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Use in location string when the tag is to appear in all locations.
all - Variable in class com.sun.tools.javadoc.JavadocClassReader
 
ALL_ACCESS - Static variable in class com.sun.tools.javadoc.ModifierFilter
All access modifiers.
ALL_CLASSES_FRAME - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in a class list.
allClasses(boolean) - Method in interface com.sun.javadoc.PackageDoc
Get all classes and interfaces in the package, filtered to the specified access modifier option.
allClasses() - Method in interface com.sun.javadoc.PackageDoc
Get all included classes and interfaces in the package.
allClasses - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores all classes for each package
allClasses(PackageDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the classes specified on the command-line that belong to the given package.
allClasses(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the classes specified on the command-line that belong to the given package.
allClasses - Variable in class com.sun.tools.javadoc.PackageDocImpl
Cache of all classes contained in this package, including member classes of those classes, and their member classes, etc.
allClasses(boolean) - Method in class com.sun.tools.javadoc.PackageDocImpl
Get all classes (including Exceptions and Errors) and interfaces.
allClasses() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get all included classes (including Exceptions and Errors) and interfaces.
allClassesFiltered - Variable in class com.sun.tools.javadoc.PackageDocImpl
Cache of all classes contained in this package, including member classes of those classes, and their member classes, etc.
AllClassesFrameWriter - Class in com.sun.tools.doclets.formats.html
Generate the file with list of all the classes in this run.
AllClassesFrameWriter(ConfigurationImpl, String, IndexBuilder) - Constructor for class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Construct AllClassesFrameWriter object.
allDirs - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
AllKinds - Static variable in class com.sun.tools.javac.code.Kinds
The set of all kinds.
allMatches - Static variable in class com.sun.tools.apt.comp.Apt
 
allMatches - Static variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
allowAnnotations() - Method in enum com.sun.tools.javac.code.Source
 
allowAnnotations - Variable in class com.sun.tools.javac.comp.Check
Switch: annotations enabled?
allowAnnotations - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: allow annotations.
allowAnnotations - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: should we recognize annotations?
allowAnonOuterThis() - Method in enum com.sun.tools.javac.code.Source
 
allowAnonOuterThis - Variable in class com.sun.tools.javac.comp.Attr
Switch: allow references to surrounding object from anonymous objects during constructor call?
allowAsserts() - Method in enum com.sun.tools.javac.code.Source
 
allowAsserts - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: should we recognize assert statements, or just give a warning?
allowBoxing() - Method in enum com.sun.tools.javac.code.Source
 
allowBoxing - Variable in class com.sun.tools.javac.code.Types
 
allowBoxing - Variable in class com.sun.tools.javac.comp.Attr
Switch: support boxing and unboxing?
allowCovariantReturns() - Method in enum com.sun.tools.javac.code.Source
 
allowCovariantReturns - Variable in class com.sun.tools.javac.comp.Attr
Switch: support covariant result types?
AllowedInterfaceMethodFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
allowEncodingErrors() - Method in enum com.sun.tools.javac.code.Source
Allow encoding errors, giving only warnings.
allowEnums() - Method in enum com.sun.tools.javac.code.Source
 
allowEnums - Variable in class com.sun.tools.javac.comp.Attr
Switch: support enums?
allowEnums - Variable in class com.sun.tools.javac.comp.Lower
 
allowEnums - Variable in class com.sun.tools.javac.comp.TransTypes
 
allowEnums - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: should we recognize enums, or just give a warning?
allowForeach() - Method in enum com.sun.tools.javac.code.Source
 
allowForeach - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: should we recognize foreach?
allowGenerics() - Method in enum com.sun.tools.javac.code.Source
 
allowGenerics - Variable in class com.sun.tools.javac.comp.Attr
Switch: support generics?
allowGenerics - Variable in class com.sun.tools.javac.comp.Check
Switch: generics enabled?
allowGenerics - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: read GJ signature information.
allowGenerics - Variable in class com.sun.tools.javac.jvm.Gen
Switch: GJ mode?
allowGenerics - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: Should generics be recognized?
allowHexFloats() - Method in enum com.sun.tools.javac.code.Source
 
allowHexFloats - Variable in class com.sun.tools.javac.parser.Scanner
Allow hex floating-point literals.
allowStaticImport() - Method in enum com.sun.tools.javac.code.Source
 
allowStaticImport - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: should we recognize foreach?
allowVarargs() - Method in enum com.sun.tools.javac.code.Source
 
allowVarargs - Variable in class com.sun.tools.javac.comp.Attr
Switch: allow variable-arity methods.
allowVarargs - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: read varargs attribute.
allowVarargs - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: Should varargs be recognized?
allparams() - Method in class com.sun.tools.javac.code.Type
Return all parameters of this type and all its outer types in order outer (first) to inner (last).
allparams() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
allparams() - Method in class com.sun.tools.javac.code.Type.ClassType
 
allparams() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
allparams() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
allparams_field - Variable in class com.sun.tools.javac.code.Type.ClassType
A cache variable for the type parameters of this type, appended to all parameters of its enclosing class.
allSubs(ClassDoc, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return a list of all direct or indirect, sub-classes and subinterfaces of the ClassDoc argument.
allTypes - Variable in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
 
aload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
aload_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
aload_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
aload_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
aload_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ALREADY_OPENED - Static variable in class com.sun.tools.javac.processing.JavacFiler
 
ALT_SIMPLE_TAGLET_OPT_SEPERATOR - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The alternate seperator for simple tag options.
AMBIGUOUS - Static variable in class com.sun.tools.javac.code.Kinds
 
ambiguousNoInstanceException - Variable in class com.sun.tools.javac.comp.Infer
 
analyze() - Method in class com.sun.source.util.JavacTask
Complete all analysis.
analyze() - Method in class com.sun.tools.javac.api.JavacTaskImpl
Complete all analysis.
analyze(Iterable<? extends TypeElement>) - Method in class com.sun.tools.javac.api.JavacTaskImpl
Complete all analysis on the given classes.
analyzeTree(JCTree, TreeMaker) - Method in class com.sun.tools.javac.comp.Flow
Perform definite assignment/unassignment analysis on a tree.
aName(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print anchor <A NAME="name"> tag.
anchor(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
anchor(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print contents within anchor <A NAME="name"> tags.
anchor(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print anchor <A NAME="name"> and </A>tags.
ANCHORS - Static variable in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
 
and(DeclarationFilter) - Method in class com.sun.mirror.util.DeclarationFilter
Returns a filter that selects those declarations selected by both this filter and another.
AND - Static variable in class com.sun.tools.javac.tree.JCTree
 
AND - Static variable in interface sun.tools.javap.Constants
 
andPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
andSet(Bits) - Method in class com.sun.tools.javac.util.Bits
this set = this set & xs.
anewarray - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
anno - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
 
anno - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker
 
Annotate - Class in com.sun.tools.javac.comp
Enter annotations on symbols.
Annotate(Context) - Constructor for class com.sun.tools.javac.comp.Annotate
 
annotate - Variable in class com.sun.tools.javac.comp.Attr
 
annotate - Variable in class com.sun.tools.javac.comp.Enter
 
annotate - Variable in class com.sun.tools.javac.comp.MemberEnter
 
annotate - Variable in class com.sun.tools.javac.jvm.ClassReader
 
annotate - Variable in class com.sun.tools.javac.main.JavaCompiler
The annotation annotator.
annotate - Variable in class com.sun.tools.javadoc.JavadocTool
 
Annotate.Annotator - Interface in com.sun.tools.javac.comp
A client that has annotations to add registers an annotator, the method it will use to add the annotation.
annotateDefaultValueLater(JCTree.JCExpression, Env<AttrContext>, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.MemberEnter
Queue processing of an attribute default value.
annotatedElements - Variable in class com.sun.tools.javac.processing.JavacRoundEnvironment.AnnotationSetScanner
 
annotateKey - Static variable in class com.sun.tools.javac.comp.Annotate
 
annotateLater(List<JCTree.JCAnnotation>, Env<AttrContext>, Symbol) - Method in class com.sun.tools.javac.comp.MemberEnter
Queue annotations for later processing.
annotation - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl
 
Annotation - Class in com.sun.tools.classfile
See JVMS3, section 4.8.16.
Annotation(ClassReader) - Constructor for class com.sun.tools.classfile.Annotation
 
Annotation(ConstantPool, int, Annotation.element_value_pair[]) - Constructor for class com.sun.tools.classfile.Annotation
 
ANNOTATION - Static variable in class com.sun.tools.javac.code.Flags
Flag that marks attribute interfaces, added in classfile v49.0.
annotation(int) - Method in class com.sun.tools.javac.parser.JavacParser
Annotation = "@" Qualident [ "(" AnnotationFieldValues ")" ]
ANNOTATION - Static variable in class com.sun.tools.javac.tree.JCTree
metadata: Annotation.
Annotation(JCTree, List<JCTree.JCExpression>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Annotation(JCTree, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
Annotation(Attribute) - Method in class com.sun.tools.javac.tree.TreeMaker
Create an annotation tree from an attribute.
Annotation - Variable in class com.sun.tools.javac.util.Names
 
annotation - Variable in class com.sun.tools.javadoc.AnnotationDescImpl
 
Annotation.Annotation_element_value - Class in com.sun.tools.classfile
 
Annotation.Annotation_element_value(ClassReader, int) - Constructor for class com.sun.tools.classfile.Annotation.Annotation_element_value
 
Annotation.Array_element_value - Class in com.sun.tools.classfile
 
Annotation.Array_element_value(ClassReader, int) - Constructor for class com.sun.tools.classfile.Annotation.Array_element_value
 
Annotation.Class_element_value - Class in com.sun.tools.classfile
 
Annotation.Class_element_value(ClassReader, int) - Constructor for class com.sun.tools.classfile.Annotation.Class_element_value
 
Annotation.element_value - Class in com.sun.tools.classfile
See JVMS3, section 4.8.16.1.
Annotation.element_value(int) - Constructor for class com.sun.tools.classfile.Annotation.element_value
 
Annotation.element_value.Visitor<R,P> - Interface in com.sun.tools.classfile
 
Annotation.element_value_pair - Class in com.sun.tools.classfile
 
Annotation.element_value_pair(ClassReader) - Constructor for class com.sun.tools.classfile.Annotation.element_value_pair
 
Annotation.Enum_element_value - Class in com.sun.tools.classfile
 
Annotation.Enum_element_value(ClassReader, int) - Constructor for class com.sun.tools.classfile.Annotation.Enum_element_value
 
Annotation.InvalidAnnotation - Exception in com.sun.tools.classfile
 
Annotation.InvalidAnnotation(String) - Constructor for exception com.sun.tools.classfile.Annotation.InvalidAnnotation
 
Annotation.Primitive_element_value - Class in com.sun.tools.classfile
 
Annotation.Primitive_element_value(ClassReader, int) - Constructor for class com.sun.tools.classfile.Annotation.Primitive_element_value
 
ANNOTATION_TYPE - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
ANNOTATION_TYPE - Variable in class com.sun.tools.javac.util.Names
 
ANNOTATION_TYPE_MEMBER - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
ANNOTATION_TYPE_MEMBER_OPTIONAL - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
ANNOTATION_TYPE_MEMBER_REQUIRED - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
annotation_value - Variable in class com.sun.tools.classfile.Annotation.Annotation_element_value
 
annotationApplicable(JCTree.JCAnnotation, Symbol) - Method in class com.sun.tools.javac.comp.Check
Is the annotation applicable to the symbol?
annotationBuilder - Variable in class com.sun.tools.javac.tree.TreeMaker
 
AnnotationDefault - Static variable in class com.sun.tools.classfile.Attribute
 
AnnotationDefault - Variable in class com.sun.tools.javac.util.Names
 
AnnotationDefault_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.15.
AnnotationDefault_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.AnnotationDefault_attribute
 
AnnotationDefault_attribute(ConstantPool, Annotation.element_value) - Constructor for class com.sun.tools.classfile.AnnotationDefault_attribute
 
AnnotationDefault_attribute(int, Annotation.element_value) - Constructor for class com.sun.tools.classfile.AnnotationDefault_attribute
 
AnnotationDesc - Interface in com.sun.javadoc
Represents an annotation.
AnnotationDesc.ElementValuePair - Interface in com.sun.javadoc
Represents an association between an annotation type element and one of its values.
AnnotationDescImpl - Class in com.sun.tools.javadoc
Represents an annotation.
AnnotationDescImpl(DocEnv, Attribute.Compound) - Constructor for class com.sun.tools.javadoc.AnnotationDescImpl
 
AnnotationDescImpl.ElementValuePairImpl - Class in com.sun.tools.javadoc
Represents an association between an annotation type element and one of its values.
AnnotationDescImpl.ElementValuePairImpl(DocEnv, Symbol.MethodSymbol, Attribute) - Constructor for class com.sun.tools.javadoc.AnnotationDescImpl.ElementValuePairImpl
 
annotationFieldValue() - Method in class com.sun.tools.javac.parser.JavacParser
AnnotationFieldValue = AnnotationValue | Identifier "=" AnnotationValue
annotationFieldValues() - Method in class com.sun.tools.javac.parser.JavacParser
AnnotationFieldValues = "(" [ AnnotationFieldValue { "," AnnotationFieldValue } ] ")"
annotationFieldValuesOpt() - Method in class com.sun.tools.javac.parser.JavacParser
 
AnnotationMirror - Interface in com.sun.mirror.declaration
Represents an annotation.
AnnotationMirror - Interface in javax.lang.model.element
Represents an annotation.
AnnotationMirrorImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of AnnotationMirror
AnnotationMirrorImpl(AptEnv, Attribute.Compound, Declaration) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
 
AnnotationProcessingError - Error in com.sun.tools.apt.comp
 
AnnotationProcessingError(Throwable) - Constructor for error com.sun.tools.apt.comp.AnnotationProcessingError
 
AnnotationProcessingError - Error in com.sun.tools.javac.processing
Error thrown for problems encountered during annotation processing.
AnnotationProcessingError(Throwable) - Constructor for error com.sun.tools.javac.processing.AnnotationProcessingError
 
annotationProcessingOccurred - Variable in class com.sun.tools.javac.main.JavaCompiler
Flag set if any annotation processing occurred.
AnnotationProcessor - Interface in com.sun.mirror.apt
An annotation processor, used to examine and process the annotations of program elements.
AnnotationProcessorEnvironment - Interface in com.sun.mirror.apt
The environment encapsulating the state needed by an annotation processor.
AnnotationProcessorEnvironmentImpl - Class in com.sun.tools.apt.mirror.apt
 
AnnotationProcessorEnvironmentImpl(Collection<TypeDeclaration>, Collection<TypeDeclaration>, Map<String, String>, Context) - Constructor for class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
AnnotationProcessorEnvironmentImpl.CollectingAP - Class in com.sun.tools.apt.mirror.apt
 
AnnotationProcessorEnvironmentImpl.CollectingAP(AnnotationProcessorEnvironment, AnnotationTypeDeclaration) - Constructor for class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl.CollectingAP
 
AnnotationProcessorEnvironmentImpl.CollectingAP.CollectingVisitor - Class in com.sun.tools.apt.mirror.apt
 
AnnotationProcessorEnvironmentImpl.CollectingAP.CollectingVisitor() - Constructor for class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl.CollectingAP.CollectingVisitor
 
AnnotationProcessorFactory - Interface in com.sun.mirror.apt
A factory for creating annotation processors.
AnnotationProcessorListener - Interface in com.sun.mirror.apt
Superinterface for all annotation processor event listeners.
AnnotationProcessors - Class in com.sun.mirror.apt
Utilities to create specialized annotation processors.
AnnotationProcessors() - Constructor for class com.sun.mirror.apt.AnnotationProcessors
 
AnnotationProcessors.CompositeAnnotationProcessor - Class in com.sun.mirror.apt
Combines multiple annotation processors into a simple composite processor.
AnnotationProcessors.CompositeAnnotationProcessor(Collection<AnnotationProcessor>) - Constructor for class com.sun.mirror.apt.AnnotationProcessors.CompositeAnnotationProcessor
Constructs a new composite annotation processor.
AnnotationProcessors.CompositeAnnotationProcessor(AnnotationProcessor...) - Constructor for class com.sun.mirror.apt.AnnotationProcessors.CompositeAnnotationProcessor
Constructs a new composite annotation processor.
AnnotationProcessors.NoOpAP - Class in com.sun.mirror.apt
 
AnnotationProcessors.NoOpAP() - Constructor for class com.sun.mirror.apt.AnnotationProcessors.NoOpAP
 
AnnotationProxyMaker - Class in com.sun.tools.apt.mirror.declaration
A generator of dynamic proxy implementations of java.lang.annotation.Annotation.
AnnotationProxyMaker(AptEnv, Attribute.Compound, Class<? extends Annotation>) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
 
AnnotationProxyMaker - Class in com.sun.tools.javac.model
A generator of dynamic proxy implementations of java.lang.annotation.Annotation.
AnnotationProxyMaker(Attribute.Compound, Class<? extends Annotation>) - Constructor for class com.sun.tools.javac.model.AnnotationProxyMaker
 
AnnotationProxyMaker.MirroredTypeExceptionProxy - Class in com.sun.tools.apt.mirror.declaration
ExceptionProxy for MirroredTypeException.
AnnotationProxyMaker.MirroredTypeExceptionProxy(TypeMirror) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
AnnotationProxyMaker.MirroredTypeExceptionProxy - Class in com.sun.tools.javac.model
ExceptionProxy for MirroredTypeException.
AnnotationProxyMaker.MirroredTypeExceptionProxy(TypeMirror) - Constructor for class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
AnnotationProxyMaker.MirroredTypesExceptionProxy - Class in com.sun.tools.apt.mirror.declaration
ExceptionProxy for MirroredTypesException.
AnnotationProxyMaker.MirroredTypesExceptionProxy(Collection<TypeMirror>) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
AnnotationProxyMaker.MirroredTypesExceptionProxy - Class in com.sun.tools.javac.model
ExceptionProxy for MirroredTypesException.
AnnotationProxyMaker.MirroredTypesExceptionProxy(List<TypeMirror>) - Constructor for class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
AnnotationProxyMaker.ValueVisitor - Class in com.sun.tools.apt.mirror.declaration
 
AnnotationProxyMaker.ValueVisitor(Symbol.MethodSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
AnnotationProxyMaker.ValueVisitor - Class in com.sun.tools.javac.model
 
AnnotationProxyMaker.ValueVisitor(Symbol.MethodSymbol) - Constructor for class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
annotations() - Method in interface com.sun.javadoc.PackageDoc
Get the annotations of this package.
annotations() - Method in interface com.sun.javadoc.Parameter
Get the annotations of this parameter.
annotations() - Method in interface com.sun.javadoc.ProgramElementDoc
Get the annotations of this program element.
annotations - Variable in class com.sun.tools.classfile.RuntimeAnnotations_attribute
 
annotations - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
 
annotations - Variable in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
Annotations(List<Attribute.Compound>) - Method in class com.sun.tools.javac.tree.TreeMaker
Create annotation trees from annotations.
annotations() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get the annotations of this package.
annotations() - Method in class com.sun.tools.javadoc.ParameterImpl
Get the annotations of this parameter.
annotations() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Get the annotations of this program element.
annotationSet - Variable in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
annotationsOpt() - Method in class com.sun.tools.javac.parser.JavacParser
AnnotationsOpt = { '@' Annotation }
annotationSupported(String) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
 
annotationTargetType - Variable in class com.sun.tools.javac.code.Symtab
 
annotationToFieldDoc - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of AnnotationTypeDocs to FieldDocs that use them.
AnnotationTree - Interface in com.sun.source.tree
A tree node for an annotation.
annotationType() - Method in interface com.sun.javadoc.AnnotationDesc
Returns the annotation type of this annotation.
AnnotationType - Interface in com.sun.mirror.type
Represents an annotation type.
annotationType - Variable in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
annotationType - Variable in class com.sun.tools.javac.code.Symtab
 
annotationType - Variable in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
annotationType() - Method in class com.sun.tools.javadoc.AnnotationDescImpl
Returns the annotation type of this annotation.
AnnotationTypeBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds the summary for a given annotation type.
AnnotationTypeBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Construct a new ClassBuilder.
AnnotationTypeDeclaration - Interface in com.sun.mirror.declaration
Represents the declaration of an annotation type.
AnnotationTypeDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of AnnotationTypeDeclaration
AnnotationTypeDeclarationImpl(AptEnv, Symbol.ClassSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationTypeDeclarationImpl
 
AnnotationTypeDoc - Interface in com.sun.javadoc
Represents an annotation type.
annotationTypeDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
The annotation type being documented.
AnnotationTypeDocImpl - Class in com.sun.tools.javadoc
Represents an annotation type.
AnnotationTypeDocImpl(DocEnv, Symbol.ClassSymbol) - Constructor for class com.sun.tools.javadoc.AnnotationTypeDocImpl
 
AnnotationTypeDocImpl(DocEnv, Symbol.ClassSymbol, String, JCTree.JCClassDecl, Position.LineMap) - Constructor for class com.sun.tools.javadoc.AnnotationTypeDocImpl
 
AnnotationTypeElementDeclaration - Interface in com.sun.mirror.declaration
Represents an element of an annotation type.
AnnotationTypeElementDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of AnnotationTypeElementDeclaration
AnnotationTypeElementDeclarationImpl(AptEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationTypeElementDeclarationImpl
 
AnnotationTypeElementDoc - Interface in com.sun.javadoc
Represents an element of an annotation type.
AnnotationTypeElementDocImpl - Class in com.sun.tools.javadoc
Represents an element of an annotation type.
AnnotationTypeElementDocImpl(DocEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.javadoc.AnnotationTypeElementDocImpl
 
AnnotationTypeElementDocImpl(DocEnv, Symbol.MethodSymbol, String, JCTree.JCMethodDecl, Position.LineMap) - Constructor for class com.sun.tools.javadoc.AnnotationTypeElementDocImpl
 
AnnotationTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of AnnotationType
AnnotationTypeImpl(AptEnv, Type.ClassType) - Constructor for class com.sun.tools.apt.mirror.type.AnnotationTypeImpl
 
AnnotationTypeOptionalMemberBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds documentation for optional annotation type members.
AnnotationTypeOptionalMemberBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeOptionalMemberBuilder
Construct a new AnnotationTypeMemberBuilder.
AnnotationTypeOptionalMemberWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing annotation type optional member output.
AnnotationTypeOptionalMemberWriterImpl - Class in com.sun.tools.doclets.formats.html
Writes annotation type optional member documentation in HTML format.
AnnotationTypeOptionalMemberWriterImpl(SubWriterHolderWriter, AnnotationTypeDoc) - Constructor for class com.sun.tools.doclets.formats.html.AnnotationTypeOptionalMemberWriterImpl
Construct a new AnnotationTypeOptionalMemberWriterImpl.
AnnotationTypeRequiredMemberBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds documentation for required annotation type members.
AnnotationTypeRequiredMemberBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Construct a new AnnotationTypeRequiredMemberBuilder.
AnnotationTypeRequiredMemberWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing annotation type required member output.
AnnotationTypeRequiredMemberWriterImpl - Class in com.sun.tools.doclets.formats.html
Writes annotation type required member documentation in HTML format.
AnnotationTypeRequiredMemberWriterImpl(SubWriterHolderWriter, AnnotationTypeDoc) - Constructor for class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Construct a new AnnotationTypeRequiredMemberWriterImpl.
annotationTypes() - Method in interface com.sun.javadoc.PackageDoc
Get included annotation types in this package.
annotationTypes - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores annotation types for each package.
annotationTypes(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the annotation types specified on the command-line that belong to the given package.
annotationTypes() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get included annotation types in this package.
AnnotationTypeWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing annotation type output.
AnnotationTypeWriterImpl - Class in com.sun.tools.doclets.formats.html
Generate the Class Information Page.
AnnotationTypeWriterImpl(AnnotationTypeDoc, Type, Type) - Constructor for class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
AnnotationValue - Interface in com.sun.javadoc
Represents a value of an annotation type element.
AnnotationValue - Interface in com.sun.mirror.declaration
Represents a value of an annotation type element.
annotationValue() - Method in class com.sun.tools.javac.parser.JavacParser
 
AnnotationValue - Interface in javax.lang.model.element
Represents a value of an annotation type element.
AnnotationValueImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of AnnotationValue
AnnotationValueImpl(AptEnv, Attribute, AnnotationMirrorImpl) - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl
 
AnnotationValueImpl - Class in com.sun.tools.javadoc
Represents a value of an annotation type element.
AnnotationValueImpl(DocEnv, Attribute) - Constructor for class com.sun.tools.javadoc.AnnotationValueImpl
 
AnnotationValueImpl.ToStringVisitor - Class in com.sun.tools.javadoc
 
AnnotationValueImpl.ToStringVisitor() - Constructor for class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
AnnotationValueImpl.ValueVisitor - Class in com.sun.tools.apt.mirror.declaration
 
AnnotationValueImpl.ValueVisitor() - Constructor for class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
AnnotationValueImpl.ValueVisitor - Class in com.sun.tools.javadoc
 
AnnotationValueImpl.ValueVisitor() - Constructor for class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
annotationValueToString(AnnotationValue) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
AnnotationValueVisitor<R,P> - Interface in javax.lang.model.element
A visitor of the values of annotation type elements, using a variant of the visitor design pattern.
annotationWriter - Variable in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
AnnotationWriter - Class in com.sun.tools.javap
A writer for writing annotations as text.
AnnotationWriter(Context) - Constructor for class com.sun.tools.javap.AnnotationWriter
 
annotationWriter - Variable in class com.sun.tools.javap.AttributeWriter
 
AnnotationWriter.element_value_Writer - Class in com.sun.tools.javap
 
AnnotationWriter.element_value_Writer() - Constructor for class com.sun.tools.javap.AnnotationWriter.element_value_Writer
 
annoType - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
 
annoType - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker
 
ANONCONSTR - Static variable in class com.sun.tools.javac.code.Flags
Flag for synthesized default constructors of anonymous classes.
AnonymousClassDef(JCTree.JCModifiers, List<JCTree>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
any - Variable in class com.sun.tools.javac.util.Names
 
anyPoly - Static variable in class com.sun.tools.javac.comp.Infer
A value for prototypes that admit any type, including polymorphic ones.
apMessage(AnnotationProcessingError) - Method in class com.sun.tools.apt.main.Main
Print a message reporting an fatal error.
apMessage(AnnotationProcessingError) - Method in class com.sun.tools.javac.main.Main
Print a message reporting an uncaught exception from an annotation processor.
App(JCTree.JCExpression, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a method invocation from a method tree and a list of argument trees.
App(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a no-arg method invocation from a method tree
appClassLoader - Variable in class com.sun.tools.javadoc.DocletInvoker
 
append(Object) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends a constant whose type is not statically known by dispatching to the appropriate overloaded append method.
append(String) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends a string, escaped (as needed) and quoted.
append(Character) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends a Character, escaped (as needed) and quoted.
append(Boolean) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
append(Byte) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
append(Short) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
append(Integer) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
append(Long) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
append(Float) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
append(Double) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
append(TypeMirrorImpl) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends the class literal corresponding to a type.
append(EnumConstantDeclarationImpl) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends the fully qualified name of an enum constant.
append(AnnotationMirrorImpl) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends the text of an annotation pseudo-expression.
append(Collection<?>) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends the elements of a collection, enclosed within braces and separated by ", ".
append(StringBuilder, String, List<? extends Type>, String) - Static method in class com.sun.tools.classfile.Type
 
append(Object) - Method in class com.sun.tools.doclets.formats.html.LinkOutputImpl
Append the given object to the output.
append(Object) - Method in interface com.sun.tools.doclets.internal.toolkit.util.links.LinkOutput
Append the given object to the output.
append(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Todo
 
append(A) - Method in class com.sun.tools.javac.util.List
Append given element at length, forming and returning a new list.
append(A) - Method in class com.sun.tools.javac.util.ListBuffer
Append an element to buffer.
append(Name) - Method in class com.sun.tools.javac.util.Name
Return the concatenation of this name and name `n'.
append(char, Name) - Method in class com.sun.tools.javac.util.Name
Return the concatenation of this name, the given ASCII character, and name `n'.
append - Variable in class com.sun.tools.javac.util.Names
 
append(Env<AttrContext>) - Method in class com.sun.tools.javadoc.JavadocTodo
 
appendArray(A[]) - Method in class com.sun.tools.javac.util.ListBuffer
Append all elements in an array to buffer.
appendByte(int) - Method in class com.sun.tools.javac.util.ByteBuffer
Append byte to this buffer.
appendBytes(byte[], int, int) - Method in class com.sun.tools.javac.util.ByteBuffer
Append `len' bytes from byte array, starting at given `start' offset.
appendBytes(byte[]) - Method in class com.sun.tools.javac.util.ByteBuffer
Append all bytes from given byte array.
appendChar(int) - Method in class com.sun.tools.javac.util.ByteBuffer
Append a character as a two byte number.
appendDouble(double) - Method in class com.sun.tools.javac.util.ByteBuffer
Append a double as a eight byte number.
appendFloat(float) - Method in class com.sun.tools.javac.util.ByteBuffer
Append a float as a four byte number.
appendIfNotEmpty(StringBuilder, String, List<? extends Type>, String) - Static method in class com.sun.tools.classfile.Type
 
appendInt(int) - Method in class com.sun.tools.javac.util.ByteBuffer
Append an integer as a four byte number.
appendList(List<A>) - Method in class com.sun.tools.javac.util.List
Append given list at length, forming and returning a new list.
appendList(ListBuffer<A>) - Method in class com.sun.tools.javac.util.List
Append given list buffer at length, forming and returning a new list.
appendList(List<A>) - Method in class com.sun.tools.javac.util.ListBuffer
Append all elements in a list to buffer.
appendList(ListBuffer<A>) - Method in class com.sun.tools.javac.util.ListBuffer
Append all elements in a list to buffer.
appendLong(long) - Method in class com.sun.tools.javac.util.ByteBuffer
Append a long as an eight byte number.
appendName(Name) - Method in class com.sun.tools.javac.util.ByteBuffer
Append a name.
appendOutput(TagletOutput) - Method in class com.sun.tools.doclets.formats.html.TagletOutputImpl
Append the given output to this output.
appendOutput(TagletOutput) - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.TagletOutput
Append the given output to this output.
appendPath(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
 
appendPath(String, String) - Method in class com.sun.tools.javadoc.DocletInvoker
 
appendString(JCTree) - Method in class com.sun.tools.javac.jvm.Gen
Append value (on tos) to string buffer (on tos - 1).
appendStrings(JCTree) - Method in class com.sun.tools.javac.jvm.Gen
Add all strings in tree to string buffer.
appendTyparamString(Type.TypeVar, StringBuffer) - Method in class com.sun.tools.javac.code.Types
 
appendUnquoted(String) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
For each char of a string, append using appendUnquoted(char).
appendUnquoted(char) - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Appends a char (unquoted), using escapes for those that are not printable ASCII.
apply(Type) - Method in class com.sun.tools.javac.code.Type.Mapping
 
APPLY - Static variable in class com.sun.tools.javac.tree.JCTree
Method invocation expressions, of type Apply.
Apply(List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Apply(List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
aps - Variable in class com.sun.mirror.apt.AnnotationProcessors.CompositeAnnotationProcessor
 
Apt - Class in com.sun.tools.apt.comp
Apt compiler phase.
Apt(Context) - Constructor for class com.sun.tools.apt.comp.Apt
Create a new apt list.
apt - Variable in class com.sun.tools.apt.main.JavaCompiler
The annotation framework
Apt.AptTreeScanner - Class in com.sun.tools.apt.comp
Used to scan javac trees to build data structures needed for bootstrapping the apt environment.
Apt.AptTreeScanner() - Constructor for class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
aptCL - Variable in class com.sun.tools.apt.main.Main
Classloader to use for finding factories.
aptDiags - Variable in class com.sun.tools.apt.util.Bark
Factory for APT-specific diagnostics.
aptenv - Variable in class com.sun.tools.apt.comp.Apt
 
AptEnv - Class in com.sun.tools.apt.mirror
The environment for a run of apt.
AptEnv(Context) - Constructor for class com.sun.tools.apt.mirror.AptEnv
 
aptEnvKey - Static variable in class com.sun.tools.apt.mirror.AptEnv
 
aptError(String, Object...) - Method in class com.sun.tools.apt.util.Bark
Report an error.
aptError(int, String, Object...) - Method in class com.sun.tools.apt.util.Bark
Report an error, unless another error was already reported at same source position.
aptKey - Static variable in class com.sun.tools.apt.comp.Apt
The context key for the todo list.
aptNote(String, Object...) - Method in class com.sun.tools.apt.util.Bark
Report a note, unless suppressed by the -nowarn option.
aptNote(int, String, Object...) - Method in class com.sun.tools.apt.util.Bark
Report a note, unless suppressed by the -nowarn option.
aptOnly - Variable in class com.sun.tools.apt.main.Main.Option
Whether or not the option is used only aptOnly.
aptRB - Static variable in class com.sun.tools.apt.main.Main
 
aptWarning(String, Object...) - Method in class com.sun.tools.apt.util.Bark
Report a warning, unless suppressed by the -nowarn option or the maximum number of warnings has been reached.
aptWarning(int, String, Object...) - Method in class com.sun.tools.apt.util.Bark
Report a warning, unless suppressed by the -nowarn option or the maximum number of warnings has been reached.
archives - Variable in class com.sun.tools.javac.file.JavacFileManager
A directory of zip files already opened.
areturn - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
arg - Variable in class com.sun.tools.javac.tree.JCTree.JCUnary
 
args - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
args - Variable in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
args - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
args - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
args - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
args - Variable in error com.sun.tools.javap.InternalError
 
args - Variable in exception com.sun.tools.javap.JavapTask.BadArgs
 
argsNameKey - Variable in class com.sun.tools.apt.main.Main.Option
Documentation key for arguments.
argsNameKey - Variable in class com.sun.tools.javac.main.JavacOption.Option
Documentation key for arguments.
argsToString(Object...) - Method in class com.sun.tools.javac.api.JavacTool
 
argTypes - Variable in class com.sun.tools.classfile.Type.MethodType
 
argtypes(boolean) - Method in class com.sun.tools.javac.code.Type
 
argtypes - Variable in class com.sun.tools.javac.code.Type.MethodType
 
argumentlength - Variable in class sun.tools.javap.TypeSignature
 
arguments() - Method in class com.sun.tools.javac.parser.JavacParser
Arguments = "(" [Expression { COMMA Expression }] ")"
arguments(List<JCTree.JCExpression>, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
 
arguments - Variable in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
argumentsAcceptable(List<Type>, List<Type>, boolean, boolean, Warner) - Method in class com.sun.tools.javac.comp.Resolve
Check if a parameter list accepts a list of args.
argumentsOpt(List<JCTree.JCExpression>, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
ArgumentsOpt = [ Arguments ]
ARRAY - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all array types.
Array - Variable in class com.sun.tools.javac.util.Names
 
ARRAY - Static variable in interface sun.tools.javap.Constants
 
ARRAYACCESS - Static variable in interface sun.tools.javap.Constants
 
ArrayAccessTree - Interface in com.sun.source.tree
A tree node for an array access expression.
arrayBinaryCompatibility() - Method in enum com.sun.tools.javac.jvm.Target
Starting in 1.5, the compiler uses an array type as the qualifier for method calls (such as clone) where required by the language and VM spec.
arrayClass - Variable in class com.sun.tools.javac.code.Symtab
The builtin type of all arrays.
arrayCloneMethod - Variable in class com.sun.tools.javac.code.Symtab
 
arraycode(Type) - Static method in class com.sun.tools.javac.jvm.Code
Given a type, return its code for allocating arrays of that type.
arrayCreatorRest(int, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
ArrayCreatorRest = "[" ( "]" BracketsOpt ArrayInitializer | Expression "]" {"[" Expression "]"} BracketsOpt )
ARRAYDECORATION - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
arrayInitializer(int, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
ArrayInitializer = "{" [VariableInitializer {"," VariableInitializer}] [","] "}"
arraylength - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ARRAYSPACE - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
arraysType - Variable in class com.sun.tools.javac.code.Symtab
 
arraySuperType - Variable in class com.sun.tools.javac.code.Types
 
arraySuperType() - Method in class com.sun.tools.javac.code.Types
 
arrayToSet(String[]) - Static method in class javax.annotation.processing.AbstractProcessor
 
ArrayType - Interface in com.sun.mirror.type
Represents an array type.
arrayType - Variable in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
 
ArrayType - Interface in javax.lang.model.type
Represents an array type.
ArrayTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of ArrayType
ArrayTypeImpl(AptEnv, Type.ArrayType) - Constructor for class com.sun.tools.apt.mirror.type.ArrayTypeImpl
 
ArrayTypeTree - Interface in com.sun.source.tree
A tree node for an array type.
asAnnotationTypeDoc() - Method in interface com.sun.javadoc.Type
Return this type as an AnnotationTypeDoc if it represents an annotation type.
asAnnotationTypeDoc() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
asAnnotationTypeDoc() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return null (unless overridden), as this is not an annotation type.
asAnnotationTypeDoc() - Method in class com.sun.tools.javadoc.PrimitiveType
Return null, as this is not an annotation type.
asAnnotationTypeDoc() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return this type as an AnnotationTypeDoc if it represents an annotation type.
asClassDoc() - Method in interface com.sun.javadoc.ParameterizedType
Return the generic class or interface that declared this type.
asClassDoc() - Method in interface com.sun.javadoc.Type
Return this type as a ClassDoc if it represents a class or interface.
asClassDoc() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
asClassDoc() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return this type as a class, which it already is.
asClassDoc() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
Return the generic class or interface that declared this type.
asClassDoc() - Method in class com.sun.tools.javadoc.PrimitiveType
Return this type as a class.
asClassDoc() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return this type as a class.
asClassDoc() - Method in class com.sun.tools.javadoc.TypeVariableImpl
Return the ClassDoc of the erasure of this type variable.
asClassDoc() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
Return the ClassDoc of the erasure of this wildcard type.
asElement() - Method in class com.sun.tools.javac.code.Type
 
asElement() - Method in class com.sun.tools.javac.code.Type.MethodType
 
asElement(TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
asElement() - Method in interface javax.lang.model.type.DeclaredType
Returns the element corresponding to this type.
asElement() - Method in interface javax.lang.model.type.TypeVariable
Returns the element corresponding to this type variable.
asElement(TypeMirror) - Method in interface javax.lang.model.util.Types
Returns the element corresponding to a type.
asEnclosingSuper(Type, Symbol) - Method in class com.sun.tools.javac.code.Types
Return the base type of t or any of its enclosing types that starts with the given symbol.
asFlagSet(long) - Static method in class com.sun.tools.javac.code.Flags
 
ASGADD - Static variable in interface sun.tools.javap.Constants
 
ASGBITAND - Static variable in interface sun.tools.javap.Constants
 
ASGBITOR - Static variable in interface sun.tools.javap.Constants
 
ASGBITXOR - Static variable in interface sun.tools.javap.Constants
 
ASGDIV - Static variable in interface sun.tools.javap.Constants
 
ASGLSHIFT - Static variable in interface sun.tools.javap.Constants
 
ASGMUL - Static variable in interface sun.tools.javap.Constants
 
ASGOffset - Static variable in class com.sun.tools.javac.tree.JCTree
The offset between assignment operators and normal operators.
ASGREM - Static variable in interface sun.tools.javap.Constants
 
ASGRSHIFT - Static variable in interface sun.tools.javap.Constants
 
ASGSUB - Static variable in interface sun.tools.javap.Constants
 
ASGURSHIFT - Static variable in interface sun.tools.javap.Constants
 
asInterface() - Method in enum com.sun.source.tree.Tree.Kind
 
asJavaFileObject(File) - Method in class com.sun.tools.javac.api.JavacTaskImpl
Construct a JavaFileObject from the given file.
asList(T[]) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
 
asMemberOf(Type, Types) - Method in class com.sun.tools.javac.code.Symbol
The (variable or method) symbol seen as a member of given class type`site' (this might change the symbol's type).
asMemberOf(Type, Types) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
asMemberOf(Type, Types) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
asMemberOf(Type, Types) - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
asMemberOf(DeclaredType, Element) - Method in class com.sun.tools.javac.model.JavacTypes
Returns the type of an element when that element is viewed as a member of, or otherwise directly contained by, a given type.
asMemberOf(DeclaredType, Element) - Method in interface javax.lang.model.util.Types
Returns the type of an element when that element is viewed as a member of, or otherwise directly contained by, a given type.
asMethodType() - Method in class com.sun.tools.javac.code.Type
The underlying method type of this type.
asMethodType() - Method in class com.sun.tools.javac.code.Type.ForAll
 
asMethodType() - Method in class com.sun.tools.javac.code.Type.MethodType
 
asModifierSet(long) - Static method in class com.sun.tools.javac.code.Flags
 
asOuterSuper(Type, Symbol) - Method in class com.sun.tools.javac.code.Types
Return the base type of t or any of its outer types that starts with the given symbol.
asParameterizedType() - Method in interface com.sun.javadoc.Type
Return this type as a ParameterizedType if it represents an invocation of a generic class or interface.
asParameterizedType() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
asParameterizedType() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return null, as this is not a class instantiation.
asParameterizedType() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
 
asParameterizedType() - Method in class com.sun.tools.javadoc.PrimitiveType
Return null, as this is not an instantiation.
asParameterizedType() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return this type as a ParameterizedType if it represents a parameterized type.
assembleClassSig(Type) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
assembleParamsSig(List<Type>) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
assembleSig(Type) - Method in class com.sun.tools.javac.jvm.ClassWriter
Assemble signature of given type in string buffer.
assembleSig(List<Type>) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
ASSERT - Static variable in class com.sun.tools.javac.tree.JCTree
Assert statements, of type Assert.
Assert(JCTree.JCExpression, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Assert(JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
assertConvertible(JCTree, Type, Type, Warner) - Method in class com.sun.tools.javac.comp.Attr
 
assertFlagTest(JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.comp.Lower
Code for enabling/disabling assertions.
assertionErrorType - Variable in class com.sun.tools.javac.code.Symtab
 
AssertTree - Interface in com.sun.source.tree
A tree node for an 'assert' statement.
ASSIGN - Static variable in class com.sun.tools.javac.tree.JCTree
Assignment expressions, of type Assign.
Assign(JCTree.JCExpression, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Assign(JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
ASSIGN - Static variable in interface sun.tools.javap.Constants
 
ASSIGNcode - Static variable in class com.sun.tools.javac.comp.Lower
Access codes for dereferencing, assignment, and pre/post increment/decrement.
Assignment(Symbol, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
Construct an assignment from a variable symbol and a right hand side.
AssignmentTree - Interface in com.sun.source.tree
A tree node for an assignment expression.
Assignop(int, JCTree, JCTree) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Assignop(int, JCTree, JCTree) - Method in class com.sun.tools.javac.tree.TreeMaker
 
assignopPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
assignPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
associatedInterface - Variable in enum com.sun.source.tree.Tree.Kind
 
asSub(Symbol) - Method in class com.sun.tools.javac.code.Type.ErrorType
 
asSub - Variable in class com.sun.tools.javac.code.Types
 
asSub(Type, Symbol) - Method in class com.sun.tools.javac.code.Types
Return the least specific subtype of t that starts with symbol sym.
asSuper - Variable in class com.sun.tools.javac.code.Types
 
asSuper(Type, Symbol) - Method in class com.sun.tools.javac.code.Types
Return the (most specific) base type of t that starts with the given symbol.
ASTCodeCompiler - Class in edu.rice.cs.mint.runtime
 
ASTCodeCompiler(Context) - Constructor for class edu.rice.cs.mint.runtime.ASTCodeCompiler
 
asterisk - Variable in class com.sun.tools.javac.util.Names
 
astore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
astore_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
astore_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
astore_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
astore_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
asType() - Method in class com.sun.tools.javac.code.Symbol
 
asType() - Method in interface javax.lang.model.element.Element
Returns the type defined by this element.
asTypeVariable() - Method in interface com.sun.javadoc.Type
Return this type as a TypeVariable if it represents a type variable.
asTypeVariable() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
asTypeVariable() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return null, as this is not a type variable.
asTypeVariable() - Method in class com.sun.tools.javadoc.PrimitiveType
Return null, as this is not a type variable.
asTypeVariable() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return this type as a TypeVariable if it represents a type variable.
asTypeVariable() - Method in class com.sun.tools.javadoc.TypeVariableImpl
 
asWildcardType() - Method in interface com.sun.javadoc.Type
Return this type as a WildcardType if it represents a wildcard type.
asWildcardType() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
asWildcardType() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return null, as this is not a wildcard type.
asWildcardType() - Method in class com.sun.tools.javadoc.PrimitiveType
Return null, as this is not a wildcard type;
asWildcardType() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return null, as there are no arrays of wildcard types.
asWildcardType() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
 
at(int) - Method in class com.sun.tools.javac.tree.TreeMaker
Reassign current position.
at(JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.tree.TreeMaker
Reassign current position.
atd - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl.CollectingAP
 
athrow - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
atLeastOneProcessor() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
ATT_ALL - Static variable in interface sun.tools.javap.Constants
 
ATT_CODE - Static variable in interface sun.tools.javap.Constants
 
attach(JCTree, String) - Method in class com.sun.tools.javac.parser.JavacParser
Make an entry into docComments hashtable, provided flag keepDocComments is set and given doc comment is non-null.
attachAnnotationDefault(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Attach the default value for an annotation element.
attachAnnotations(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Attach annotations.
attachParameterAnnotations(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Attach parameter annotations.
attr - Variable in class com.sun.tools.apt.mirror.AptEnv
 
attr - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl
 
attr - Variable in class com.sun.tools.javac.api.JavacTrees
 
attr - Variable in class com.sun.tools.javac.comp.Annotate
 
Attr - Class in com.sun.tools.javac.comp
This is the main context-dependent analysis phase in GJC.
Attr(Context) - Constructor for class com.sun.tools.javac.comp.Attr
 
attr - Variable in class com.sun.tools.javac.comp.Lower
 
attr - Variable in class com.sun.tools.javac.comp.MemberEnter
 
attr - Variable in class com.sun.tools.javac.main.JavaCompiler
The attributor.
attr - Variable in class com.sun.tools.javadoc.AnnotationValueImpl
 
attr - Variable in class com.sun.tools.javadoc.DocEnv
The compiler's attribution phase (needed to evaluate constant initializers).
Attr.BreakAttr - Exception in com.sun.tools.javac.comp
 
Attr.BreakAttr(Env<AttrContext>) - Constructor for exception com.sun.tools.javac.comp.Attr.BreakAttr
 
Attr.IdentAttributer - Class in com.sun.tools.javac.comp
 
Attr.IdentAttributer() - Constructor for class com.sun.tools.javac.comp.Attr.IdentAttributer
 
AttrContext - Class in com.sun.tools.javac.comp
Contains information specific to the attribute and enter passes, to be used in place of the generic field in environments.
AttrContext() - Constructor for class com.sun.tools.javac.comp.AttrContext
 
AttrContextEnv - Class in com.sun.tools.javac.comp
Env<A> specialized as Env<AttrContext>
AttrContextEnv(JCTree, AttrContext) - Constructor for class com.sun.tools.javac.comp.AttrContextEnv
Create an outermost environment for a given (toplevel)tree, with a given info field.
AttrData - Class in sun.tools.javap
Reads and stores attribute information.
AttrData(ClassData) - Constructor for class sun.tools.javap.AttrData
 
attrEnv - Variable in class com.sun.tools.javac.comp.Lower
Environment for symbol lookup, set by translateTopLevelClass.
attrEnv - Variable in class com.sun.tools.javac.jvm.Gen
Environment for symbol lookup, set by genClass
attrEnv - Variable in class edu.rice.cs.mint.comp.TransStaging
Environment for symbol lookup, set by translateTopLevelClass.
attribAnnotationTypes(List<JCTree.JCAnnotation>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Attribute the type references in a list of annotations.
attribArgs(List<JCTree.JCExpression>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Attribute the arguments in a method call, returning a list of types.
attribBase(JCTree, Env<AttrContext>, boolean, boolean, boolean) - Method in class com.sun.tools.javac.comp.Attr
Attribute type reference in an `extends' or `implements' clause.
attribBounds(List<JCTree.JCTypeParameter>) - Method in class com.sun.tools.javac.comp.Attr
 
attribClass(JCDiagnostic.DiagnosticPosition, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Attr
Main method: attribute class definition associated with given class symbol.
attribClass(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Attr
Attribute class definition associated with given class symbol.
attribClassBody(Env<AttrContext>, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Attr
Finish the attribution of a class.
attribExpr(JCTree, Env<AttrContext>, Type) - Method in class com.sun.tools.javac.comp.Attr
Derived visitor method: attribute an expression tree.
attribExpr(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Derived visitor method: attribute an expression tree with no constraints on the computed type.
attribExprs(List<JCTree.JCExpression>, Env<AttrContext>, Type) - Method in class com.sun.tools.javac.comp.Attr
Attribute a list of expressions, returning a list of types.
attribExprToTree(JCTree.JCExpression, Env<AttrContext>, JCTree) - Method in class com.sun.tools.javac.api.JavacTrees
 
attribExprToTree(JCTree, Env<AttrContext>, JCTree) - Method in class com.sun.tools.javac.comp.Attr
 
attribIdent(JCTree, JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.comp.Attr
Attribute a parsed identifier.
attribImportType(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
 
attribStat(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Derived visitor method: attribute a statement or definition tree.
attribStats(List<T>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Attribute a list of statements, returning nothing.
attribStatToTree(JCTree, Env<AttrContext>, JCTree) - Method in class com.sun.tools.javac.api.JavacTrees
 
attribStatToTree(JCTree, Env<AttrContext>, JCTree) - Method in class com.sun.tools.javac.comp.Attr
 
attribTree(JCTree, Env<AttrContext>, int, Type) - Method in class com.sun.tools.javac.comp.Attr
Visitor method: attribute a tree, catching any completion failure exceptions.
attribType(JCTree, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Attr
 
attribType(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Derived visitor method: attribute a type tree.
attribTypes(List<JCTree.JCExpression>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Attribute a type argument list, returning a list of types.
attribTypeVariables(List<JCTree.JCTypeParameter>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Attribute type variables (of generic classes or methods).
Attribute - Class in com.sun.tools.classfile
This is NOT part of any API supported by Sun Microsystems.
Attribute(int, int) - Constructor for class com.sun.tools.classfile.Attribute
 
Attribute - Class in com.sun.tools.javac.code
An annotation value.
Attribute(Type) - Constructor for class com.sun.tools.javac.code.Attribute
 
attribute(Symbol) - Method in class com.sun.tools.javac.code.Symbol
Fetch a particular annotation from a symbol.
attribute(Queue<Env<AttrContext>>) - Method in class com.sun.tools.javac.main.JavaCompiler
Attribute a list of parse trees, such as found on the "todo" list.
attribute(Env<AttrContext>) - Method in class com.sun.tools.javac.main.JavaCompiler
Attribute a parse tree.
Attribute.Array - Class in com.sun.tools.javac.code
The value for an annotation element of an array type.
Attribute.Array(Type, Attribute[]) - Constructor for class com.sun.tools.javac.code.Attribute.Array
 
Attribute.Class - Class in com.sun.tools.javac.code
The value for an annotation element of type java.lang.Class, represented as a ClassSymbol.
Attribute.Class(Types, Type) - Constructor for class com.sun.tools.javac.code.Attribute.Class
 
Attribute.Compound - Class in com.sun.tools.javac.code
A compound annotation element value, the type of which is an attribute interface.
Attribute.Compound(Type, List<Pair<Symbol.MethodSymbol, Attribute>>) - Constructor for class com.sun.tools.javac.code.Attribute.Compound
 
Attribute.Constant - Class in com.sun.tools.javac.code
The value for an annotation element of primitive type or String.
Attribute.Constant(Type, Object) - Constructor for class com.sun.tools.javac.code.Attribute.Constant
 
Attribute.Enum - Class in com.sun.tools.javac.code
The value for an annotation element of an enum type.
Attribute.Enum(Type, Symbol.VarSymbol) - Constructor for class com.sun.tools.javac.code.Attribute.Enum
 
Attribute.Error - Class in com.sun.tools.javac.code
 
Attribute.Error(Type) - Constructor for class com.sun.tools.javac.code.Attribute.Error
 
Attribute.Factory - Class in com.sun.tools.classfile
 
Attribute.Factory() - Constructor for class com.sun.tools.classfile.Attribute.Factory
 
Attribute.Visitor<R,P> - Interface in com.sun.tools.classfile
 
Attribute.Visitor - Interface in com.sun.tools.javac.code
A visitor type for dynamic dispatch on the kind of attribute value.
attribute_length - Variable in class com.sun.tools.classfile.Attribute
 
attribute_name_index - Variable in class com.sun.tools.classfile.Attribute
 
AttributeException - Exception in com.sun.tools.classfile
 
AttributeException() - Constructor for exception com.sun.tools.classfile.AttributeException
 
AttributeException(String) - Constructor for exception com.sun.tools.classfile.AttributeException
 
attributeFactory - Variable in class com.sun.tools.classfile.ClassReader
 
Attributes - Class in com.sun.tools.classfile
 
Attributes(ClassReader) - Constructor for class com.sun.tools.classfile.Attributes
 
Attributes(ConstantPool, Attribute[]) - Constructor for class com.sun.tools.classfile.Attributes
 
attributes - Variable in class com.sun.tools.classfile.ClassFile
 
attributes - Variable in class com.sun.tools.classfile.Code_attribute
 
attributes - Variable in class com.sun.tools.classfile.Field
 
attributes - Variable in class com.sun.tools.classfile.Method
 
attributes_count - Variable in class sun.tools.javap.ClassData
 
attributes_count - Variable in class sun.tools.javap.FieldData
 
attributes_count - Variable in class sun.tools.javap.MethodData
 
attributes_field - Variable in class com.sun.tools.javac.code.Symbol
The attributes of this symbol.
attributeWriter - Variable in class com.sun.tools.classfile.ClassWriter
 
AttributeWriter - Class in com.sun.tools.javap
 
AttributeWriter(Context) - Constructor for class com.sun.tools.javap.AttributeWriter
 
AttributeWriter.StackMapTableWriter - Class in com.sun.tools.javap
 
AttributeWriter.StackMapTableWriter() - Constructor for class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
attrKey - Static variable in class com.sun.tools.javac.comp.Attr
 
attrParseOnly - Variable in class com.sun.tools.javac.main.JavaCompiler
Generate attributed parse tree only.
attrs - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
 
attrs - Variable in class com.sun.tools.classfile.Attributes
 
attrs - Variable in class sun.tools.javap.ClassData
 
attrs - Variable in class sun.tools.javap.FieldData
 
attrs - Variable in class sun.tools.javap.MethodData
 
attrWriter - Variable in class com.sun.tools.javap.ClassWriter
 
attrWriter - Variable in class com.sun.tools.javap.CodeWriter
 
augment(Attribute.Compound) - Method in class com.sun.tools.javac.code.Lint
Returns the result of combining the values in this object with the given annotation.
augment(List<Attribute.Compound>) - Method in class com.sun.tools.javac.code.Lint
Returns the result of combining the values in this object with the given annotations.
augment(List<Attribute.Compound>, long) - Method in class com.sun.tools.javac.code.Lint
Returns the result of combining the values in this object with the given annotations and flags.
augment(Lint, Attribute.Compound) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
augment(Lint, List<Attribute.Compound>) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
augmentor - Variable in class com.sun.tools.javac.code.Lint
 
av - Variable in exception javax.lang.model.element.UnknownAnnotationValueException
 
availableFormats - Variable in class com.sun.tools.javac.util.BasicDiagnosticFormatter
 
awriter - Variable in class com.sun.tools.javac.jvm.ClassWriter
 

B

b2i(boolean) - Static method in class com.sun.tools.javac.comp.ConstFold
Convert boolean to integer (true = 1, false = 0).
badClassFile(String, Object...) - Method in class com.sun.tools.javac.jvm.ClassReader
 
baload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
bark - Variable in class com.sun.tools.apt.main.JavaCompiler
The bark to be used for error reporting.
bark - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
bark - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
bark - Variable in class com.sun.tools.apt.mirror.apt.MessagerImpl
 
Bark - Class in com.sun.tools.apt.util
A subtype of Log for use in APT.
Bark(Context) - Constructor for class com.sun.tools.apt.util.Bark
Creates a Bark.
barkKey - Static variable in class com.sun.tools.apt.util.Bark
The context key for the bark.
baseAnnotationTypes - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
 
baseAnnotationTypes() - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the list of base annotation types.
baseclasses - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
List of baseclasses.
baseclasses() - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the base-classes list.
baseClause - Variable in class com.sun.tools.javac.comp.Env
Is this an environment for evaluating a base clause?
baseEnums - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
 
baseEnums() - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the list of base enums.
baseEnv(JCTree.JCClassDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
 
BaseExecutableMemberTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An abstract class for that implements the Taglet interface for tags in ExecutableMembers.
BaseExecutableMemberTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.BaseExecutableMemberTaglet
 
baseFileName(String) - Method in class com.sun.tools.javah.Gen
 
BaseFileObject - Class in com.sun.tools.javac.file
 
BaseFileObject(JavacFileManager) - Constructor for class com.sun.tools.javac.file.BaseFileObject
 
BaseInlineTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An abstract inline taglet that outputs HTML.
BaseInlineTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.BaseInlineTaglet
 
baseinterfaces - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
List of base-interfaces.
baseinterfaces() - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the list of base interfaces.
basename() - Method in class com.sun.tools.javac.file.RelativePath
 
basename() - Method in class com.sun.tools.javac.file.RelativePath.RelativeDirectory
 
basename() - Method in class com.sun.tools.javac.file.RelativePath.RelativeFile
 
BaseTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An abstract class for that implements the Taglet interface.
BaseTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
 
baseType() - Method in class com.sun.tools.javac.code.Type
If this is a constant type, return its underlying type.
baseType() - Method in class com.sun.tools.javac.code.Type.UndetVar
 
baseTypes(List<Type>) - Static method in class com.sun.tools.javac.code.Type
Return the base types of a list of types.
BasicDiagnosticFormatter - Class in com.sun.tools.javac.util
A basic formatter for diagnostic messages.
BasicDiagnosticFormatter(Options, JavacMessages) - Constructor for class com.sun.tools.javac.util.BasicDiagnosticFormatter
Create a basic formatter based on the supplied options.
BasicDiagnosticFormatter(JavacMessages) - Constructor for class com.sun.tools.javac.util.BasicDiagnosticFormatter
Create a standard basic formatter
BasicDiagnosticFormatter.BasicFormatKind - Enum in com.sun.tools.javac.util
This enum contains all the kinds of formatting patterns supported by a basic diagnostic formatter.
BasicDiagnosticFormatter.BasicFormatKind() - Constructor for enum com.sun.tools.javac.util.BasicDiagnosticFormatter.BasicFormatKind
 
basicType() - Method in class com.sun.tools.javac.parser.JavacParser
BasicType = BYTE | SHORT | CHAR | INT | LONG | FLOAT | DOUBLE | BOOLEAN
BasicWriter - Class in com.sun.tools.javap
 
BasicWriter(Context) - Constructor for class com.sun.tools.javap.BasicWriter
 
BasicWriter.LineWriter - Class in com.sun.tools.javap
 
BasicWriter.LineWriter(Context) - Constructor for class com.sun.tools.javap.BasicWriter.LineWriter
 
bastore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
begin(String...) - Method in class com.sun.tools.javadoc.Start
Main program - external wrapper
beginAttrs() - Method in class com.sun.tools.javac.jvm.ClassWriter
Leave space for attribute count and return index for number of attributes field.
beginContext() - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
beginContext(Context) - Method in class com.sun.tools.javac.api.JavacTool
Register that a compilation is about to start.
Benchmark - Class in edu.rice.cs.mint.util
Benchmarking class.
Benchmark() - Constructor for class edu.rice.cs.mint.util.Benchmark
 
benchmark(Benchmark.Task<T>...) - Static method in class edu.rice.cs.mint.util.Benchmark
Benchmark the tasks given.
benchmark(int, Benchmark.Task<T>...) - Static method in class edu.rice.cs.mint.util.Benchmark
Benchmark the tasks given.
Benchmark.Task<T> - Class in edu.rice.cs.mint.util
Extended Task with information about number of repetitions, etc.
Benchmark.Task() - Constructor for class edu.rice.cs.mint.util.Benchmark.Task
Create an unnamed task.
Benchmark.Task(String) - Constructor for class edu.rice.cs.mint.util.Benchmark.Task
Create a task with a given name.
Benchmark.TimedTask<T> - Class in edu.rice.cs.mint.util
Just a marker class to distinguish tasks that have been benchmarked already from those that haven't.
Benchmark.TimedTask(Benchmark.Task<T>) - Constructor for class edu.rice.cs.mint.util.Benchmark.TimedTask
 
benchmarkAndPrint(Benchmark.Task<T>...) - Static method in class edu.rice.cs.mint.util.Benchmark
Benchmark the tasks given and print out the results.
benchmarkAndPrint(int, Benchmark.Task<T>...) - Static method in class edu.rice.cs.mint.util.Benchmark
Benchmark the tasks given and print out the results.
BGCOLOR - Static variable in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
The background color.
Binary(int, JCTree.JCExpression, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Binary(int, JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
binaryAccessOperator(int) - Method in class com.sun.tools.javac.comp.Lower
Return binary operator that corresponds to given access code.
binaryImplementation(Symbol.ClassSymbol, Types) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
The implementation of this (abstract) symbol in class origin, from the VM's point of view, null if method does not have an implementation in class.
binaryOverrides(Symbol, Symbol.TypeSymbol, Types) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
Will the erasure of this method be considered by the VM to override the erasure of the other when seen from class `origin'?
binaryQualifier(Symbol, Type) - Method in class com.sun.tools.javac.jvm.Gen
Construct a symbol to reflect the qualifying type that should appear in the byte code as per JLS 13.1.
BinaryTree - Interface in com.sun.source.tree
A tree node for a binary expression.
bipush - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
BITAND - Static variable in class com.sun.tools.javac.tree.JCTree
 
BITAND - Static variable in interface sun.tools.javap.Constants
 
BITAND_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
bitandPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
BITNOT - Static variable in interface sun.tools.javap.Constants
 
BITOR - Static variable in class com.sun.tools.javac.tree.JCTree
 
BITOR - Static variable in interface sun.tools.javap.Constants
 
BITOR_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
Assignment operators, of type Assignop.
bitorPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
Bits - Class in com.sun.tools.javac.util
A class for extensible, mutable bit sets.
Bits() - Constructor for class com.sun.tools.javac.util.Bits
Construct an initially empty set.
Bits(int[]) - Constructor for class com.sun.tools.javac.util.Bits
Construct a set consisting initially of given bit vector.
Bits(int, int) - Constructor for class com.sun.tools.javac.util.Bits
Construct a set consisting initially of given range.
bits - Variable in class com.sun.tools.javac.util.Bits
 
BITS - Static variable in interface sun.tools.javap.Constants
 
BITXOR - Static variable in class com.sun.tools.javac.tree.JCTree
 
BITXOR - Static variable in interface sun.tools.javap.Constants
 
BITXOR_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
bitxorPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
BLOCK - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for compiler-generated anonymous method symbols that `own' an initializer block.
block(int, long) - Method in class com.sun.tools.javac.parser.JavacParser
Block = "{" BlockStatements "}"
block() - Method in class com.sun.tools.javac.parser.JavacParser
 
BLOCK - Static variable in class com.sun.tools.javac.tree.JCTree
Blocks, of type Block.
Block(long, List<JCTree.JCStatement>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Block(long, List<JCTree.JCStatement>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
blockquote() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <BLOCKQUOTE> tag.
blockquoteEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </BLOCKQUOTE> tag.
blockStatements() - Method in class com.sun.tools.javac.parser.JavacParser
BlockStatements = { BlockStatement } BlockStatement = LocalVariableDeclarationStatement | ClassOrInterfaceOrEnumDeclaration | [Ident ":"] Statement LocalVariableDeclarationStatement = { FINAL | '@' Annotation } Type VariableDeclarators ";"
BlockTree - Interface in com.sun.source.tree
A tree node for a statement block.
body(String, boolean) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <BODY BGCOLOR="bgcolor">, including JavaScript "onload" call to load windowtitle script.
body - Variable in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCCatch
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCEscapeExpr
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCEscapeStat
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCTry
 
body - Variable in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
bodyEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </BODY> tag.
bool_and - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual instruction codes; used for constant folding.
bool_not - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual instruction codes; used for constant folding.
bool_or - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual instruction codes; used for constant folding.
BOOLEAN - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `boolean'.
BOOLEAN - Static variable in interface sun.tools.javap.Constants
 
booleanType - Variable in class com.sun.tools.javac.code.Symtab
 
booleanType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
BOOLEANVAL - Static variable in interface sun.tools.javap.Constants
 
bootClassPath() - Method in class com.sun.tools.javac.file.Paths
 
bootClassPathRtJar - Variable in class com.sun.tools.javac.file.Paths
rt.jar as found on the default bootclass path.
bootClassPathString - Variable in class sun.tools.javap.JavapEnvironment
 
BootstrapAPF - Class in com.sun.tools.apt.comp
 
BootstrapAPF() - Constructor for class com.sun.tools.apt.comp.BootstrapAPF
 
BOT - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the bottom type .
bottom - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-bottom".
bottomMost - Variable in class com.sun.tools.javah.LLNI.FieldDefsRes
 
botType - Variable in class com.sun.tools.javac.code.Symtab
 
bound - Variable in class com.sun.tools.javac.code.Type.TypeVar
The bound of this type variable; set from outside.
bound - Variable in class com.sun.tools.javac.code.Type.WildcardType
 
Bound - Variable in class com.sun.tools.javac.util.Names
 
boundClass - Variable in class com.sun.tools.javac.code.Symtab
VGJ: The (singleton) type of all bound types.
BoundKind - Enum in com.sun.tools.javac.code
 
BoundKind(String) - Constructor for enum com.sun.tools.javac.code.BoundKind
 
bounds() - Method in interface com.sun.javadoc.TypeVariable
Return the bounds of this type variable.
bounds - Variable in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
bounds() - Method in class com.sun.tools.javadoc.TypeVariableImpl
Return the bounds of this type variable.
boundType - Variable in class com.sun.tools.classfile.Type.WildcardType
 
boxArgs(List<Type>, List<JCTree.JCExpression>, Type) - Method in class com.sun.tools.javac.comp.Lower
 
boxedClass(Type) - Method in class com.sun.tools.javac.code.Types
Return the class that boxes the given primitive.
boxedClass(PrimitiveType) - Method in class com.sun.tools.javac.model.JavacTypes
 
boxedClass(PrimitiveType) - Method in interface javax.lang.model.util.Types
Returns the class of a boxed value of a given primitive type.
boxedName - Variable in class com.sun.tools.javac.code.Symtab
The name of the class that belongs to a basix type tag.
boxIfNeeded(T, Type) - Method in class com.sun.tools.javac.comp.Lower
Expand a boxing or unboxing conversion if needed.
boxIfNeeded(T, Type) - Method in class edu.rice.cs.mint.comp.TransStaging
Expand a boxing or unboxing conversion if needed.
boxingEnabled - Variable in class com.sun.tools.javac.comp.Resolve
 
boxPrimitive(JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Lower
Box up a single primitive expression.
boxPrimitive(JCTree.JCExpression, Type) - Method in class com.sun.tools.javac.comp.Lower
Box up a single primitive expression.
boxPrimitive(JCTree.JCExpression) - Method in class edu.rice.cs.mint.comp.TransStaging
Box up a single primitive expression.
boxPrimitive(JCTree.JCExpression, Type) - Method in class edu.rice.cs.mint.comp.TransStaging
Box up a single primitive expression.
boxWithConstructors() - Method in enum com.sun.tools.javac.jvm.Target
For bootstrapping, we use J2SE1.4's wrapper class constructors to implement boxing.
bp - Variable in class com.sun.tools.javac.jvm.ClassReader
The current input pointer.
bp - Variable in class com.sun.tools.javac.parser.DocCommentScanner
 
bp - Variable in class com.sun.tools.javac.parser.Scanner
 
br() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print newline and then print <BR> tag.
bracket - Variable in class edu.rice.cs.mint.comp.TransStaging.BracketInfo
 
BRACKET_EXPR - Static variable in class com.sun.tools.javac.tree.JCTree
emw4: staging additions
BRACKET_STAT - Static variable in class com.sun.tools.javac.tree.JCTree
 
bracketEnv(JCTree.JCExpression, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Enter
Create a fresh environment for bracket bodies.
BracketExpr(JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
BracketExpr(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
BracketExprTree - Interface in com.sun.source.tree
 
bracketMethodSym - Variable in class edu.rice.cs.mint.comp.TransStaging.BracketInfo
 
brackets - Variable in class edu.rice.cs.mint.comp.TransStaging
 
bracketsOpt(JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
BracketsOpt = {"[" "]"}
bracketsOptCont(JCTree.JCExpression, int) - Method in class com.sun.tools.javac.parser.JavacParser
 
bracketsSuffix(JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
BracketsSuffixExpr = "." CLASS BracketsSuffixType =
BracketStat(List<JCTree.JCStatement>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
BracketStat(List<JCTree.JCStatement>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
BracketStatTree - Interface in com.sun.source.tree
 
branch(int) - Method in class com.sun.tools.javac.jvm.Code
Emit a branch with given opcode; return its chain.
BREAK - Static variable in class com.sun.tools.javac.tree.JCTree
Break statements, of type Break.
Break(Name) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Break(Name) - Method in class com.sun.tools.javac.tree.TreeMaker
 
BREAK - Static variable in interface sun.tools.javap.Constants
 
breakiterator - Variable in class com.sun.tools.javadoc.DocEnv
True if we are using a sentence BreakIterator.
breakiterator - Variable in class com.sun.tools.javadoc.Start
 
breakpoint - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
BreakTree - Interface in com.sun.source.tree
A tree node for a 'break' statement.
breakTree - Variable in class com.sun.tools.javac.comp.Attr
 
BRIDGE - Static variable in class com.sun.tools.javac.code.Flags
Flag that marks bridge methods.
Bridge - Variable in class com.sun.tools.javac.util.Names
 
buf - Variable in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
buf - Variable in class com.sun.tools.javac.jvm.ClassReader
The buffer containing the currently read class file.
buf - Variable in class com.sun.tools.javac.parser.DocCommentScanner
The comment input buffer, index of next chacter to be read, index of one past last character in buffer.
buf - Variable in class com.sun.tools.javac.parser.Scanner
The input buffer, index of next chacter to be read, index of one past last character in buffer.
buf - Variable in class com.sun.tools.javac.util.DiagnosticSource
A temporary hard reference to the content of the file object.
buffer - Variable in class com.sun.tools.javap.BasicWriter.LineWriter
 
bufferToString(JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.jvm.Gen
Convert string buffer on tos to string.
buflen - Variable in class com.sun.tools.javac.parser.DocCommentScanner
 
buflen - Variable in class com.sun.tools.javac.parser.Scanner
 
bufLen - Variable in class com.sun.tools.javac.util.DiagnosticSource
The length of the content.
bug(String) - Static method in class com.sun.tools.javah.Util
 
bug(String, Exception) - Static method in class com.sun.tools.javah.Util
 
bugMessage(Throwable) - Method in class com.sun.tools.apt.main.Main
Print a message reporting an internal error.
bugMessage(Throwable) - Method in class com.sun.tools.javac.main.Main
Print a message reporting an internal error.
build() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
Build the documentation.
build(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
Build the documentation, as specified by the given XML elements.
build() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder
This method is not supported by sub-builders.
build(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder
Build the sub component if there is anything to document.
build() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the documentation.
build() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the documentation.
build() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the documentation.
build() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the package summary.
build() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the serialized form.
build(boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
Return the array of interface methods which the method passed in the constructor is implementing.
build() - Method in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
build() - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
 
build(JCTree) - Method in interface com.sun.tools.javac.comp.Lower.TreeBuilder
 
build(char[], int) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
BUILD_DATE - Static variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
The build date.
buildAnnotationTypeDescription() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the class description.
buildAnnotationTypeDoc(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Handles the <AnnotationTypeDoc> tag.
buildAnnotationTypeFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the footer of the page.
buildAnnotationTypeHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the header of the page.
buildAnnotationTypeOptionalMember(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeOptionalMemberBuilder
Build the member documentation.
buildAnnotationTypeOptionalMemberDetails(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the annotation type optional member documentation.
buildAnnotationTypeOptionalMemberSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the summary for the optional members.
buildAnnotationTypeRequiredMember(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the member documentation.
buildAnnotationTypeRequiredMemberDetails(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the annotation type required member documentation.
buildAnnotationTypeRequiredMemberSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the summary for the optional members.
buildAnnotationTypeSignature() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the signature of the current annotation type.
buildAnnotationTypeSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the summary for the enums in this package.
buildAnnotationTypeTagInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the tag information for the current class.
buildClassConstantSummary(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the summary for the current class.
buildClassDescription() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the class description.
buildClassDoc(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Handles the <ClassDoc> tag.
buildClassFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the footer of the page.
buildClassFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the footer for the given class.
buildClassHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the header of the page.
buildClassHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the header for the given class.
buildClassHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
 
buildClassSerializedForm(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
 
buildClassSignature() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the signature of the current class.
buildClassSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the summary for the classes in this package.
buildClassTagInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the tag information for the current class.
buildClassTree() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the class tree documentation.
buildConstantMembers() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Print summary of constant members in the class.
buildConstantSummaries(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the summary for each documented package.
buildConstantSummary(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the constant summary.
buildConstructorComments() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the comments for the constructor.
buildConstructorDetails(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the constructor documentation.
buildConstructorDoc(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the constructor documentation.
buildConstructorFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the footer for the individual constructor.
buildConstructorHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the header for the individual constructor.
buildConstructorsSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the constructor summary.
buildContents() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the table of contents.
buildDefaultValueInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeOptionalMemberBuilder
Document the default value for this optional member.
buildDeprecatedAPIInfo(RootDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
Build the sorted list of all the deprecated APIs in this run.
buildDeprecatedMethodInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the deprecated method description.
buildDeprecationInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
If this class is deprecated, print the appropriate information.
buildDeprecationInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the deprecation information.
buildDeprecationInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
If this class is deprecated, print the appropriate information.
buildDeprecationInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the deprecation information.
buildDeprecationInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the deprecation information.
buildDeprecationInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the deprecation information.
buildDeprecationInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the deprecation information.
buildEnumConstant(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the enum constant documentation.
buildEnumConstantComments() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the comments for the enum constant.
buildEnumConstantFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the footer for the individual enum constants.
buildEnumConstantHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the header for the individual enum constants.
buildEnumConstantsDetails(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the enum constants documentation.
buildEnumConstantsSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the summary for the enum constants.
buildEnumSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the summary for the enums in this package.
BuilderFactory - Class in com.sun.tools.doclets.internal.toolkit.builders
The factory for constructing builders.
BuilderFactory(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Construct a builder factory using the given configuration.
builderFactory - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The factory for builders.
buildErrorSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the summary for the errors in this package.
builderXMLPath - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The path to the builder XML input file.
buildExceptionSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the summary for the exceptions in this package.
buildFieldComments() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the comments for the field.
buildFieldDetails(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the field documentation.
buildFieldDoc(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the field documentation.
buildFieldFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the footer for the individual field.
buildFieldFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the field footer.
buildFieldHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the header for the individual field.
buildFieldHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the field header.
buildFieldInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the field information.
buildFieldSerializationOverview(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
If possible, build the serialization overview for the given class.
buildFieldsInheritedSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the inherited summary for the fields.
buildFieldsSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the summary for the fields.
buildFieldSubHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the field sub header.
buildFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the overall footer.
buildFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the footer.
buildFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the overall footer.
buildFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the overall footer.
buildFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the overall footer.
buildFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the overall footer.
buildFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the footer.
buildHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the overall header.
buildHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the header.
buildHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the overall header.
buildHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the overall header.
buildHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the overall header.
buildHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the overall header.
buildHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the header.
buildImplementedInterfacesInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
If this is a class, list all interfaces implemented by this class.
buildImplementedMethodList(boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
Search for the method in the array of interfaces.
buildIndex() - Method in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
buildIndexMap(RootDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Get all the members in all the Packages and all the Classes given on the command line.
buildInheritedSummary(MemberSummaryWriter, VisibleMemberMap) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the inherited member summary for the given methods.
buildInterfaceSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the summary for the interfaces in this package.
buildInterfaceUsageInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
If this is an interface, list all classes that implement this interface.
buildMemberComments() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the comments for the member.
buildMemberFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the footer for the individual member.
buildMemberHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the header for the individual members.
buildMembersSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
Builds the table of constants for a given class.
buildMemberSummary(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Build the contents of the page.
buildMemberSummary(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the contents of the page.
buildMethodComments() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the comments for the method.
buildMethodDescription() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build method tags.
buildMethodDetails(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Build the method documentation.
buildMethodDoc(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the method documentation.
buildMethodFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the footer of the method.
buildMethodFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the method footer.
buildMethodHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the header for the individual method.
buildMethodHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the method header.
buildMethodInfo(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
build the information for the method.
buildMethodsInheritedSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the inherited method summary.
buildMethodsSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the method summary.
buildMethodSubHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the method sub header.
buildMethodTags() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the method tags.
buildNestedClassesInheritedSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the inherited summary for the nested classes.
buildNestedClassesSummary() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the summary for the nested classes.
buildNestedClassInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
If this is an inner class or interface, list the enclosing class or interface.
buildPackageConstantSummary(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the summary for the current package.
buildPackageDescription() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the description of the summary.
buildPackageDoc(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the package documentation.
buildPackageFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the footer of the summary.
buildPackageHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Build the header for the given class.
buildPackageHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the header of the summary.
buildPackageHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
 
buildPackageSerializedForm(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the package serialized for for the current package being processed.
buildPackageTags() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the tags of the summary.
buildSerializableFields(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the summaries for the fields that belong to the given class.
buildSerializableMethods(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the summaries for the methods that belong to the given class.
buildSerializedForm(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the serialized form.
buildSerializedFormSummaries(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the contents.
buildSerialUIDInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Build the serial UID information for the given class.
buildSignature() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the signature.
buildSignature() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the signature.
buildSignature() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the signature.
buildSignature() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the signature.
buildSignature() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the signature.
buildSubClassInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
List all the classes extend this one.
buildSubInterfacesInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
List all the interfaces that extend this one.
buildSummary(MemberSummaryWriter, VisibleMemberMap) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Build the member summary for the given members.
buildSummary(List<?>) - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the package summary.
buildSummaryFooter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the overall footer.
buildSummaryHeader() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Build the overall header.
buildSuperInterfacesInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
If this is an interface, list all super interfaces.
buildTagInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Build the tag information.
buildTagInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Build the tag information.
buildTagInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Build the tag information.
buildTagInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Build the tag information.
buildTagInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Build the tag information.
buildTree(ClassDoc[], Configuration) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Generate mapping for the sub-classes for every class in this run.
buildTypeParamInfo() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
List the parameters of this class.
bundleCache - Variable in class com.sun.tools.javac.util.JavacMessages
 
bundleNames - Variable in class com.sun.tools.javac.util.JavacMessages
 
bundles - Variable in class com.sun.tools.javap.JavapTask
 
BYTE - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `byte'.
BYTE - Static variable in interface sun.tools.javap.Constants
 
ByteBuffer - Class in com.sun.tools.javac.util
A byte buffer is a flexible array which grows when elements are appended.
ByteBuffer() - Constructor for class com.sun.tools.javac.util.ByteBuffer
Create a new byte buffer.
ByteBuffer(int) - Constructor for class com.sun.tools.javac.util.ByteBuffer
Create a new byte buffer with an initial elements array of given size.
byteBufferCache - Variable in class com.sun.tools.javac.file.JavacFileManager
 
BYTEcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
ByteCodeCount - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ByteCodes - Interface in com.sun.tools.javac.jvm
Bytecode instruction codes, as well as typecodes used as instruction modifiers.
bytes - Variable in class com.sun.tools.javac.util.SharedNameTable
The shared byte array holding all encountered names.
bytes - Variable in class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
byteSize - Variable in class com.sun.tools.javah.LLNI.FieldDefsRes
 
byteType - Variable in class com.sun.tools.javac.code.Symtab
Builtin types.
byteType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
BYTEVAL - Static variable in interface sun.tools.javap.Constants
 

C

cache - Variable in class com.sun.tools.javac.code.Types.Adapter
 
cache - Variable in class com.sun.tools.javac.file.CacheFSInfo
 
cache(JavaFileObject, CharBuffer) - Method in class com.sun.tools.javac.file.JavacFileManager
 
cacheCompletionFailure - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: cache completion failures unless -XDdev is used
cached - Variable in class com.sun.tools.javac.file.JavacFileManager.ByteBufferCache
 
cachedCompletionFailure - Variable in class com.sun.tools.javac.jvm.ClassReader
 
CacheFSInfo - Class in com.sun.tools.javac.file
Caching implementation of FSInfo
CacheFSInfo() - Constructor for class com.sun.tools.javac.file.CacheFSInfo
 
CacheFSInfo.Entry - Class in com.sun.tools.javac.file
 
CacheFSInfo.Entry() - Constructor for class com.sun.tools.javac.file.CacheFSInfo.Entry
 
cacheName(String) - Method in class com.sun.tools.javac.comp.Lower
The Name Of The variable to cache T.class values.
cacheSym(JCDiagnostic.DiagnosticPosition, String) - Method in class com.sun.tools.javac.comp.Lower
The variable symbol that caches T.class values.
call() - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
Call(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
Wrap a method invocation in an expression statement or return statement, depending on whether the method invocation expression's type is void.
call() - Method in interface com.sun.tools.javap.DisassemblerTool.DisassemblerTask
Performs this compilation task.
call() - Method in class com.sun.tools.javap.JavapTask
 
call() - Method in interface javax.tools.JavaCompiler.CompilationTask
Performs this compilation task.
calledMethodName(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
If the expression is a method call, return the method name, null otherwise.
callMethod(JCDiagnostic.DiagnosticPosition, Type, Name, List<Type>, boolean) - Method in class com.sun.tools.javac.jvm.Gen
Generate code to call a non-private method or constructor.
callProcessor(Processor, Set<? extends TypeElement>, RoundEnvironment) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
caload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
cannot - Variable in class com.sun.tools.javadoc.ModifierFilter
 
cannotOverride(Symbol.MethodSymbol, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.Check
A customized "cannot override" error message.
canonicalFile - Variable in class com.sun.tools.javac.file.CacheFSInfo.Entry
 
canonicalValues - Variable in class com.sun.tools.javac.file.Paths.Path
 
canOwnInitializer(Symbol) - Method in class com.sun.tools.javac.comp.Attr
Can the given symbol be the owner of code which forms part if class initialization? This is the case if the symbol is a type or field, or if the symbol is the synthetic method.
capture(Type) - Method in class com.sun.tools.javac.code.Types
Capture conversion as specified by JLS 3rd Ed.
capture(Type) - Method in class com.sun.tools.javac.comp.Attr
 
capture(TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
capture(TypeMirror) - Method in interface javax.lang.model.util.Types
Applies capture conversion to a type.
capturedName - Variable in class com.sun.tools.javac.code.Types
 
CASE - Static variable in class com.sun.tools.javac.tree.JCTree
Case parts in switch statements, of type Case.
Case(JCTree.JCExpression, List<JCTree.JCStatement>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Case(JCTree.JCExpression, List<JCTree.JCStatement>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
CASE - Static variable in interface sun.tools.javap.Constants
 
caseMapCheck(File, RelativePath) - Method in class com.sun.tools.javac.file.JavacFileManager
Hack to make Windows case sensitive.
cases - Variable in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
CaseTree - Interface in com.sun.source.tree
A tree node for a 'case' in a 'switch' statement.
cast(JCTree.JCExpression, Type) - Method in class com.sun.tools.javac.comp.TransTypes
Construct an attributed tree for a cast of expression to target type, unless it already has precisely that type.
cast(Class<T>, Object) - Static method in class com.sun.tools.javac.model.JavacElements
Returns an object cast to the specified type.
cast(Class<T>, Object) - Static method in class com.sun.tools.javac.model.JavacTypes
Returns an object cast to the specified type.
cast(Code<?>) - Method in class edu.rice.cs.mint.runtime.ClassCode
 
CAST - Static variable in interface sun.tools.javap.Constants
 
castore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
castWarner(JCDiagnostic.DiagnosticPosition, Type, Type) - Method in class com.sun.tools.javac.comp.Check
 
CATCH - Static variable in class com.sun.tools.javac.tree.JCTree
Catch clauses in try statements, of type Catch.
Catch(JCTree.JCVariableDecl, JCTree.JCBlock) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Catch(JCTree.JCVariableDecl, JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.TreeMaker
 
CATCH - Static variable in interface sun.tools.javap.Constants
 
catch_cpx - Variable in class sun.tools.javap.TrapData
 
catch_type - Variable in class com.sun.tools.classfile.Code_attribute.Exception_data
 
catchClause() - Method in class com.sun.tools.javac.parser.JavacParser
CatchClause = CATCH "(" FormalParameter ")" Block
catchers - Variable in class com.sun.tools.javac.tree.JCTree.JCTry
 
catchInfo - Variable in class com.sun.tools.javac.jvm.Code
A buffer for expression catch data.
CatchTree - Interface in com.sun.source.tree
A tree node for a 'catch' block in a 'try' statement.
caught - Variable in class com.sun.tools.javac.comp.Flow
The list of exceptions that are either caught or declared to be thrown.
center() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <CENTER> tag.
centerEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </CENTER> tag.
cfolder - Variable in class com.sun.tools.javac.comp.Annotate
 
cfolder - Variable in class com.sun.tools.javac.comp.Attr
 
cfolder - Variable in class com.sun.tools.javac.comp.Lower
 
ch - Variable in class com.sun.tools.javac.parser.DocCommentScanner
The current character.
ch - Variable in class com.sun.tools.javac.parser.Scanner
The current character.
CHAR - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `char'.
CHAR - Static variable in interface sun.tools.javap.Constants
 
character_range_end - Variable in class com.sun.tools.classfile.CharacterRangeTable_attribute.Entry
 
character_range_start - Variable in class com.sun.tools.classfile.CharacterRangeTable_attribute.Entry
 
character_range_table - Variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CharacterRangeTable - Static variable in class com.sun.tools.classfile.Attribute
 
CharacterRangeTable - Variable in class com.sun.tools.javac.util.Names
 
CharacterRangeTable_attribute - Class in com.sun.tools.classfile
This is NOT part of any API supported by Sun Microsystems.
CharacterRangeTable_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CharacterRangeTable_attribute(ConstantPool, CharacterRangeTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CharacterRangeTable_attribute(int, CharacterRangeTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CharacterRangeTable_attribute.Entry - Class in com.sun.tools.classfile
 
CharacterRangeTable_attribute.Entry(ClassReader) - Constructor for class com.sun.tools.classfile.CharacterRangeTable_attribute.Entry
 
charAt(int) - Method in class com.sun.tools.javac.util.Name
 
CHARcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
chars2utf(char[], int, byte[], int, int) - Static method in class com.sun.tools.javac.util.Convert
Copy characters in source array to bytes in target array, converting them to Utf8 representation.
chars2utf(char[], int, int) - Static method in class com.sun.tools.javac.util.Convert
Return characters as an array of bytes in Utf8 representation.
chars2utf(char[]) - Static method in class com.sun.tools.javac.util.Convert
Return all characters in given array as an array of bytes in Utf8 representation.
charset - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The META charset tag used for cross-platform viewing.
charset - Variable in class com.sun.tools.javac.file.JavacFileManager
User provided charset (through javax.tools).
charType - Variable in class com.sun.tools.javac.code.Symtab
 
charType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
CHARVAL - Static variable in interface sun.tools.javap.Constants
 
check(JCTree, Type, int, int, Type) - Method in class com.sun.tools.javac.comp.Attr
Check kind and type of given tree against protokind and prototype.
Check - Class in com.sun.tools.javac.comp
Type checking helper class for the attribution phase.
Check(Context) - Constructor for class com.sun.tools.javac.comp.Check
 
Check.ConversionWarner - Class in com.sun.tools.javac.comp
 
Check.ConversionWarner(JCDiagnostic.DiagnosticPosition, String, Type, Type) - Constructor for class com.sun.tools.javac.comp.Check.ConversionWarner
 
Check.Validator - Class in com.sun.tools.javac.comp
A visitor class for type validation.
Check.Validator() - Constructor for class com.sun.tools.javac.comp.Check.Validator
 
checkAccess(AccessFlags) - Method in class com.sun.tools.javap.Options
Checks access of class, field or method.
checkAccess(String[]) - Method in class sun.tools.javap.JavapPrinter
Checks access of class, field or method.
checkAllDefined(JCDiagnostic.DiagnosticPosition, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
Check that all abstract members of given class have definitions.
checkAnnotationResType(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
 
checkAnnotations() - Method in class com.sun.tools.javac.parser.JavacParser
 
checkAssignable(JCDiagnostic.DiagnosticPosition, Symbol.VarSymbol, JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Check that variable can be assigned to.
checkAssignEscapeSafety(JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Attr
 
checkBase(Type, JCTree, Env<AttrContext>, boolean, boolean, boolean) - Method in class com.sun.tools.javac.comp.Attr
 
checkCanonical(JCTree) - Method in class com.sun.tools.javac.comp.Check
Check that a qualified name is in canonical form (for import decls).
checkCapture(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.comp.Check
Check that a type is within some bounds.
checkcast - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
checkCastable(JCDiagnostic.DiagnosticPosition, Type, Type) - Method in class com.sun.tools.javac.comp.Check
Check that a given type can be cast to a given target type.
checkClash - Static variable in class com.sun.tools.javac.comp.MemberEnter
A switch to determine whether we check for package/class conflicts
checkClassBounds(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that class c does not implement directly or indirectly the same parameterized interface with two different argument lists.
checkClassBounds(JCDiagnostic.DiagnosticPosition, Map<Symbol.TypeSymbol, Type>, Type) - Method in class com.sun.tools.javac.comp.Check
Enter all interfaces of type `type' into the hash table `seensofar' with their class symbol as key and their type as value.
checkClassFile - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: check class file for correct minor version, unrecognized attributes.
checkClassType(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that type is a class or interface type.
checkClassType(JCDiagnostic.DiagnosticPosition, Type, boolean) - Method in class com.sun.tools.javac.comp.Check
Check that type is a class or interface type.
checkCommonOverriderIn(Symbol, Symbol, Type) - Method in class com.sun.tools.javac.comp.Check
 
checkCompatibleAbstracts(JCDiagnostic.DiagnosticPosition, Type, Type) - Method in class com.sun.tools.javac.comp.Check
Check that classes (or interfaces) do not each define an abstract method with same name and arguments but incompatible return types.
checkCompatibleAbstracts(JCDiagnostic.DiagnosticPosition, Type, Type, Type) - Method in class com.sun.tools.javac.comp.Check
 
checkCompatibleConcretes(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that a class does not inherit two concrete methods with the same signature.
checkCompatibleSupertypes(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that all abstract methods implemented by a class are mutually compatible.
checkCopyDocFilesErrors(Configuration, String, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given the parameters for copying doc-files, check for errors.
checkCyclicConstructor(JCTree.JCClassDecl, Symbol, Map<Symbol, Symbol>) - Method in class com.sun.tools.javac.comp.Check
Look in the map to see if the given constructor is part of a call cycle.
checkCyclicConstructors(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Check
Check for cycles in the graph of constructors calling other constructors.
checkDefaultCtorsEscapeSafe(Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.Attr
 
checkDeprecatedAnnotation(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Check
 
checkDimension(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.jvm.Gen
Check if the given type is an array with too many dimensions.
checkDirectory(String) - Method in class com.sun.tools.javac.main.Main
 
checkDisjoint(JCDiagnostic.DiagnosticPosition, long, long, long) - Method in class com.sun.tools.javac.comp.Check
Check that flag set does not contain elements of two conflicting sets.
checkDivZero(JCDiagnostic.DiagnosticPosition, Symbol, Type) - Method in class com.sun.tools.javac.comp.Check
Check for division by integer constant zero
checkDoc() - Method in class com.sun.tools.javadoc.PackageDocImpl
Invoked when a source of package doc comments is located.
checkDocWarningEmitted - Variable in class com.sun.tools.javadoc.PackageDocImpl
 
checkEmptyIf(JCTree.JCIf) - Method in class com.sun.tools.javac.comp.Check
Check for empty statements after if
checkEnumInitializer(JCTree, Env<AttrContext>, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Attr
Check for illegal references to static members of enum.
checkExprStat(JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
Check that given tree is a legal expression statement.
checkExtends(JCDiagnostic.DiagnosticPosition, Type, Type.TypeVar) - Method in class com.sun.tools.javac.comp.Check
Check that a type is within some bounds.
checkFileReopening(FileObject, boolean) - Method in class com.sun.tools.javac.processing.JavacFiler
Check to see if the file has already been opened; if so, throw an exception, otherwise add it to the set of files.
checkFirstConstructorStat(JCTree.JCMethodInvocation, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Check that given application node appears as first statement in a constructor call.
checkFlags(JCDiagnostic.DiagnosticPosition, long, Symbol, JCTree) - Method in class com.sun.tools.javac.comp.Check
Check that given modifiers are legal for given symbol and return modifiers together with any implicit modififiers for that symbol.
checkForDeprecation(RootDoc) - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
 
checkForeach() - Method in class com.sun.tools.javac.parser.JavacParser
 
checkGenerics() - Method in class com.sun.tools.javac.parser.JavacParser
 
checkId(JCTree, Type, Symbol, Env<AttrContext>, int, Type, boolean) - Method in class com.sun.tools.javac.comp.Attr
Determine type of identifier or select expression and check that (1) the referenced symbol is not deprecated (2) the symbol's type is safe (@see checkSafe) (3) if symbol is a variable, check that its type and kind are compatible with the prototype and protokind.
checkImplementations(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Check
Check that all methods which implement some method conform to the method they implement.
checkImplementations(JCTree.JCClassDecl, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
Check that all methods which implement some method in `ic' conform to the method they implement.
checkIndex() - Method in class com.sun.tools.javac.file.ZipFileIndex
Here we need to make sure that the ZipFileIndex is valid.
checkInit(JCTree, Env<AttrContext>, Symbol.VarSymbol, boolean) - Method in class com.sun.tools.javac.comp.Attr
Check that variable is initialized and evaluate the variable's initializer, if not yet done.
checkInit(JCDiagnostic.DiagnosticPosition, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Flow
Check that trackable variable is initialized.
checkKey - Static variable in class com.sun.tools.javac.comp.Check
 
checkLimits(JCDiagnostic.DiagnosticPosition, Log) - Method in class com.sun.tools.javac.jvm.Code
Check the code against VM spec limits; if problems report them and return true.
checkMethod(Type, Symbol, Env<AttrContext>, List<JCTree.JCExpression>, List<Type>, List<Type>, boolean) - Method in class com.sun.tools.javac.comp.Attr
Check that method arguments conform to its instantation.
checkModifier(int) - Method in class com.sun.tools.javadoc.ModifierFilter
Filter on modifier bits.
checkName(String) - Method in class com.sun.tools.javac.processing.JavacFiler
 
checkName(String, boolean) - Method in class com.sun.tools.javac.processing.JavacFiler
 
checkName(String) - Static method in class com.sun.tools.javap.ConstantWriter
 
checkNameAndExistence(String, boolean) - Method in class com.sun.tools.javac.processing.JavacFiler
 
checkNoMods(long) - Method in class com.sun.tools.javac.parser.JavacParser
Diagnose a modifier flag from the set, if any.
checkNonAbstract(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Resolve
Check that sym is not an abstract method.
checkNonCyclic(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check for cyclic references.
checkNonCyclic(JCDiagnostic.DiagnosticPosition, Type.TypeVar) - Method in class com.sun.tools.javac.comp.Check
 
checkNonCyclic1(JCDiagnostic.DiagnosticPosition, Type, Set<Type.TypeVar>) - Method in class com.sun.tools.javac.comp.Check
 
checkNonCyclicElements(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Check
Check for cycles in the graph of annotation elements.
checkNonCyclicElementsInternal(JCDiagnostic.DiagnosticPosition, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Check
 
checkNonCyclicInternal(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check for cyclic references.
checkNonVoid(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that type is different from 'void'.
checkNotRepeated(JCDiagnostic.DiagnosticPosition, Type, Set<Type>) - Method in class com.sun.tools.javac.comp.Check
Enter interface into into set.
checkNullOrRefType(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that type is a null or reference type.
checkOperator(JCDiagnostic.DiagnosticPosition, Symbol.OperatorSymbol, int, Type, Type) - Method in class com.sun.tools.javac.comp.Check
Return the opcode of the operator but emit an error if it is an error.
checkOptionName(String, Log) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
 
checkOutputFileEncoding(String, DocErrorReporter) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Check the validity of the given Source or Output File encoding on this platform.
checkOverride(JCTree, Symbol.MethodSymbol, Symbol.MethodSymbol, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
Check that this method conforms with overridden method 'other'.
checkOverride(JCTree, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.Check
Check that a given method conforms with any method it overrides.
checkPackageGroups(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Group
Depending upon the format of the package name provided in the "-group" option, generate two separate maps.
checkRaw(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Check
 
checkRefType(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that type is a reference type, i.e.
checkReifiableReferenceType(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Check that type is a reifiable class, interface or array type.
checkRuntimeExceptionEscapeSafe(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Attr
 
checkSerialVersionUID(JCTree.JCClassDecl, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Attr
Check that an appropriate serialVersionUID member is defined.
checkSourceVersionCompatibility(Source, Log) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
Checks whether or not a processor's source version is compatible with the compilation source version.
checkState(Map<?, ?>) - Static method in class com.sun.tools.javac.util.Context
 
checkStaticImports() - Method in class com.sun.tools.javac.parser.JavacParser
 
checkStringConstant(JCDiagnostic.DiagnosticPosition, Object) - Method in class com.sun.tools.javac.jvm.Gen
Check a constant value and report if it is a string that is too large.
checkTaglet(Object) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Check the taglet to see if it is a legacy taglet.
checkTagName(String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Given a tag name, add it to the set of tags it belongs to.
checkTags(Doc, Tag[], boolean) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Given an array of Tags, check for spelling mistakes.
checkTransparentClass(JCDiagnostic.DiagnosticPosition, Symbol.ClassSymbol, Scope) - Method in class com.sun.tools.javac.comp.Check
Check that a class or interface does not hide a class or interface with same name in immediately enclosing local scope.
checkTransparentVar(JCDiagnostic.DiagnosticPosition, Symbol.VarSymbol, Scope) - Method in class com.sun.tools.javac.comp.Check
Check that variable does not hide variable with same name in immediately enclosing local scope.
checkType(JCDiagnostic.DiagnosticPosition, Type, Type) - Method in class com.sun.tools.javac.comp.Check
Check that a given type is assignable to a given proto-type.
checkUnique(JCDiagnostic.DiagnosticPosition, Symbol, Scope) - Method in class com.sun.tools.javac.comp.Check
Check that symbol is unique in given scope.
checkUniqueClassName(JCDiagnostic.DiagnosticPosition, Name, Scope) - Method in class com.sun.tools.javac.comp.Check
Check that class does not have the same name as one of its enclosing classes, or as a class defined in its enclosing scope.
checkUniqueImport(JCDiagnostic.DiagnosticPosition, Symbol, Scope) - Method in class com.sun.tools.javac.comp.Check
Check that single-type import is not already imported or top-level defined, but make an exception for two single-type imports which denote the same type.
checkUniqueImport(JCDiagnostic.DiagnosticPosition, Symbol, Scope, boolean) - Method in class com.sun.tools.javac.comp.Check
Check that single-type import is not already imported or top-level defined, but make an exception for two single-type imports which denote the same type.
checkUniqueStaticImport(JCDiagnostic.DiagnosticPosition, Symbol, Scope) - Method in class com.sun.tools.javac.comp.Check
Check that static single-type import is not already imported or top-level defined, but make an exception for two single-type imports which denote the same type.
checkVarargs() - Method in class com.sun.tools.javac.parser.JavacParser
 
checkWithinBounds(List<Type>, List<Type>, Warner) - Method in class com.sun.tools.javac.comp.Infer
check that type parameters are within their bounds.
chk - Variable in class com.sun.tools.javac.code.Types
 
chk - Variable in class com.sun.tools.javac.comp.Annotate
 
chk - Variable in class com.sun.tools.javac.comp.Attr
 
chk - Variable in class com.sun.tools.javac.comp.Enter
 
chk - Variable in class com.sun.tools.javac.comp.Flow
 
chk - Variable in class com.sun.tools.javac.comp.Lower
 
chk - Variable in class com.sun.tools.javac.comp.MemberEnter
 
chk - Variable in class com.sun.tools.javac.comp.Resolve
 
chk - Variable in class com.sun.tools.javac.jvm.Gen
 
chk - Variable in class com.sun.tools.javac.main.JavaCompiler
The attributor.
chk - Variable in class com.sun.tools.javadoc.DocEnv
 
choiceKind - Variable in class com.sun.tools.javac.main.JavacOption.Option
The kind of choices for this option, if any.
choices - Variable in class com.sun.tools.javac.main.JavacOption.Option
The choices for this option, if any.
CLASS - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
CLASS - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all class and interface types.
CLASS - Variable in class com.sun.tools.javac.util.Names
 
CLASS - Static variable in class com.sun.tools.javah.Mangle.Type
 
CLASS - Static variable in interface sun.tools.javap.Constants
 
class_index - Variable in class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
class_index - Variable in class com.sun.tools.classfile.EnclosingMethod_attribute
 
class_info_index - Variable in class com.sun.tools.classfile.Annotation.Class_element_value
 
CLASS_SEEN - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for class symbols if a class file was found for this class.
classBound - Variable in class com.sun.tools.classfile.Type.TypeArgType
 
classBound - Variable in class com.sun.tools.javac.code.Types
 
classBound(Type) - Method in class com.sun.tools.javac.code.Types
If the given type is a (possibly selected) type variable, return the bounding class of this type, otherwise return the type itself.
ClassBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds the summary for a given class.
ClassBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Construct a new ClassBuilder.
ClassCode<T> - Class in edu.rice.cs.mint.runtime
 
ClassCode(Class<T>) - Constructor for class edu.rice.cs.mint.runtime.ClassCode
 
classCreatorRest(int, JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
ClassCreatorRest = Arguments [ClassBody]
ClassData - Class in sun.tools.javap
Central data repository of the Java Disassembler.
ClassData(InputStream) - Constructor for class sun.tools.javap.ClassData
Read classfile to disassemble.
ClassDeclaration - Interface in com.sun.mirror.declaration
Represents the declaration of a class.
classDeclaration(JCTree.JCModifiers, String) - Method in class com.sun.tools.javac.parser.JavacParser
ClassDeclaration = CLASS Ident TypeParametersOpt [EXTENDS Type] [IMPLEMENTS TypeList] ClassBody
ClassDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of ClassDeclaration
ClassDeclarationImpl(AptEnv, Symbol.ClassSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.ClassDeclarationImpl
 
classDef - Variable in class com.sun.tools.javac.comp.Flow
The current class being defined.
classDef(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Lower
Map a class symbol to its definition.
CLASSDEF - Static variable in class com.sun.tools.javac.tree.JCTree
Class definitions, of type ClassDef.
ClassDef(JCTree.JCModifiers, Name, List<JCTree.JCTypeParameter>, JCTree, List<JCTree.JCExpression>, List<JCTree>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
ClassDef(JCTree.JCModifiers, Name, List<JCTree.JCTypeParameter>, JCTree, List<JCTree.JCExpression>, List<JCTree>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
classdefs - Variable in class com.sun.tools.javac.comp.Lower
A hash table mapping local classes to their definitions.
ClassDoc - Interface in com.sun.javadoc
Represents a java class or interface and provides access to information about the class, the class's comment and tags, and the members of the class.
classdoc - Variable in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
classdoc - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
classDoc - Variable in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
The annotation type whose members are being documented.
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
The class being documented.
classdoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
The classdoc that we are examining constants for.
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
The class whose constructors are being documented.
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
The class whose enum constants are being documented.
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
The class whose fields are being documented.
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
The type being documented.
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
The class whose methods are being documented.
classdoc - Variable in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
classDoc - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
The ClassDoc we want to link to.
classdoc - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Type whose visible members are requested.
classDocCatalog - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The catalog of classes specified on the command-line
ClassDocCatalog - Class in com.sun.tools.doclets.internal.toolkit.util
This class acts as an artificial PackageDoc for classes specified on the command line when running Javadoc.
ClassDocCatalog(ClassDoc[]) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Construct a new ClassDocCatalog.
ClassDocCatalog() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Construct a new ClassDocCatalog.
ClassDocImpl - Class in com.sun.tools.javadoc
Represents a java class and provides access to information about the class, the class' comment and tags, and the members of the class.
ClassDocImpl(DocEnv, Symbol.ClassSymbol) - Constructor for class com.sun.tools.javadoc.ClassDocImpl
Constructor
ClassDocImpl(DocEnv, Symbol.ClassSymbol, String, JCTree.JCClassDecl, Position.LineMap) - Constructor for class com.sun.tools.javadoc.ClassDocImpl
Constructor
classDocsWithConstFields - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
The set of ClassDocs that have constant fields.
classDollar - Variable in class com.sun.tools.javac.comp.Lower
 
classDollarSym(JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.comp.Lower
Return symbol for "class$" method.
classDollarSymBody(JCDiagnostic.DiagnosticPosition, JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.comp.Lower
Generate code for class$(String name).
classEnter(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Enter
Visitor method: enter all classes in given tree, catching any completion failure exceptions.
classEnter(List<T>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Enter
Visitor method: enter classes of a list of trees, returning a list of types.
classEnv(JCTree.JCClassDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Enter
Create a fresh environment for class bodies.
classes() - Method in interface com.sun.javadoc.RootDoc
Return the included classes and interfaces in all packages.
classes - Variable in class com.sun.tools.classfile.InnerClasses_attribute
 
classes - Variable in class com.sun.tools.javac.code.Symtab
A hashtable containing the encountered top-level and member classes, indexed by flat names.
classes - Variable in class com.sun.tools.javac.jvm.ClassReader
A hashtable containing the encountered top-level and member classes, indexed by flat names.
classes() - Method in class com.sun.tools.javadoc.RootDocImpl
Return all classes and interfaces (including those inside packages) to be documented.
classes - Variable in class com.sun.tools.javah.Gen
 
classes - Variable in class com.sun.tools.javap.JavapTask
 
classesAsDecls - Variable in class com.sun.tools.apt.main.JavaCompiler
Are class files being treated as declarations
classesonly - Variable in class com.sun.tools.doclets.formats.html.TreeWriter
True if there are no packages specified on the command line, False otherwise.
classesOnly - Variable in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Build this Index only for classes?
ClassFile - Class in com.sun.tools.classfile
See JVMS3, section 4.2.
ClassFile(InputStream, Attribute.Factory) - Constructor for class com.sun.tools.classfile.ClassFile
 
ClassFile(int, int, int, ConstantPool, AccessFlags, int, int, int[], Field[], Method[], Attributes) - Constructor for class com.sun.tools.classfile.ClassFile
 
classFile - Variable in class com.sun.tools.classfile.ClassReader
 
classFile - Variable in class com.sun.tools.classfile.ClassWriter
 
classfile - Variable in class com.sun.tools.javac.code.Symbol.ClassSymbol
the classfile from where to load this class this will have extension .class or .java
ClassFile - Class in com.sun.tools.javac.jvm
A JVM class file.
ClassFile() - Constructor for class com.sun.tools.javac.jvm.ClassFile
 
classFile - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationCompleter
 
classFile - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationDefaultCompleter
 
classFile - Variable in class com.sun.tools.javap.ClassWriter
 
ClassFile.NameAndType - Class in com.sun.tools.javac.jvm
A class for the name-and-type signature of a method or field.
ClassFile.NameAndType(Name, Type) - Constructor for class com.sun.tools.javac.jvm.ClassFile.NameAndType
 
classFileNames - Variable in class com.sun.tools.apt.main.Main
The list of class files to process
classFileNames - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
classFilesCreated() - Method in interface com.sun.mirror.apt.RoundState
Returns true if new class files were created in this round of processing; returns false otherwise.
classFilesCreated - Variable in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
classFilesCreated() - Method in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
classFlags - Static variable in class com.sun.tools.classfile.AccessFlags
 
ClassFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
classList - Variable in class sun.tools.javap.Main
 
ClassLiteral(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a tree representing a class literal.
ClassLiteral(Type) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a tree representing a class literal.
classLiteralsNoInit() - Method in enum com.sun.tools.javac.jvm.Target
Although we may not have support for class literals, should we avoid initializing the class that the literal refers to? See 4468823
classLoaderType - Variable in class com.sun.tools.javac.code.Symtab
 
classMap - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Map of class and it's ClassMembers object.
classMap - Variable in class com.sun.tools.javac.comp.Lower
 
classMap - Variable in class com.sun.tools.javadoc.DocEnv
 
classModifiers - Static variable in class com.sun.tools.classfile.AccessFlags
 
className() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
className(Symbol, boolean) - Method in class com.sun.tools.javac.code.Type.ClassType
 
className(Type.ClassType, boolean, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
className - Variable in class com.sun.tools.javah.LLNI.FieldDefsRes
 
classname - Variable in class sun.tools.javap.ClassData
 
classNamed(String) - Method in interface com.sun.javadoc.RootDoc
Return a ClassDoc for the specified class or interface name.
classNamed(String) - Method in class com.sun.tools.javadoc.RootDocImpl
Return a ClassDoc for the specified class/interface name
classNameMatchesFileName(Symbol.ClassSymbol, Env<AttrContext>) - Static method in class com.sun.tools.javac.comp.Enter
Does class have the same name as the file it appears in?
classnames - Variable in class com.sun.tools.javac.main.Main
List of class files names passed on the command line
classNotFoundExceptionType - Variable in class com.sun.tools.javac.code.Symtab
 
classOf(JCTree) - Method in class com.sun.tools.javac.comp.Lower
The tree simulating a T.class expression.
classOfType(Type, JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.comp.Lower
 
classOrInterfaceBody(Name, boolean) - Method in class com.sun.tools.javac.parser.JavacParser
ClassBody = "{" {ClassBodyDeclaration} "}" InterfaceBody = "{" {InterfaceBodyDeclaration} "}"
classOrInterfaceBodyDeclaration(Name, boolean) - Method in class com.sun.tools.javac.parser.JavacParser
ClassBodyDeclaration = ";" | [STATIC] Block | ModifiersOpt ( Type Ident ( VariableDeclaratorsRest ";" | MethodDeclaratorRest ) | VOID Ident MethodDeclaratorRest | TypeParameters (Type | VOID) Ident MethodDeclaratorRest | Ident ConstructorDeclaratorRest | TypeParameters Ident ConstructorDeclaratorRest | ClassOrInterfaceOrEnumDeclaration ) InterfaceBodyDeclaration = ";" | ModifiersOpt Type Ident ( ConstantDeclaratorsRest | InterfaceMethodDeclaratorRest ";" )
classOrInterfaceOrEnumDeclaration(JCTree.JCModifiers, String) - Method in class com.sun.tools.javac.parser.JavacParser
ClassOrInterfaceOrEnumDeclaration = ModifiersOpt (ClassDeclaration | InterfaceDeclaration | EnumDeclaration)
classOutDir - Variable in class com.sun.tools.javac.file.JavacFileManager
The standard output directory, primarily used for classes.
classOutput - Variable in class com.sun.tools.apt.main.JavaCompiler
Emit class files.
classpath - Variable in class sun.tools.javap.JavapEnvironment
 
classPathString - Variable in class sun.tools.javap.JavapEnvironment
 
ClassReader - Class in com.sun.tools.classfile
This is NOT part of any API supported by Sun Microsystems.
ClassReader(ClassFile, InputStream, Attribute.Factory) - Constructor for class com.sun.tools.classfile.ClassReader
 
ClassReader - Class in com.sun.tools.javac.jvm
This class provides operations to read a classfile into an internal representation.
ClassReader(Context, boolean) - Constructor for class com.sun.tools.javac.jvm.ClassReader
Construct a new class reader, optionally treated as the definitive classreader for this invocation.
ClassReader.AnnotationCompleter - Class in com.sun.tools.javac.jvm
 
ClassReader.AnnotationCompleter(Symbol, List<ClassReader.CompoundAnnotationProxy>) - Constructor for class com.sun.tools.javac.jvm.ClassReader.AnnotationCompleter
 
ClassReader.AnnotationDefaultCompleter - Class in com.sun.tools.javac.jvm
 
ClassReader.AnnotationDefaultCompleter(Symbol.MethodSymbol, Attribute) - Constructor for class com.sun.tools.javac.jvm.ClassReader.AnnotationDefaultCompleter
 
ClassReader.AnnotationDeproxy - Class in com.sun.tools.javac.jvm
 
ClassReader.AnnotationDeproxy() - Constructor for class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
ClassReader.ArrayAttributeProxy - Class in com.sun.tools.javac.jvm
 
ClassReader.ArrayAttributeProxy(List<Attribute>) - Constructor for class com.sun.tools.javac.jvm.ClassReader.ArrayAttributeProxy
 
ClassReader.BadClassFile - Exception in com.sun.tools.javac.jvm
Error Diagnoses
ClassReader.BadClassFile(Symbol.TypeSymbol, JavaFileObject, JCDiagnostic) - Constructor for exception com.sun.tools.javac.jvm.ClassReader.BadClassFile
 
ClassReader.CompoundAnnotationProxy - Class in com.sun.tools.javac.jvm
A temporary proxy representing a compound attribute.
ClassReader.CompoundAnnotationProxy(Type, List<Pair<Name, Attribute>>) - Constructor for class com.sun.tools.javac.jvm.ClassReader.CompoundAnnotationProxy
 
ClassReader.EnumAttributeProxy - Class in com.sun.tools.javac.jvm
 
ClassReader.EnumAttributeProxy(Type, Name) - Constructor for class com.sun.tools.javac.jvm.ClassReader.EnumAttributeProxy
 
ClassReader.ProxyVisitor - Interface in com.sun.tools.javac.jvm
 
ClassReader.SourceCompleter - Interface in com.sun.tools.javac.jvm
 
ClassReader.SourceFileObject - Class in com.sun.tools.javac.jvm
A subclass of JavaFileObject for the sourcefile attribute found in a classfile.
ClassReader.SourceFileObject(Name, Name) - Constructor for class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
classReaderKey - Static variable in class com.sun.tools.javac.jvm.ClassReader
The context key for the class reader.
classSearchPath - Variable in class com.sun.tools.javac.file.Paths
The actual effective locations searched for classes
classSearchPath() - Method in class com.sun.tools.javac.file.Paths
 
classSet(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
classSigToType() - Method in class com.sun.tools.javac.jvm.ClassReader
Convert class signature to type, where signature is implicit.
classSubWriter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
classToClass - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to set of ClassDoc used by that class.
classToClassAnnotations - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of AnnotationTypeDocs to ClassDocs that use them.
classToClassTypeParam - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of ClassDocs to ClassDocs that use them as type parameters.
classToConstructorAnnotations - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of AnnotationTypeDocs to constructors that use them.
classToConstructorArgs - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of ConstructorDoc having that class as an arg.
classToConstructorDocArgTypeParam - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of ClassDocs to Constructor arguments that use them as type parameters.
classToConstructorParamAnnotation - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of AnnotationTypeDocs to Constructor parameters that use them.
classToConstructorThrows - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of ConstructorDoc which throws that class.
classToExecMemberDocAnnotations - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of AnnotationTypeDocs to ExecutableMemberDocs that use them.
classToExecMemberDocArgTypeParam - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of ClassDocs to ExecutableMemberDocs arguments that use them as type parameters.
classToExecMemberDocParamAnnotation - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of AnnotationTypeDocs to MethodDoc parameters that use them.
classToExecMemberDocReturnTypeParam - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of ClassDocs to ExecutableMemberDocs that have return type with type parameters of that class.
classToExecMemberDocTypeParam - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of ClassDocs to ExecutableMemberDocs that use them as type parameters.
classToField - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of FieldDoc declared as that class.
classToFieldDocTypeParam - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
The mapping of ClassDocs to FieldDocs that use them as type parameters.
classToImplementingClass - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of ClassDoc which implement this interface.
classToMethodArgs - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of MethodDoc having that class as an arg.
classToMethodReturn - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of MethodDoc returning that class.
classToMethodThrows - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of MethodDoc which throws that class.
classToPackage - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to set of PackageDoc used by that class.
classToPackageAnnotations - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of Annotations to set of PackageDoc that use the annotation.
classToString(DocEnv, Symbol.ClassSymbol, boolean) - Static method in class com.sun.tools.javadoc.ClassDocImpl
Return the class name with any type parameters as a string.
classToSubclass - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of ClassDoc which are direct or indirect subclasses of that class.
classToSubinterface - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Mapping of ClassDocs to list of ClassDoc which are direct or indirect subinterfaces of that interface.
ClassTranslator - Class in com.sun.tools.classfile
Rewrites a class file using a map of translations.
ClassTranslator() - Constructor for class com.sun.tools.classfile.ClassTranslator
 
ClassTree - Interface in com.sun.source.tree
A tree node for a class, interface, enum, or annotation type declaration.
classtree - Variable in class com.sun.tools.doclets.formats.html.AbstractTreeWriter
The class and interface tree built by using ClassTree
classtree - Variable in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
ClassTree - Class in com.sun.tools.doclets.internal.toolkit.util
Build Class Hierarchy for all the Classes.
ClassTree(Configuration, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Constructor.
ClassTree(RootDoc, Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Constructor.
ClassTree(ClassDoc[], Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Constructor.
classtree - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
ClassType - Interface in com.sun.mirror.type
Represents a class type.
classType - Variable in class com.sun.tools.javac.code.Symtab
 
ClassTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of ClassType
ClassTypeImpl(AptEnv, Type.ClassType) - Constructor for class com.sun.tools.apt.mirror.type.ClassTypeImpl
 
classuse - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
True if command line option "-use" is used.
ClassUseMapper - Class in com.sun.tools.doclets.internal.toolkit.util
Map all class uses for a given class.
ClassUseMapper(RootDoc, ClassTree) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
ClassUseWriter - Class in com.sun.tools.doclets.formats.html
Generate class usage information.
ClassUseWriter(ConfigurationImpl, ClassUseMapper, String, String, String, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.ClassUseWriter
Constructor.
ClassWriter - Class in com.sun.tools.classfile
Write a ClassFile data structure to a file or stream.
ClassWriter() - Constructor for class com.sun.tools.classfile.ClassWriter
 
ClassWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing class output.
ClassWriter - Class in com.sun.tools.javac.jvm
This class provides operations to map an internal symbol table graph rooted in a ClassSymbol into a classfile.
ClassWriter(Context) - Constructor for class com.sun.tools.javac.jvm.ClassWriter
Construct a class writer, given an options table.
ClassWriter - Class in com.sun.tools.javap
 
ClassWriter(Context) - Constructor for class com.sun.tools.javap.ClassWriter
 
classWriter - Variable in class com.sun.tools.javap.CodeWriter
 
classWriter - Variable in class com.sun.tools.javap.ConstantWriter
 
ClassWriter.AnnotationWriter - Class in com.sun.tools.classfile
Writer for annotations and the values they contain.
ClassWriter.AnnotationWriter() - Constructor for class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
ClassWriter.AttributeWriter - Class in com.sun.tools.classfile
Writer for the different types of attribute.
ClassWriter.AttributeWriter() - Constructor for class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
ClassWriter.AttributeWriter - Class in com.sun.tools.javac.jvm
A visitor to write an attribute including its leading single-character marker.
ClassWriter.AttributeWriter() - Constructor for class com.sun.tools.javac.jvm.ClassWriter.AttributeWriter
 
ClassWriter.ClassOutputStream - Class in com.sun.tools.classfile
Subtype of ByteArrayOutputStream with the convenience methods of a DataOutputStream.
ClassWriter.ClassOutputStream() - Constructor for class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
ClassWriter.ConstantPoolWriter - Class in com.sun.tools.classfile
Writer for the entries in the constant pool.
ClassWriter.ConstantPoolWriter() - Constructor for class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
ClassWriter.PoolOverflow - Exception in com.sun.tools.javac.jvm
Thrown when the constant pool is over full.
ClassWriter.PoolOverflow() - Constructor for exception com.sun.tools.javac.jvm.ClassWriter.PoolOverflow
 
ClassWriter.RetentionPolicy - Enum in com.sun.tools.javac.jvm
A mirror of java.lang.annotation.RetentionPolicy.
ClassWriter.RetentionPolicy() - Constructor for enum com.sun.tools.javac.jvm.ClassWriter.RetentionPolicy
 
ClassWriter.StackMapTableFrame - Class in com.sun.tools.javac.jvm
An entry in the JSR202 StackMapTable
ClassWriter.StackMapTableFrame() - Constructor for class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame
 
ClassWriter.StackMapTableFrame.AppendFrame - Class in com.sun.tools.javac.jvm
 
ClassWriter.StackMapTableFrame.AppendFrame(int, int, Type[]) - Constructor for class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.AppendFrame
 
ClassWriter.StackMapTableFrame.ChopFrame - Class in com.sun.tools.javac.jvm
 
ClassWriter.StackMapTableFrame.ChopFrame(int, int) - Constructor for class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.ChopFrame
 
ClassWriter.StackMapTableFrame.FullFrame - Class in com.sun.tools.javac.jvm
 
ClassWriter.StackMapTableFrame.FullFrame(int, Type[], Type[]) - Constructor for class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.FullFrame
 
ClassWriter.StackMapTableFrame.SameFrame - Class in com.sun.tools.javac.jvm
 
ClassWriter.StackMapTableFrame.SameFrame(int) - Constructor for class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameFrame
 
ClassWriter.StackMapTableFrame.SameLocals1StackItemFrame - Class in com.sun.tools.javac.jvm
 
ClassWriter.StackMapTableFrame.SameLocals1StackItemFrame(int, Type) - Constructor for class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameLocals1StackItemFrame
 
ClassWriter.StackMapTableWriter - Class in com.sun.tools.classfile
Writer for the frames of StackMap and StackMapTable attributes.
ClassWriter.StackMapTableWriter() - Constructor for class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
ClassWriter.StringOverflow - Exception in com.sun.tools.javac.jvm
 
ClassWriter.StringOverflow(String) - Constructor for exception com.sun.tools.javac.jvm.ClassWriter.StringOverflow
 
ClassWriterImpl - Class in com.sun.tools.doclets.formats.html
Generate the Class Information Page.
ClassWriterImpl(ClassDoc, ClassDoc, ClassDoc, ClassTree) - Constructor for class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
classWriterKey - Static variable in class com.sun.tools.javac.jvm.ClassWriter
 
clazz - Variable in class com.sun.source.util.TaskEvent
 
clazz - Variable in class com.sun.tools.javac.comp.Lower.FreeVarCollector
The local class.
clazz - Variable in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
clazz - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
clazz - Variable in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
clazz - Variable in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
clazz - Variable in class edu.rice.cs.mint.runtime.ClassCode
 
cleanTrees(List<T>) - Static method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
cleanupState() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
clear() - Method in class com.sun.tools.javac.util.Bits
This set = {}.
clear() - Method in class com.sun.tools.javac.util.Context
 
clear() - Method in class com.sun.tools.javac.util.ListBuffer
 
clearCache() - Method in class com.sun.tools.javac.file.CacheFSInfo
 
clearCache() - Static method in class com.sun.tools.javac.file.ZipFileIndex
 
clearCache(long) - Static method in class com.sun.tools.javac.file.ZipFileIndex
 
clearRoundState() - Method in class com.sun.tools.javac.processing.JavacFiler
 
ClientCodeException - Exception in com.sun.tools.javac.util
An exception used for propogating exceptions found in client code invoked from javac.
ClientCodeException(Throwable) - Constructor for exception com.sun.tools.javac.util.ClientCodeException
 
clinit - Variable in class com.sun.tools.javac.util.Names
 
clone(Symbol) - Method in class com.sun.tools.javac.code.Symbol
Clone this symbol with new owner.
clone(Symbol) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
Clone this symbol with new owner.
clone(Symbol) - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
Clone this symbol with new owner.
clone() - Method in class com.sun.tools.javac.code.Type
 
clone() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
clone() - Method in class com.sun.tools.javac.code.Type.ForAll
 
clone() - Method in class com.sun.tools.javac.tree.JCTree
Return a shallow copy of this tree.
clone - Variable in class com.sun.tools.javac.util.Names
 
cloneableType - Variable in class com.sun.tools.javac.code.Symtab
 
cloneNotSupportedExceptionType - Variable in class com.sun.tools.javac.code.Symtab
 
close() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeOptionalMemberWriterImpl
Close the writer.
close() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Close the writer.
close() - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Close the writer.
close() - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Close the writer.
close() - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Close the writer.
close() - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Close the writer.
close() - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.NestedClassWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Close the writer.
close() - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Close the writer.
close() - Method in interface com.sun.tools.javac.file.JavacFileManager.Archive
 
close() - Method in class com.sun.tools.javac.file.JavacFileManager
Close the JavaFileManager, releasing resources.
close() - Method in class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
close() - Method in class com.sun.tools.javac.file.ZipArchive
 
close() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
close() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive
 
close() - Method in class com.sun.tools.javac.main.JavaCompiler
Close the compiler, flushing the logs
close(boolean) - Method in class com.sun.tools.javac.main.JavaCompiler
 
close() - Method in class com.sun.tools.javac.processing.JavacFiler
 
close() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputStream
 
close() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerWriter
 
close() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Free resources related to annotation processing.
close(int, int) - Method in class com.sun.tools.javac.tree.Pretty
Leave precedence level.
close(int, int) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
Leave precedence level.
close() - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
close() - Method in class javax.tools.ForwardingJavaFileManager
 
close() - Method in interface javax.tools.JavaFileManager
Releases any resources opened by this file manager directly or indirectly.
closed - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerOutputStream
 
closed - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerWriter
 
closeFile() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
closeFileObject(String, FileObject) - Method in class com.sun.tools.javac.processing.JavacFiler
Upon close, register files opened by create{Source, Class}File for annotation processing.
closure(Type) - Method in class com.sun.tools.javac.code.Types
Returns the closure of a class or interface type.
closure(Type, Map<Symbol.TypeSymbol, Type>) - Method in class com.sun.tools.javac.comp.Check
Compute all the supertypes of t, indexed by type symbol.
closure(Type, Map<Symbol.TypeSymbol, Type>, Map<Symbol.TypeSymbol, Type>) - Method in class com.sun.tools.javac.comp.Check
Compute all the supertypes of t, indexed by type symbol (except thise in typesSkip).
closureCache - Variable in class com.sun.tools.javac.code.Types
A cache for closures.
closureMin(List<Type>) - Method in class com.sun.tools.javac.code.Types
Return the minimum types of a closure, suitable for computing compoundMin or glb.
cls - Variable in class sun.tools.javap.AttrData
 
cls - Variable in class sun.tools.javap.FieldData
 
cls - Variable in class sun.tools.javap.InnerClassData
 
cls - Variable in class sun.tools.javap.JavapPrinter
 
cls - Variable in class sun.tools.javap.MethodData
 
cmdboot - Static variable in class sun.tools.javap.JavapEnvironment
 
cmdclasspath - Static variable in class sun.tools.javap.JavapEnvironment
 
cmdextdir - Static variable in class sun.tools.javap.JavapEnvironment
 
cmdLineClasses - Variable in class com.sun.tools.javadoc.RootDocImpl
list of classes specified on the command line.
cmdLinePackages - Variable in class com.sun.tools.javadoc.RootDocImpl
list of packages specified on the command line.
Code - Static variable in class com.sun.tools.classfile.Attribute
 
code - Variable in class com.sun.tools.classfile.Code_attribute
 
code() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <CODE> tag.
code - Variable in class com.sun.tools.javac.code.Symbol.MethodSymbol
The code of the method.
Code - Class in com.sun.tools.javac.jvm
An internal structure that corresponds to the code attribute of methods in a classfile.
Code(Symbol.MethodSymbol, boolean, Position.LineMap, boolean, Code.StackMapFormat, boolean, CRTable, Symtab, Types, Pool) - Constructor for class com.sun.tools.javac.jvm.Code
Construct a code object, given the settings of the fatcode, debugging info switches and the CharacterRangeTable.
code - Variable in class com.sun.tools.javac.jvm.Code
The code buffer.
code - Variable in class com.sun.tools.javac.jvm.Gen
Code buffer, set by genMethod.
code - Variable in class com.sun.tools.javac.jvm.Items
The current code buffer.
Code - Variable in class com.sun.tools.javac.util.Names
 
Code<T> - Interface in edu.rice.cs.mint.runtime
 
code - Variable in class edu.rice.cs.mint.runtime.mspTree.StringMSPTree
 
code - Variable in class edu.rice.cs.mint.runtime.StringCode
 
code - Variable in class sun.tools.javap.JavapPrinter
 
code - Variable in class sun.tools.javap.MethodData
 
Code.Chain - Class in com.sun.tools.javac.jvm
A chain represents a list of unresolved jumps.
Code.Chain(int, Code.Chain, Code.State) - Constructor for class com.sun.tools.javac.jvm.Code.Chain
Construct a chain from its jump position, stacksize, previous chain, and machine state.
Code.LocalVar - Class in com.sun.tools.javac.jvm
A live range of a local variable.
Code.LocalVar(Symbol.VarSymbol) - Constructor for class com.sun.tools.javac.jvm.Code.LocalVar
 
Code.Mneumonics - Class in com.sun.tools.javac.jvm
 
Code.Mneumonics() - Constructor for class com.sun.tools.javac.jvm.Code.Mneumonics
 
Code.StackMapFormat - Enum in com.sun.tools.javac.jvm
 
Code.StackMapFormat() - Constructor for enum com.sun.tools.javac.jvm.Code.StackMapFormat
 
Code.StackMapFrame - Class in com.sun.tools.javac.jvm
An entry in the stack map.
Code.StackMapFrame() - Constructor for class com.sun.tools.javac.jvm.Code.StackMapFrame
 
Code.State - Class in com.sun.tools.javac.jvm
 
Code.State() - Constructor for class com.sun.tools.javac.jvm.Code.State
 
Code_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.3.
Code_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.Code_attribute
 
Code_attribute.Exception_data - Class in com.sun.tools.classfile
 
Code_attribute.Exception_data(ClassReader) - Constructor for class com.sun.tools.classfile.Code_attribute.Exception_data
 
Code_attribute.InvalidIndex - Exception in com.sun.tools.classfile
 
Code_attribute.InvalidIndex(int) - Constructor for exception com.sun.tools.classfile.Code_attribute.InvalidIndex
 
code_attrs - Variable in class sun.tools.javap.MethodData
 
code_length - Variable in class com.sun.tools.classfile.Code_attribute
 
codeEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </CODE> tag.
CodeTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An inline Taglet used to denote literal code fragments.
CodeTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.CodeTaglet
 
codeText(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
 
codeType - Variable in class com.sun.tools.javac.code.Symtab
 
codeWriter - Variable in class com.sun.tools.javap.AttributeWriter
 
codeWriter - Variable in class com.sun.tools.javap.ClassWriter
 
CodeWriter - Class in com.sun.tools.javap
 
CodeWriter(Context) - Constructor for class com.sun.tools.javap.CodeWriter
 
coerce(Type, Type) - Method in class com.sun.tools.javac.comp.Attr
 
coerce(Type, Type) - Method in class com.sun.tools.javac.comp.ConstFold
Coerce constant type to target type.
coerce(JCTree.JCExpression, Type) - Method in class com.sun.tools.javac.comp.TransTypes
Construct an attributed tree to coerce an expression to some erased target type, unless the expression is already assignable to that type.
coerce(int) - Method in class com.sun.tools.javac.jvm.Items.ImmediateItem
 
coerce(int) - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to coerce item to given type code.
coerce(Type) - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to coerce item to given type.
col - Variable in class com.sun.tools.javac.parser.DocCommentScanner
The column number position of the current character.
collationkey - Variable in class com.sun.tools.javadoc.DocImpl
The cached sort key, to take care of Natural Language Text sorting.
collator - Variable in class com.sun.tools.javadoc.DocLocale
The collator for this application.
collectionsType - Variable in class com.sun.tools.javac.code.Symtab
 
COLON - Static variable in interface sun.tools.javap.Constants
 
column() - Method in interface com.sun.javadoc.SourcePosition
The column in the source file.
column() - Method in interface com.sun.mirror.util.SourcePosition
Returns the column number of this position.
column() - Method in class com.sun.tools.apt.mirror.util.SourcePositionImpl
Returns the column number of this position.
column - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
column() - Method in class com.sun.tools.javadoc.SourcePositionImpl
The column in the source file.
com.sun.javadoc - package com.sun.javadoc
The Doclet API (also called the Javadoc API) provides a mechanism for clients to inspect the source-level structure of programs and libraries, including javadoc comments embedded in the source.
com.sun.mirror.apt - package com.sun.mirror.apt
Classes used to communicate information between annotation processors and an annotation processing tool.
com.sun.mirror.declaration - package com.sun.mirror.declaration
Interfaces used to model program element declarations.
com.sun.mirror.type - package com.sun.mirror.type
Interfaces used to model types.
com.sun.mirror.util - package com.sun.mirror.util
Utilities to assist in the processing of declarations and types.
com.sun.source.tree - package com.sun.source.tree
Provides interfaces to represent source code as abstract syntax trees (AST).
com.sun.source.util - package com.sun.source.util
Provides utilities for operations on abstract syntax trees (AST).
com.sun.tools.apt - package com.sun.tools.apt
 
com.sun.tools.apt.comp - package com.sun.tools.apt.comp
 
com.sun.tools.apt.main - package com.sun.tools.apt.main
 
com.sun.tools.apt.mirror - package com.sun.tools.apt.mirror
 
com.sun.tools.apt.mirror.apt - package com.sun.tools.apt.mirror.apt
 
com.sun.tools.apt.mirror.declaration - package com.sun.tools.apt.mirror.declaration
 
com.sun.tools.apt.mirror.type - package com.sun.tools.apt.mirror.type
 
com.sun.tools.apt.mirror.util - package com.sun.tools.apt.mirror.util
 
com.sun.tools.apt.util - package com.sun.tools.apt.util
 
com.sun.tools.classfile - package com.sun.tools.classfile
A minimalist library to read and write class files into objects closely based on the corresponding definitions in the Java Virtual Machine Specification (JVMS).
com.sun.tools.doclets - package com.sun.tools.doclets
As of JDK version 1.5, replaced by com.sun.tools.doclets.internal.toolkit.util.
com.sun.tools.doclets.formats.html - package com.sun.tools.doclets.formats.html
This is the default doclet provided by doclet provided by SunTM that produces Javadoc's default HTML-formatted API output.
com.sun.tools.doclets.formats.html.markup - package com.sun.tools.doclets.formats.html.markup
This package contains classes that write HTML markup tags.
com.sun.tools.doclets.internal.toolkit - package com.sun.tools.doclets.internal.toolkit
Contains the base classes that make up a doclet.
com.sun.tools.doclets.internal.toolkit.builders - package com.sun.tools.doclets.internal.toolkit.builders
This doclet-independent package has a set of classes and interfaces that are the building blocks for doclets.
com.sun.tools.doclets.internal.toolkit.taglets - package com.sun.tools.doclets.internal.toolkit.taglets
This package has classes used to generate Javadoc tag documentation.
com.sun.tools.doclets.internal.toolkit.util - package com.sun.tools.doclets.internal.toolkit.util
This package has utility classes that perform common services required for API documentation generation.
com.sun.tools.doclets.internal.toolkit.util.links - package com.sun.tools.doclets.internal.toolkit.util.links
Provides a factory for constructing links.
com.sun.tools.doclets.standard - package com.sun.tools.doclets.standard
 
com.sun.tools.javac - package com.sun.tools.javac
 
com.sun.tools.javac.api - package com.sun.tools.javac.api
 
com.sun.tools.javac.code - package com.sun.tools.javac.code
 
com.sun.tools.javac.comp - package com.sun.tools.javac.comp
 
com.sun.tools.javac.file - package com.sun.tools.javac.file
 
com.sun.tools.javac.jvm - package com.sun.tools.javac.jvm
 
com.sun.tools.javac.main - package com.sun.tools.javac.main
 
com.sun.tools.javac.model - package com.sun.tools.javac.model
 
com.sun.tools.javac.parser - package com.sun.tools.javac.parser
 
com.sun.tools.javac.processing - package com.sun.tools.javac.processing
 
com.sun.tools.javac.sym - package com.sun.tools.javac.sym
 
com.sun.tools.javac.tree - package com.sun.tools.javac.tree
 
com.sun.tools.javac.util - package com.sun.tools.javac.util
 
com.sun.tools.javadoc - package com.sun.tools.javadoc
 
com.sun.tools.javah - package com.sun.tools.javah
 
com.sun.tools.javap - package com.sun.tools.javap
Classes to dump class files in text format.
comma - Variable in class com.sun.tools.javac.util.Names
 
COMMA - Static variable in interface sun.tools.javap.Constants
 
CommandLine - Class in com.sun.tools.apt.main
Various utility methods for processing Java tool command line arguments.
CommandLine() - Constructor for class com.sun.tools.apt.main.CommandLine
 
CommandLine - Class in com.sun.tools.javac.main
Various utility methods for processing Java tool command line arguments.
CommandLine() - Constructor for class com.sun.tools.javac.main.CommandLine
 
Comment - Class in com.sun.tools.javadoc
Comment contains all information in comment part.
Comment(DocImpl, String) - Constructor for class com.sun.tools.javadoc.Comment
constructor of Comment.
comment - Variable in class com.sun.tools.javadoc.DocImpl
The complex comment object, lazily initialized.
comment() - Method in class com.sun.tools.javadoc.DocImpl
For lazy initialization of comment.
COMMENT - Static variable in interface sun.tools.javap.Constants
 
CommentedMethodFinder - Class in com.sun.tools.doclets.internal.toolkit.util
Find a commented method.
CommentedMethodFinder() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.CommentedMethodFinder
 
commentEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print "-->" comment end string.
commentStart() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print "<!-- " comment start string.
commentTagsToOutput(Tag, Tag[]) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Converts inline tags and text to TagOutput, expanding the inline tags along the way.
commentTagsToOutput(Doc, Tag[]) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Converts inline tags and text to TagOutput, expanding the inline tags along the way.
commentTagsToOutput(Tag, Doc, Tag[], boolean) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Converts inline tags and text to TagOutput, expanding the inline tags along the way.
commentTagsToOutput(Tag, Tag[]) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Converts inline tags and text to TagOutput, expanding the inline tags along the way.
commentTagsToOutput(Doc, Tag[]) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Converts inline tags and text to TagOutput, expanding the inline tags along the way.
commentTagsToOutput(Tag, Doc, Tag[], boolean) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Converts inline tags and text to TagOutput, expanding the inline tags along the way.
commentTagsToString(Tag, Doc, Tag[], boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Converts inline tags and text to text strings, expanding the inline tags along the way.
commentText() - Method in interface com.sun.javadoc.Doc
Return the text of the comment for this doc item.
commentText() - Method in class com.sun.tools.javadoc.Comment
Return the text of the comment.
commentText() - Method in class com.sun.tools.javadoc.DocImpl
Return the text of the comment for this doc item.
comp - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
comparableType - Variable in class com.sun.tools.javac.code.Symtab
 
comparator - Static variable in class com.sun.mirror.util.SourceOrderDeclScanner
 
compare(Declaration, Declaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator
 
compare(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Group.MapKeyComparator
 
compare(Doc, Doc) - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder.DocComparator
 
compare(Type, Type) - Method in class com.sun.tools.doclets.internal.toolkit.util.Util.TypeComparator
 
compare(Type[], Type[], Types) - Static method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame
 
compareEqualPosition(Declaration, Declaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator
 
compareTo(Object) - Method in interface com.sun.javadoc.Doc
Compares this doc object with the specified object for order.
compareTo(Object) - Method in interface com.sun.javadoc.SerialFieldTag
Compares this Object with the specified Object for order.
compareTo(RelativePath) - Method in class com.sun.tools.javac.file.RelativePath
 
compareTo(ZipFileIndex.Entry) - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
compareTo(Name) - Method in class com.sun.tools.javac.util.Name
An arbitrary but consistent complete order among all Names.
compareTo - Variable in class com.sun.tools.javac.util.Names
 
compareTo(Object) - Method in class com.sun.tools.javadoc.DocImpl
Compares this Object with the specified Object for order.
compareTo(Object) - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Compares this Object with the specified Object for order.
compat - Variable in class com.sun.tools.classfile.Attribute.Factory
 
compat - Variable in class com.sun.tools.javap.Options
 
CompilationID - Static variable in class com.sun.tools.classfile.Attribute
 
CompilationID - Variable in class com.sun.tools.javac.util.Names
 
CompilationID_attribute - Class in com.sun.tools.classfile
This is NOT part of any API supported by Sun Microsystems.
CompilationID_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.CompilationID_attribute
 
CompilationID_attribute(ConstantPool, int) - Constructor for class com.sun.tools.classfile.CompilationID_attribute
 
CompilationID_attribute(int, int) - Constructor for class com.sun.tools.classfile.CompilationID_attribute
 
compilationID_index - Variable in class com.sun.tools.classfile.CompilationID_attribute
 
compilationInProgress - Variable in class com.sun.tools.javac.api.JavacTool
 
compilationUnit - Variable in class com.sun.source.util.TreePath
 
CompilationUnitTree - Interface in com.sun.source.tree
Represents the abstract syntax tree for compilation units (source files) and package declarations (package-info.java).
compile(List<String>, Map<String, String>, ClassLoader, AnnotationProcessorFactory, Set<Class<? extends AnnotationProcessorFactory>>, Set<File>) - Method in class com.sun.tools.apt.main.JavaCompiler
Main method: compile a list of files, return all compiled classes
compile(String[], AnnotationProcessorFactory) - Method in class com.sun.tools.apt.main.Main
Programmatic interface for main function.
compile(String[], Context) - Method in class com.sun.tools.apt.main.Main
Programmatic interface for main function.
compile(String[]) - Static method in class com.sun.tools.javac.Main
Programmatic interface to the Java Programming Language compiler, javac.
compile(String[], PrintWriter) - Static method in class com.sun.tools.javac.Main
Programmatic interface to the Java Programming Language compiler, javac.
compile(List<JavaFileObject>) - Method in class com.sun.tools.javac.main.JavaCompiler
 
compile(List<JavaFileObject>, List<String>, Iterable<? extends Processor>) - Method in class com.sun.tools.javac.main.JavaCompiler
Main method: compile a list of files, return all compiled classes
compile(String[]) - Method in class com.sun.tools.javac.main.Main
Programmatic interface for main function.
compile(String[], Context) - Method in class com.sun.tools.javac.main.Main
 
compile(String[], Context, List<JavaFileObject>, Iterable<? extends Processor>) - Method in class com.sun.tools.javac.main.Main
Programmatic interface for main function.
compile(OutputStream, StandardJavaFileManager, List<String>) - Method in class com.sun.tools.javac.Server
 
compile2() - Method in class com.sun.tools.javac.main.JavaCompiler
The phases following annotation processing: attribution, desugar, and finally code generation.
compiled - Variable in class com.sun.tools.javac.comp.Check
A table mapping flat names of all compiled classes in this run to their symbols; maintained from outside.
compilePolicy - Variable in class com.sun.tools.javac.main.JavaCompiler
The policy for the order in which to perform the compilation
compiler - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
compilerBootstrap(Symbol) - Method in enum com.sun.tools.javac.jvm.Target
For bootstrapping javac only, we do without java.lang.Enum if necessary.
compilerClass - Static variable in class javax.tools.ToolProvider.Lazy
 
compilerKey - Static variable in class com.sun.tools.apt.main.JavaCompiler
The context key for the compiler.
compilerKey - Static variable in class com.sun.tools.javac.main.JavaCompiler
The context key for the compiler.
compilerMain - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
compileStates - Variable in class com.sun.tools.javac.main.JavaCompiler
 
compileStringToBytes(String, String) - Method in class edu.rice.cs.mint.runtime.StringCodeCompiler
 
COMPL - Static variable in class com.sun.tools.javac.tree.JCTree
 
complete(Symbol) - Static method in class com.sun.tools.apt.mirror.AptEnv
Completes a symbol, ignoring completion failures.
complete() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
Complete the elaboration of this symbol's definition.
complete() - Method in class com.sun.tools.javac.code.Symbol
Complete the elaboration of this symbol's definition.
complete(Symbol) - Method in interface com.sun.tools.javac.code.Symbol.Completer
 
complete() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
complete() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
complete() - Method in class com.sun.tools.javac.code.Type.ClassType
 
complete() - Method in class com.sun.tools.javac.code.Type
Complete loading all classes in this type.
complete() - Method in class com.sun.tools.javac.code.Type.ForAll
 
complete() - Method in class com.sun.tools.javac.code.Type.MethodType
 
complete(List<JCTree.JCCompilationUnit>, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Enter
Main method: enter one class from a list of toplevel trees and place the rest on uncompleted for later processing.
complete(Symbol) - Method in class com.sun.tools.javac.comp.MemberEnter
Complete entering a class.
complete(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Completion for classes to be loaded.
complete(Symbol.ClassSymbol) - Method in interface com.sun.tools.javac.jvm.ClassReader.SourceCompleter
 
complete(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.main.JavaCompiler
Complete compiling a source file that has been accessed by the class file reader.
completeBinop(JCTree, JCTree, Symbol.OperatorSymbol) - Method in class com.sun.tools.javac.jvm.Gen
Complete generating code for operation, with left operand already on stack.
completeEnclosing(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Tries to complete lexically enclosing classes if c looks like a nested class.
completeMemberSummaryBuild() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Perform any operations that are necessary when the member summary finished building.
completeMemberSummaryBuild() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Perform any operations that are necessary when the member summary finished building.
completeMemberSummaryBuild() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Perform any operations that are necessary when the member summary finished building.
completeMemberSummaryBuild() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Perform any operations that are necessary when the member summary finished building.
completeOwners(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
complete up through the enclosing package.
completer - Variable in class com.sun.tools.javac.code.Symbol
The completer of this symbol.
Completion - Interface in javax.annotation.processing
A suggested completion for an annotation.
completionEnabled - Variable in class com.sun.tools.javac.comp.MemberEnter
A flag to disable completion from time to time during member enter, as we only need to look up types.
completionError(JCDiagnostic.DiagnosticPosition, Symbol.CompletionFailure) - Method in class com.sun.tools.javac.comp.Check
Report a failure to complete a class.
completionFailureName - Variable in class com.sun.tools.javac.jvm.ClassReader
Force a completion failure on this name
completionFailureName - Variable in class com.sun.tools.javac.main.JavaCompiler
Force a completion failure on this name
Completions - Class in javax.annotation.processing
Utility class for assembling Completions.SimpleCompletion objects.
Completions() - Constructor for class javax.annotation.processing.Completions
 
Completions.SimpleCompletion - Class in javax.annotation.processing
 
Completions.SimpleCompletion(String, String) - Constructor for class javax.annotation.processing.Completions.SimpleCompletion
 
complexInference - Variable in class com.sun.tools.javac.comp.Check
Switch: -complexinference option set?
composeDeprecatedList(List<Doc>, MemberDoc[]) - Method in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
Add the members into a single list of deprecated members.
composeExternPackageList(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Adjusts the end file separator if it is missing from the URL or the directory path and depending upon the URL or file path, fetch or read the "package-list" file.
COMPOUND - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for compiler-generated compound classes representing multiple variable bounds
CompoundAssignmentTree - Interface in com.sun.source.tree
A tree node for compound assignment operator.
compoundMin(List<Type>) - Method in class com.sun.tools.javac.code.Types
Return the minimum type of a closure, a compound type if no unique minimum exists.
compressedSize - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
computeAnnotationProcessorPath() - Method in class com.sun.tools.javac.file.Paths
 
computeAnnotationSet(Collection<Symbol.ClassSymbol>) - Method in class com.sun.tools.apt.comp.Apt
 
computeAnnotationSet(Symbol, Set<String>) - Method in class com.sun.tools.apt.comp.Apt
 
computeBootClassPath() - Method in class com.sun.tools.javac.file.Paths
 
computeDefaultSerializableFields(DocEnv, Symbol.ClassSymbol, ClassDocImpl) - Method in class com.sun.tools.javadoc.SerializedForm
 
computeSourcePath() - Method in class com.sun.tools.javac.file.Paths
 
computeUserClassPath() - Method in class com.sun.tools.javac.file.Paths
 
cond - Variable in class com.sun.tools.javac.tree.JCTree.JCAssert
 
cond - Variable in class com.sun.tools.javac.tree.JCTree.JCConditional
 
cond - Variable in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
cond - Variable in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
cond - Variable in class com.sun.tools.javac.tree.JCTree.JCIf
 
cond - Variable in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
COND - Static variable in interface sun.tools.javap.Constants
 
CONDEXPR - Static variable in class com.sun.tools.javac.tree.JCTree
Conditional expressions, of type Conditional.
Conditional(JCTree.JCExpression, JCTree.JCExpression, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Conditional(JCTree.JCExpression, JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
ConditionalExpressionTree - Interface in com.sun.source.tree
A tree node for the conditional operator ? :.
condPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
condType(JCDiagnostic.DiagnosticPosition, Type, Type, Type) - Method in class com.sun.tools.javac.comp.Attr
Compute the type of a conditional expression, after checking that it exists.
condType1(JCDiagnostic.DiagnosticPosition, Type, Type, Type) - Method in class com.sun.tools.javac.comp.Attr
Compute the type of a conditional expression, after checking that it exists.
configuration() - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
configuration - Variable in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
The configuration used in this run of the standard doclet.
configuration - Variable in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
 
configuration - Variable in class com.sun.tools.doclets.formats.html.HtmlDoclet
The global configuration information for this run.
configuration() - Method in class com.sun.tools.doclets.formats.html.HtmlDoclet
Create the configuration instance.
configuration - Variable in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
The global configuration information for this run.
configuration() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the configuation for this doclet.
configuration() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Accessor for configuration.
configuration - Variable in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
The configuration
configuration() - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
configuration - Variable in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
 
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
The global configuration information for this run.
configuration() - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Create the configuration instance and returns it.
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
The configuration used in this run of the doclet.
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
The current configuration of the doclet.
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
 
Configuration - Class in com.sun.tools.doclets.internal.toolkit
Configure the output based on the options.
Configuration() - Constructor for class com.sun.tools.doclets.internal.toolkit.Configuration
Constructor.
configuration() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
 
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.util.Extern
The global configuration information for this run.
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.util.Group
The global configuration information for this run.
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
The global configuration information for this run.
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.util.MetaKeywords
The global configuration information for this run.
configuration - Variable in class com.sun.tools.doclets.internal.toolkit.util.PackageListWriter
 
ConfigurationImpl - Class in com.sun.tools.doclets.formats.html
Configure the output based on the command line options.
ConfigurationImpl() - Constructor for class com.sun.tools.doclets.formats.html.ConfigurationImpl
Constructor.
CONST - Static variable in interface sun.tools.javap.Constants
 
const_name_index - Variable in class com.sun.tools.classfile.Annotation.Enum_element_value
 
const_value_index - Variable in class com.sun.tools.classfile.Annotation.Primitive_element_value
 
CONSTANT_Class - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Class - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_CLASS - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_Double - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Double - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_DOUBLE - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_FIELD - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_Fieldref - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Fieldref - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_Float - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Float - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_FLOAT - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_Integer - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Integer - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_INTEGER - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_INTERFACEMETHOD - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_InterfaceMethodref - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_InterfaceMethodref - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_Long - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Long - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_LONG - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_METHOD - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_Methodref - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Methodref - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_NameAndType - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_NameandType - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_NAMEANDTYPE - Static variable in interface sun.tools.javap.RuntimeConstants
 
constant_pool - Variable in class com.sun.tools.classfile.ClassFile
 
constant_pool - Variable in class com.sun.tools.javap.AttributeWriter
 
constant_pool - Variable in class com.sun.tools.javap.ClassWriter
 
CONSTANT_String - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_String - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_STRING - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_Unicode - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_UNICODE - Static variable in interface sun.tools.javap.RuntimeConstants
 
CONSTANT_Utf8 - Static variable in class com.sun.tools.classfile.ConstantPool
 
CONSTANT_Utf8 - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
CONSTANT_UTF8 - Static variable in interface sun.tools.javap.RuntimeConstants
 
ConstantPool - Class in com.sun.tools.classfile
See JVMS3, section 4.5.
ConstantPool(ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool
 
ConstantPool(ConstantPool.CPInfo[]) - Constructor for class com.sun.tools.classfile.ConstantPool
 
ConstantPool.CONSTANT_Class_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Class_info(ConstantPool, ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info
 
ConstantPool.CONSTANT_Class_info(ConstantPool, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info
 
ConstantPool.CONSTANT_Double_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Double_info(ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Double_info
 
ConstantPool.CONSTANT_Double_info(double) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Double_info
 
ConstantPool.CONSTANT_Fieldref_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Fieldref_info(ConstantPool, ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Fieldref_info
 
ConstantPool.CONSTANT_Fieldref_info(ConstantPool, int, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Fieldref_info
 
ConstantPool.CONSTANT_Float_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Float_info(ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info
 
ConstantPool.CONSTANT_Float_info(float) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info
 
ConstantPool.CONSTANT_Integer_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Integer_info(ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Integer_info
 
ConstantPool.CONSTANT_Integer_info(int) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Integer_info
 
ConstantPool.CONSTANT_InterfaceMethodref_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_InterfaceMethodref_info(ConstantPool, ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_InterfaceMethodref_info
 
ConstantPool.CONSTANT_InterfaceMethodref_info(ConstantPool, int, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_InterfaceMethodref_info
 
ConstantPool.CONSTANT_Long_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Long_info(ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Long_info
 
ConstantPool.CONSTANT_Long_info(long) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Long_info
 
ConstantPool.CONSTANT_Methodref_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Methodref_info(ConstantPool, ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Methodref_info
 
ConstantPool.CONSTANT_Methodref_info(ConstantPool, int, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Methodref_info
 
ConstantPool.CONSTANT_NameAndType_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_NameAndType_info(ConstantPool, ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
ConstantPool.CONSTANT_NameAndType_info(ConstantPool, int, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
ConstantPool.CONSTANT_String_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_String_info(ConstantPool, ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_String_info
 
ConstantPool.CONSTANT_String_info(ConstantPool, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_String_info
 
ConstantPool.CONSTANT_Utf8_info - Class in com.sun.tools.classfile
 
ConstantPool.CONSTANT_Utf8_info(ClassReader) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Utf8_info
 
ConstantPool.CONSTANT_Utf8_info(String) - Constructor for class com.sun.tools.classfile.ConstantPool.CONSTANT_Utf8_info
 
ConstantPool.CPInfo - Class in com.sun.tools.classfile
 
ConstantPool.CPInfo() - Constructor for class com.sun.tools.classfile.ConstantPool.CPInfo
 
ConstantPool.CPInfo(ConstantPool) - Constructor for class com.sun.tools.classfile.ConstantPool.CPInfo
 
ConstantPool.CPRefInfo - Class in com.sun.tools.classfile
 
ConstantPool.CPRefInfo(ConstantPool, ClassReader, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
ConstantPool.CPRefInfo(ConstantPool, int, int, int) - Constructor for class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
ConstantPool.EntryNotFound - Exception in com.sun.tools.classfile
 
ConstantPool.EntryNotFound(Object) - Constructor for exception com.sun.tools.classfile.ConstantPool.EntryNotFound
 
ConstantPool.InvalidEntry - Exception in com.sun.tools.classfile
 
ConstantPool.InvalidEntry(int, int) - Constructor for exception com.sun.tools.classfile.ConstantPool.InvalidEntry
 
ConstantPool.InvalidIndex - Exception in com.sun.tools.classfile
 
ConstantPool.InvalidIndex(int) - Constructor for exception com.sun.tools.classfile.ConstantPool.InvalidIndex
 
ConstantPool.UnexpectedEntry - Exception in com.sun.tools.classfile
 
ConstantPool.UnexpectedEntry(int, int, int) - Constructor for exception com.sun.tools.classfile.ConstantPool.UnexpectedEntry
 
ConstantPool.Visitor<R,P> - Interface in com.sun.tools.classfile
 
ConstantPoolException - Exception in com.sun.tools.classfile
 
ConstantPoolException(int) - Constructor for exception com.sun.tools.classfile.ConstantPoolException
 
constantPoolWriter - Variable in class com.sun.tools.classfile.ClassWriter
 
Constants - Class in com.sun.tools.apt.mirror.declaration
Utility class for operating on constant expressions.
Constants() - Constructor for class com.sun.tools.apt.mirror.declaration.Constants
 
Constants - Class in com.sun.tools.javac.util
Utilities for operating on constant values.
Constants() - Constructor for class com.sun.tools.javac.util.Constants
 
Constants - Interface in sun.tools.javap
This interface defines constant that are used throughout the compiler.
Constants.Formatter - Class in com.sun.tools.apt.mirror.declaration
Utility class used to generate the text of constant expressions.
Constants.Formatter(StringBuilder) - Constructor for class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
CONSTANTS_FILE_NAME - Static variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
The name of the constant values file.
ConstantsSummaryBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds the Constants Summary Page.
ConstantsSummaryBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Construct a new ConstantsSummaryBuilder.
ConstantsSummaryBuilder.ConstantFieldBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Print the table of constants.
ConstantsSummaryBuilder.ConstantFieldBuilder(ClassDoc) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
Construct a ConstantFieldSubWriter.
ConstantsSummaryWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing constants summary output.
ConstantsSummaryWriterImpl - Class in com.sun.tools.doclets.formats.html
Write the Constants Summary Page in HTML format.
ConstantsSummaryWriterImpl(ConfigurationImpl) - Constructor for class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Construct a ConstantsSummaryWriter.
constantValue() - Method in interface com.sun.javadoc.FieldDoc
Get the value of a constant field.
ConstantValue - Static variable in class com.sun.tools.classfile.Attribute
 
ConstantValue - Variable in class com.sun.tools.javac.util.Names
 
constantValue() - Method in class com.sun.tools.javadoc.FieldDocImpl
Get the value of a constant field.
ConstantValue_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.2.
ConstantValue_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.ConstantValue_attribute
 
ConstantValue_attribute(ConstantPool, int) - Constructor for class com.sun.tools.classfile.ConstantValue_attribute
 
ConstantValue_attribute(int, int) - Constructor for class com.sun.tools.classfile.ConstantValue_attribute
 
constantvalue_index - Variable in class com.sun.tools.classfile.ConstantValue_attribute
 
constantValueExpression() - Method in interface com.sun.javadoc.FieldDoc
Get the value of a constant field.
constantValueExpression() - Method in class com.sun.tools.javadoc.FieldDocImpl
Get the value of a constant field.
constantValueExpression(Object) - Static method in class com.sun.tools.javadoc.FieldDocImpl
A static version of the above.
constantWriter - Variable in class com.sun.tools.javap.AttributeWriter
 
constantWriter - Variable in class com.sun.tools.javap.ClassWriter
 
constantWriter - Variable in class com.sun.tools.javap.CodeWriter
 
ConstantWriter - Class in com.sun.tools.javap
 
ConstantWriter(Context) - Constructor for class com.sun.tools.javap.ConstantWriter
 
ConstantWriter.StringValueVisitor - Class in com.sun.tools.javap
 
ConstantWriter.StringValueVisitor() - Constructor for class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
ConstFold - Class in com.sun.tools.javac.comp
Helper class for constant folding, used by the attribution phase.
ConstFold(Context) - Constructor for class com.sun.tools.javac.comp.ConstFold
 
constFoldKey - Static variable in class com.sun.tools.javac.comp.ConstFold
 
constrSubWriter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
CONSTRUCTOR - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The marker in the location string for constructors.
CONSTRUCTOR - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
constructor - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
CONSTRUCTOR - Variable in class com.sun.tools.javac.util.Names
 
CONSTRUCTOR_KIND - Static variable in class javax.lang.model.util.ElementFilter
 
ConstructorBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds documentation for a constructor.
ConstructorBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Construct a new ConstructorBuilder.
ConstructorDeclaration - Interface in com.sun.mirror.declaration
Represents a constructor of a class or interface.
ConstructorDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of ConstructorDeclaration
ConstructorDeclarationImpl(AptEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.ConstructorDeclarationImpl
 
ConstructorDoc - Interface in com.sun.javadoc
Represents a constructor of a java class.
ConstructorDocImpl - Class in com.sun.tools.javadoc
Represents a constructor of a java class.
ConstructorDocImpl(DocEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.javadoc.ConstructorDocImpl
constructor.
ConstructorDocImpl(DocEnv, Symbol.MethodSymbol, String, JCTree.JCMethodDecl, Position.LineMap) - Constructor for class com.sun.tools.javadoc.ConstructorDocImpl
constructor.
ConstructorFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
constructors() - Method in interface com.sun.javadoc.ClassDoc
Return included constructors in this class.
constructors(boolean) - Method in interface com.sun.javadoc.ClassDoc
Return constructors in this class, filtered to the specified access modifier option.
constructors - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
The constructors being documented.
CONSTRUCTORS - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
constructors(boolean) - Method in class com.sun.tools.javadoc.ClassDocImpl
Return constructors in class.
constructors() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return included constructors in class.
constructorsIn(Iterable<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a list of constructors in elements.
constructorsIn(Set<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a set of constructors in elements.
constructorTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in constructors.
constructorType - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
ConstructorWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing constructor output.
ConstructorWriterImpl - Class in com.sun.tools.doclets.formats.html
Writes constructor documentation.
ConstructorWriterImpl(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Construct a new ConstructorWriterImpl.
ConstructorWriterImpl(SubWriterHolderWriter) - Constructor for class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Construct a new ConstructorWriterImpl.
constType(Object) - Method in class com.sun.tools.javac.code.Type.BottomType
 
constType(Object) - Method in class com.sun.tools.javac.code.Type.ClassType
 
constType(Object) - Method in class com.sun.tools.javac.code.Type
Define a constant type, of the same kind as this type and with given constant value
constType(Object) - Method in class com.sun.tools.javac.code.Type.ErrorType
 
constValue() - Method in class com.sun.tools.javac.code.Type
The constant value of this type, null if this type does not have a constant value attribute.
cont - Variable in class com.sun.tools.javac.jvm.Gen.GenContext
A chain for all unresolved jumps that continue in the current environment.
containedBy(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
containingClass() - Method in interface com.sun.javadoc.ProgramElementDoc
Get the containing class or interface of this program element.
containingClass() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Get the containing class of this program element.
containingClass - Variable in class com.sun.tools.javadoc.SerialFieldTagImpl
 
containingPackage() - Method in interface com.sun.javadoc.ProgramElementDoc
Get the package that this program element is contained in.
containingPackage() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the package that this class is contained in.
containingPackage() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Return the package that this member is contained in.
containingPackagesSeen - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
Keep track of which packages we have seen for efficiency purposes.
containingType() - Method in interface com.sun.javadoc.ParameterizedType
Return the type that contains this type as a member.
containingType() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
Return the type that contains this type as a member.
contains(Type) - Method in class com.sun.tools.javac.code.Type.ArrayType
 
contains(Type) - Method in class com.sun.tools.javac.code.Type.ClassType
 
contains(Type) - Method in class com.sun.tools.javac.code.Type
Does this type contain occurrences of type t?
contains(List<Type>, Type) - Static method in class com.sun.tools.javac.code.Type
 
contains(Type) - Method in class com.sun.tools.javac.code.Type.ForAll
 
contains(Type) - Method in class com.sun.tools.javac.code.Type.MethodType
 
contains(RelativePath) - Method in interface com.sun.tools.javac.file.JavacFileManager.Archive
 
contains(RelativePath) - Method in class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
contains(RelativePath) - Method in class com.sun.tools.javac.file.RelativePath.RelativeDirectory
Return true if this subdirectory "contains" the other path.
contains(RelativePath) - Method in class com.sun.tools.javac.file.ZipArchive
 
contains(RelativePath) - Method in class com.sun.tools.javac.file.ZipFileIndex
Tests if a specific path exists in the zip.
contains(RelativePath) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive
 
contains(TypeMirror, TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
contains(Object) - Method in class com.sun.tools.javac.util.List
Does the list contain the specified element?
contains(Object) - Method in class com.sun.tools.javac.util.ListBuffer
Does the list contain the specified element?
contains(TypeMirror, TypeMirror) - Method in interface javax.lang.model.util.Types
Tests whether one type argument contains another.
containsAll(Collection<?>) - Method in class com.sun.tools.javac.util.ListBuffer
 
containsAnnoOfType(List<Attribute.Compound>, Type) - Static method in class com.sun.tools.javac.model.JavacElements
Tests whether a list of annotations contains an annotation of a given type.
containsEscapeSafeCtors - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
containsNonEscapeSafeInitializers - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
containsSome(List<Type>) - Method in class com.sun.tools.javac.code.Type
Does this type contain an occurrence of some type in `elems'?
containsType - Variable in class com.sun.tools.javac.code.Types
 
containsType(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
 
containsType(Type, Type) - Method in class com.sun.tools.javac.code.Types
Check if t contains s.
containsTypeEquivalent(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
 
containsTypeEquivalent(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
contentCache - Variable in class com.sun.tools.javac.file.JavacFileManager
 
contentEquals(CharSequence) - Method in class com.sun.tools.javac.util.Name
 
contentEquals(CharSequence) - Method in interface javax.lang.model.element.Name
Compares this name to the specified CharSequence.
contents - Variable in class com.sun.tools.javac.comp.Todo
 
contents - Variable in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.CspElem
 
contents - Variable in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.EscapeElem
 
contents - Variable in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.StringElem
 
contents - Variable in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.StringSymElem
 
contents - Variable in class edu.rice.cs.mint.runtime.StringJavaFileObject
 
contentsByFile - Variable in class com.sun.tools.javac.comp.Todo
 
context - Variable in class com.sun.tools.apt.comp.Apt
 
context - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
context - Variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The integer indicating the location of the link.
context - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
context - Variable in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
context - Variable in class com.sun.tools.javac.main.JavaCompiler
 
context - Variable in class com.sun.tools.javac.processing.JavacFiler
 
context - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
Context - Class in com.sun.tools.javac.util
Support for an abstract context, modelled loosely after ThreadLocal but using a user-provided context instead of the current thread.
Context() - Constructor for class com.sun.tools.javac.util.Context
 
context - Variable in class com.sun.tools.javadoc.JavadocTool
 
context - Variable in class com.sun.tools.javadoc.Start
Context for this invocation.
Context - Class in com.sun.tools.javap
 
Context() - Constructor for class com.sun.tools.javap.Context
 
context - Variable in class com.sun.tools.javap.JavapTask
 
Context.Factory<T> - Interface in com.sun.tools.javac.util
The client can register a factory for lazy creation of the instance.
Context.Key<T> - Class in com.sun.tools.javac.util
The client creates an instance of this class for each key.
Context.Key() - Constructor for class com.sun.tools.javac.util.Context.Key
 
CONTEXT_ANNOTATION - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Annotation link.
CONTEXT_CLASS - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in a class documentation.
CONTEXT_CLASS_HEADER - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The header in the class documentation.
CONTEXT_CLASS_SIGNATURE - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The signature in the class documentation.
CONTEXT_CLASS_SIGNATURE_PARENT_NAME - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The signature in the class documentation (implements/extends portion).
CONTEXT_CLASS_TREE_PARENT - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The parent nodes int the class tree.
CONTEXT_CLASS_USE - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in class use documentation.
CONTEXT_CLASS_USE_HEADER - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in class use documentation.
CONTEXT_CONSTANT_SUMMARY - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in constant value summary.
CONTEXT_EXECUTABLE_MEMBER_PARAM - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The type of a method/constructor parameter.
CONTEXT_FIELD_DOC_COPY - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The header for field documentation copied from parent.
CONTEXT_IMPLEMENTED_CLASSES - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Implemented class links.
CONTEXT_IMPLEMENTED_INTERFACES - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Implemented interface links.
CONTEXT_INDEX - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in index documentation.
CONTEXT_MEMBER - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in member documentation.
CONTEXT_MEMBER_TYPE_PARAMS - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The type parameters of a method or constructor.
CONTEXT_METHOD_DOC_COPY - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The header for method documentation copied from parent.
CONTEXT_METHOD_OVERRIDES - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Method "overrides" link.
CONTEXT_METHOD_SPECIFIED_BY - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Method "specified by" link.
CONTEXT_PACKAGE - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in package documentation.
CONTEXT_RETURN_TYPE - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The return type of a method.
CONTEXT_SEE_TAG - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in see tag documentation.
CONTEXT_SERIAL_MEMBER - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in serial member documentation.
CONTEXT_SERIALIZED_FORM - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in serialized form documentation.
CONTEXT_SUBCLASSES - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Subclasses links.
CONTEXT_SUBINTERFACES - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Subinterface links.
CONTEXT_SUMMARY_RETURN_TYPE - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The return type of a method in a member summary.
CONTEXT_SUPER_INTERFACES - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Super interface links.
CONTEXT_TREE - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in tree documentation.
CONTEXT_VALUE_TAG - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in value tag documentation.
contextForNextRound(Context, boolean) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
CONTINUE - Static variable in class com.sun.tools.javac.tree.JCTree
Continue statements, of type Continue.
Continue(Name) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Continue(Name) - Method in class com.sun.tools.javac.tree.TreeMaker
 
CONTINUE - Static variable in interface sun.tools.javap.Constants
 
ContinueTree - Interface in com.sun.source.tree
A tree node for a 'continue' statement.
contributed - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
 
convert(JCTree, Type) - Method in class com.sun.tools.javac.comp.Lower
 
Convert - Class in com.sun.tools.javac.util
Utility class for static conversion methods between numbers and strings in various formats.
Convert() - Constructor for class com.sun.tools.javac.util.Convert
 
convert(Class<T>, List<?>) - Static method in class com.sun.tools.javac.util.List
 
CONVERT - Static variable in interface sun.tools.javap.Constants
 
convertClass(Configuration, ClassDoc, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Convert the given Class to an HTML.
convertPackage(Configuration, PackageDoc, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Convert the Classes in the given Package to an HTML.
convertRoot(Configuration, RootDoc, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Convert the Classes in the given RootDoc to an HTML.
convertUnicode() - Method in class com.sun.tools.javac.parser.DocCommentScanner
Convert Unicode escape; bp points to initial '\' character (Spec 3.3).
convertUnicode() - Method in class com.sun.tools.javac.parser.Scanner
Convert unicode escape; bp points to initial '\' character (Spec 3.3).
convertWarner(JCDiagnostic.DiagnosticPosition, Type, Type) - Method in class com.sun.tools.javac.comp.Check
 
copy() - Method in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
copy(T, JCTree) - Method in class com.sun.tools.javac.api.JavacTrees.Copier
 
copy(Scope.Entry) - Method in class com.sun.tools.javac.code.Scope
Copy the given entry and all entries shadowed by it to table
copy(T) - Method in class com.sun.tools.javac.tree.TreeCopier
 
copy(T, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
copy(List<T>) - Method in class com.sun.tools.javac.tree.TreeCopier
 
copy(List<T>, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
copy(int) - Method in class com.sun.tools.javac.util.ByteBuffer
 
copy() - Method in class com.sun.tools.javac.util.ListBuffer
Copy list and sets last.
copyDocFiles() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Copy the doc files for the current ClassDoc if necessary.
copyDocFiles() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Copy the doc files for the current ClassDoc if necessary.
copyDocFiles(Configuration, String, String, boolean) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Copy the given directory contents from the source package directory to the generated documentation directory.
copydocfilesubdirs - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
True if we should recursively copy the doc-file subdirectories
copyFile(File, File) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Copy source file to destination file.
copyResourceFile(Configuration, String, boolean) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Copy a file in the resources directory to the destination directory (if it is not there already).
count - Variable in class com.sun.tools.classfile.Descriptor
 
count - Variable in class com.sun.tools.javac.util.ListBuffer
The number of element in this buffer.
covariantReturnType(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
Is t an appropriate return type in an overrider for a method that returns s?
cp - Variable in class com.sun.tools.classfile.ConstantPool.CPInfo
 
cp - Variable in class com.sun.tools.javac.jvm.Code
the current code pointer.
CPINDEX - Static variable in interface sun.tools.javap.Constants
 
CPNAME - Static variable in interface sun.tools.javap.Constants
 
cpool - Variable in class sun.tools.javap.ClassData
 
cpool_count - Variable in class sun.tools.javap.ClassData
 
cpool_index - Variable in class com.sun.tools.classfile.StackMapTable_attribute.Object_variable_info
 
cppGuardBegin() - Method in class com.sun.tools.javah.Gen
 
cppGuardEnd() - Method in class com.sun.tools.javah.Gen
 
CPX - Class in sun.tools.javap
Stores constant pool entry information with one field.
CPX(int) - Constructor for class sun.tools.javap.CPX
 
cpx - Variable in class sun.tools.javap.CPX
 
cpx1 - Variable in class sun.tools.javap.CPX2
 
CPX2 - Class in sun.tools.javap
Stores constant pool entry information with two fields.
CPX2(int, int) - Constructor for class sun.tools.javap.CPX2
 
cpx2 - Variable in class sun.tools.javap.CPX2
 
CR - Static variable in interface com.sun.tools.javac.util.LayoutCharacters
Carriage return character.
cRcvrDecl(MemberDoc, String) - Method in class com.sun.tools.javah.LLNI
 
create() - Static method in class com.sun.tools.javac.api.JavacTool
Static factory method for creating new instances of this tool.
Create(Symbol, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a method invocation from a method tree and a list of argument trees.
create(Names) - Static method in class com.sun.tools.javac.util.SharedNameTable
 
create(Names) - Static method in class com.sun.tools.javac.util.UnsharedNameTable
 
create(DiagnosticListener<? super JavaFileObject>, PrintWriter, Options) - Static method in class com.sun.tools.javap.JavapFileManager
 
createAttribute(ClassReader, int, byte[]) - Method in class com.sun.tools.classfile.Attribute.Factory
 
createBadClassFileDiagnostic(JavaFileObject, JCDiagnostic) - Method in class com.sun.tools.javac.jvm.ClassReader
 
createBinaryFile(Filer.Location, String, File) - Method in interface com.sun.mirror.apt.Filer
Creates a new binary file, and returns a stream for writing to it.
createBinaryFile(Filer.Location, String, File) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Creates a new binary file, and returns a stream for writing to it.
createBracketLets(JCTree.JCExpression) - Method in class edu.rice.cs.mint.comp.TransStaging
 
createClassFile(String) - Method in interface com.sun.mirror.apt.Filer
Creates a new class file, and returns a stream for writing to it.
createClassFile(String) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Creates a new class file, and returns a stream for writing to it.
createClassFile(CharSequence, Element...) - Method in class com.sun.tools.javac.processing.JavacFiler
 
createClassFile(CharSequence, Element...) - Method in interface javax.annotation.processing.Filer
Creates a new class file, and returns an object to allow writing to it.
createDiagnostic(String, Object...) - Method in class com.sun.tools.javap.JavapTask
 
createDirectory(Configuration, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a path string create all the directories in the path.
createErrorType(Type) - Method in class com.sun.tools.javac.code.Types
 
createErrorType(Symbol.ClassSymbol, Type) - Method in class com.sun.tools.javac.code.Types
 
createErrorType(Name, Symbol.TypeSymbol, Type) - Method in class com.sun.tools.javac.code.Types
 
createindex - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
False if command line option "-noindex" is used.
createoverview - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
This is true if option "-overview" is used or option "-overview" is not used and number of packages is more than one.
createPathString(PackageDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a PackageDoc, return its URL path string.
createPathString(ClassDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a ClassDoc, return its URL path string.
createResource(JavaFileManager.Location, CharSequence, CharSequence, Element...) - Method in class com.sun.tools.javac.processing.JavacFiler
 
createResource(JavaFileManager.Location, CharSequence, CharSequence, Element...) - Method in interface javax.annotation.processing.Filer
Creates a new auxiliary resource file for writing and returns a file object for it.
createSourceFile(String) - Method in interface com.sun.mirror.apt.Filer
Creates a new source file and returns a writer for it.
createSourceFile(String) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Creates a new source file and returns a writer for it.
createSourceFile(CharSequence, Element...) - Method in class com.sun.tools.javac.processing.JavacFiler
 
createSourceFile(CharSequence, Element...) - Method in interface javax.annotation.processing.Filer
Creates a new source file and returns an object to allow writing to it.
createSourceOrClassFile(boolean, String) - Method in class com.sun.tools.javac.processing.JavacFiler
 
CreateSymbols - Class in com.sun.tools.javac.sym
Used to generate a "symbol file" representing rt.jar that only includes supported or legacy proprietary API.
CreateSymbols() - Constructor for class com.sun.tools.javac.sym.CreateSymbols
 
createSymbols() - Method in class com.sun.tools.javac.sym.CreateSymbols
 
createTable(Options) - Method in class com.sun.tools.javac.util.Names
 
createTextFile(Filer.Location, String, File, String) - Method in interface com.sun.mirror.apt.Filer
Creates a new text file, and returns a writer for it.
createTextFile(Filer.Location, String, File, String) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Creates a new text file, and returns a writer for it.
createtree - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
False if command line option "-notree" is used.
creator(int, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.parser.JavacParser
Creator = Qualident [TypeArguments] ( ArrayCreatorRest | ClassCreatorRest )
crt - Variable in class com.sun.tools.javac.jvm.Code
The CharacterRangeTable
CRT_ASSIGNMENT - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_ASSIGNMENT - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_BLOCK - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_BLOCK - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_BRANCH_FALSE - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_BRANCH_FALSE - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_BRANCH_TRUE - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_BRANCH_TRUE - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_CREATE - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_CREATE - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_FLOW_CONTROLLER - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_FLOW_CONTROLLER - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_FLOW_TARGET - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_FLOW_TARGET - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_INVOKE - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_INVOKE - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
 
CRT_STATEMENT - Static variable in class com.sun.tools.classfile.CharacterRangeTable_attribute
 
CRT_STATEMENT - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
CRTEntry flags.
CRT_VALID_FLAGS - Static variable in interface com.sun.tools.javac.jvm.CRTFlags
The mask for valid flags
CRTable - Class in com.sun.tools.javac.jvm
This class contains the CharacterRangeTable for some method and the hashtable for mapping trees or lists of trees to their ending positions.
CRTable(JCTree.JCMethodDecl, Map<JCTree, Integer>) - Constructor for class com.sun.tools.javac.jvm.CRTable
Constructor
CRTable.CRTEntry - Class in com.sun.tools.javac.jvm
This class contains a CharacterRangeTableEntry.
CRTable.CRTEntry(Object, int, int, int) - Constructor for class com.sun.tools.javac.jvm.CRTable.CRTEntry
Constructor
CRTable.SourceComputer - Class in com.sun.tools.javac.jvm
This class contains methods to compute source positions for trees.
CRTable.SourceComputer() - Constructor for class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
CRTable.SourceRange - Class in com.sun.tools.javac.jvm
This class contains source positions for some tree or list of trees.
CRTable.SourceRange() - Constructor for class com.sun.tools.javac.jvm.CRTable.SourceRange
Constructor
CRTable.SourceRange(int, int) - Constructor for class com.sun.tools.javac.jvm.CRTable.SourceRange
Constructor
crtDebug - Variable in class com.sun.tools.javac.jvm.CRTable
 
CRTFlags - Interface in com.sun.tools.javac.jvm
The CharacterRangeTable flags indicating type of an entry.
CS_BINARY - Static variable in interface sun.tools.javap.Constants
 
CS_COMPILED - Static variable in interface sun.tools.javap.Constants
 
CS_NOTFOUND - Static variable in interface sun.tools.javap.Constants
 
CS_PARSED - Static variable in interface sun.tools.javap.Constants
 
CS_SOURCE - Static variable in interface sun.tools.javap.Constants
 
CS_UNDECIDED - Static variable in interface sun.tools.javap.Constants
 
CS_UNDEFINED - Static variable in interface sun.tools.javap.Constants
 
csp(JCTree) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
Visitor method: compute source positions for a single node.
csp(List<? extends JCTree>) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
Visitor method: compute source positions for a list of nodes.
cspCases(List<JCTree.JCCase>) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
Visitor method: compute source positions for a list of case blocks of switch statements.
cspCatchers(List<JCTree.JCCatch>) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
Visitor method: compute source positions for a list of catch clauses in try statements.
cspCount - Variable in class com.sun.tools.javac.tree.JCTree.JCIdent
 
CspMSPTree - Class in edu.rice.cs.mint.runtime.mspTree
 
CspMSPTree(Object, String) - Constructor for class edu.rice.cs.mint.runtime.mspTree.CspMSPTree
 
cspMspTreeType - Variable in class com.sun.tools.javac.code.Symtab
 
cspVariableCheck(Symbol, JCTree) - Method in class com.sun.tools.javac.comp.Attr
 
curLevel - Variable in class edu.rice.cs.mint.comp.TransStaging
 
curPc() - Method in class com.sun.tools.javac.jvm.Code
The current output code pointer.
currentBundles - Variable in class com.sun.tools.javac.util.JavacMessages
 
currentcd - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
The classdoc for the class file getting generated.
currentClass - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
The current class being documented.
currentClass - Variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The current class being documented.
currentClass - Variable in class com.sun.tools.javac.comp.Lower
The currently enclosing class.
currentClass - Variable in class edu.rice.cs.mint.comp.TransStaging
The currently enclosing class.
currentClassDoc - Variable in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
The current class being documented.
currentClassFile - Variable in class com.sun.tools.javac.jvm.ClassReader
The path name of the class file currently being read.
currentdir - Static variable in class sun.tools.javap.JavapEnvironment
 
currentEnumConstantsIndex - Variable in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
The index of the current enum constant that is being documented at this point in time.
currentFieldIndex - Variable in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
The index of the current field that is being documented at this point in time.
currentLoc - Variable in class com.sun.tools.javac.jvm.ClassReader
 
currentLocale - Variable in class com.sun.tools.javac.util.JavacMessages
 
currentMember - Variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The current member being documented.
currentMemberIndex - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
The index of the current member that is being documented at this point in time.
currentMethod - Variable in class com.sun.tools.javac.comp.TransTypes
 
currentMethodDef - Variable in class com.sun.tools.javac.comp.Lower
The current method definition.
currentMethodIndex - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
The index of the current field that is being documented at this point in time.
currentMethodIndex - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
The index of the current field that is being documented at this point in time.
currentMethodSym - Variable in class com.sun.tools.javac.comp.Lower
The current method symbol.
currentMethodSym - Variable in class edu.rice.cs.mint.comp.TransStaging
The current method symbol.
currentOwner - Variable in class com.sun.tools.javac.jvm.ClassReader
The class or method currently being read.
currentPackage - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
The current package being documented.
currentPackage - Variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The current package being documented.
currentRoot - Variable in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
 
currentSource() - Method in class com.sun.tools.javac.util.AbstractLog
Return the underlying diagnostic source
currentSourceFile() - Method in class com.sun.tools.javac.util.Log
Return current sourcefile.
currentString - Variable in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
customTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The map of custom tags.
cwd - Variable in class com.sun.tools.javac.Server.CwdFileManager
 

D

d - Variable in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
d2f - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
d2i - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
d2l - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dadd - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
daload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dastore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
data - Variable in class com.sun.tools.javac.code.Symbol.VarSymbol
The variable's constant value, if this is a constant.
data - Variable in class sun.tools.javap.AttrData
 
DATA_BUF_SIZE - Static variable in class com.sun.tools.javac.jvm.ClassWriter
The initial sizes of the data and constant pool buffers.
databuf - Variable in class com.sun.tools.javac.jvm.ClassWriter
An output buffer for member info.
datalen - Variable in class sun.tools.javap.AttrData
 
dble() - Method in class com.sun.tools.javac.code.Scope
Double size of hash table.
dch() - Method in class com.sun.tools.javac.parser.Scanner
For debugging purposes: print character.
dcmpg - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dcmpl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dconst_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dconst_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <DT> tag.
ddEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </DD> tag.
ddiv - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
DEBUG - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
True if we want to print debug output.
debug_extension - Variable in class com.sun.tools.classfile.SourceDebugExtension_attribute
 
debugCode - Variable in class com.sun.tools.javac.jvm.Code
 
debugCode - Variable in class com.sun.tools.javac.jvm.Gen
 
debugInfo() - Method in class com.sun.tools.classfile.Signature
 
debugLower - Variable in class com.sun.tools.javac.comp.Lower
 
debugName - Variable in class com.sun.tools.javac.comp.Resolve.ResolveError
The name of the kind of error, for debugging only.
debugResolve - Variable in class com.sun.tools.javac.comp.Resolve
 
debugstackmap - Variable in class com.sun.tools.javac.jvm.ClassWriter
Switch: describe the generated stackmap
DEC - Static variable in interface sun.tools.javap.Constants
 
decl - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
 
Declaration - Interface in com.sun.mirror.declaration
Represents the declaration of a program element such as a package, class, or method.
DECLARATION - Static variable in interface sun.tools.javap.Constants
 
DeclarationFilter - Class in com.sun.mirror.util
A filter for selecting just the items of interest from a collection of declarations.
DeclarationFilter() - Constructor for class com.sun.mirror.util.DeclarationFilter
Constructs an identity filter: one that selects all declarations.
DeclarationFilter.AccessFilter - Class in com.sun.mirror.util
 
DeclarationFilter.AccessFilter() - Constructor for class com.sun.mirror.util.DeclarationFilter.AccessFilter
 
DeclarationFilter.AccessFilter(Modifier) - Constructor for class com.sun.mirror.util.DeclarationFilter.AccessFilter
 
DeclarationFilter.AccessFilter(Modifier, Modifier) - Constructor for class com.sun.mirror.util.DeclarationFilter.AccessFilter
 
declarationFor(Symbol, JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Find the declaration for a symbol, where that symbol is defined somewhere in the given tree.
DeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of Declaration
DeclarationImpl(AptEnv, Symbol) - Constructor for class com.sun.tools.apt.mirror.declaration.DeclarationImpl
"sym" should be completed before this constructor is called.
DeclarationMaker - Class in com.sun.tools.apt.mirror.declaration
Utilities for constructing and caching declarations.
DeclarationMaker(Context) - Constructor for class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
declarationMakerKey - Static variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
Declarations - Interface in com.sun.mirror.util
Utility methods for operating on declarations.
DeclarationScanner - Class in com.sun.mirror.util
A visitor for declarations that scans declarations contained within the given declaration.
DeclarationScanner(DeclarationVisitor, DeclarationVisitor) - Constructor for class com.sun.mirror.util.DeclarationScanner
 
DeclarationsImpl - Class in com.sun.tools.apt.mirror.util
Implementation of Declarations utility methods for annotation processors
DeclarationsImpl(Context) - Constructor for class com.sun.tools.apt.mirror.util.DeclarationsImpl
 
declarationsKey - Static variable in class com.sun.tools.apt.mirror.util.DeclarationsImpl
 
DeclarationVisitor - Interface in com.sun.mirror.util
A visitor for declarations, in the style of the standard visitor design pattern.
DeclarationVisitors - Class in com.sun.mirror.util
Utilities to create specialized DeclarationVisitor instances.
DeclarationVisitors() - Constructor for class com.sun.mirror.util.DeclarationVisitors
 
DeclaredType - Interface in com.sun.mirror.type
Represents a declared type, either a class type or an interface type.
DeclaredType - Interface in javax.lang.model.type
Represents a declared type, either a class type or an interface type.
DeclaredTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of DeclaredType
DeclaredTypeImpl(AptEnv, Type.ClassType) - Constructor for class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
 
declCollection - Variable in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
declMaker - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
declMaker - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
declMaker - Variable in class com.sun.tools.apt.mirror.AptEnv
 
decls - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl.CollectingAP
 
declUtils - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
decode(ByteBuffer, boolean) - Method in class com.sun.tools.javac.file.JavacFileManager
Decode a ByteBuffer into a CharBuffer.
decode(String) - Static method in enum com.sun.tools.javac.main.JavaCompiler.CompilePolicy
 
decode(String) - Static method in enum com.sun.tools.javac.main.JavaCompiler.ImplicitSourcePolicy
 
decode(Object, Type) - Static method in class com.sun.tools.javac.util.Constants
Converts a constant in internal representation (in which boolean, char, byte, short, and int are each represented by an Integer) into standard representation.
decodeConstant(Object, Type) - Static method in class com.sun.tools.apt.mirror.declaration.Constants
Converts a constant in javac's internal representation (in which boolean, char, byte, short, and int are each represented by an Integer) into standard representation.
def - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
DEFAULT - Static variable in enum com.sun.tools.javac.code.Source
 
DEFAULT - Static variable in enum com.sun.tools.javac.jvm.Target
 
DEFAULT - Static variable in interface sun.tools.javap.Constants
 
DEFAULT_BUILDER_XML - Static variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The default path to the builder XML.
DEFAULT_COMPILE_POLICY - Static variable in class com.sun.tools.javac.main.JavaCompiler
 
DEFAULT_ENCODING - Static variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
DEFAULT_PACKAGE_FILE_NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The default package file name.
DEFAULT_PACKAGE_NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The default package name.
DEFAULT_TAB_STOP_LENGTH - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The default amount of space between tab stops.
DEFAULT_VALUE - Variable in class com.sun.source.util.SimpleTreeVisitor
 
default_value - Variable in class com.sun.tools.classfile.AnnotationDefault_attribute
 
DEFAULT_VALUE - Variable in class javax.lang.model.util.ElementScanner6
The specified default value.
DEFAULT_VALUE - Variable in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Default value to be returned; defaultAction returns this value unless the method is overridden.
DEFAULT_VALUE - Variable in class javax.lang.model.util.SimpleElementVisitor6
Default value to be returned; defaultAction returns this value unless the method is overridden.
DEFAULT_VALUE - Variable in class javax.lang.model.util.SimpleTypeVisitor6
Default value to be returned; defaultAction returns this value unless the method is overridden.
defaultAction(Tree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
defaultAction(Element, Boolean) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
defaultAction(Object, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
The default action for visit methods.
defaultAction(Element, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
The default action for visit methods.
defaultAction(TypeMirror, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
The default action for visit methods.
DefaultAttribute - Class in com.sun.tools.classfile
 
DefaultAttribute(ClassReader, int, byte[]) - Constructor for class com.sun.tools.classfile.DefaultAttribute
 
DefaultAttribute(ConstantPool, int, byte[]) - Constructor for class com.sun.tools.classfile.DefaultAttribute
 
defaultBundle - Static variable in class com.sun.tools.javac.util.JavacMessages
 
defaultBundleName - Static variable in class com.sun.tools.javac.util.JavacMessages
 
DefaultConstructor(TreeMaker, Symbol.ClassSymbol, List<Type>, List<Type>, List<Type>, long, boolean) - Method in class com.sun.tools.javac.comp.MemberEnter
Generate default constructor for given class.
defaultDocletClassName - Variable in class com.sun.tools.javadoc.Start
 
defaultEncodingName - Variable in class com.sun.tools.javac.file.JavacFileManager
 
defaultErrWriter - Static variable in class com.sun.tools.javadoc.Messager
The default writer for diagnostics
defaultFilter - Variable in class com.sun.tools.javadoc.Start
 
defaultFormatter - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
defaultJavaCompilerName - Static variable in class javax.tools.ToolProvider.Lazy
 
defaultMessages - Static variable in class com.sun.tools.javac.util.JavacMessages
 
defaultNoticeWriter - Static variable in class com.sun.tools.javadoc.Messager
 
defaultToolsLocation - Static variable in class javax.tools.ToolProvider.Lazy
 
defaultValue() - Method in interface com.sun.javadoc.AnnotationTypeElementDoc
Returns the default value of this element.
defaultValue - Variable in class com.sun.tools.javac.code.Symbol.MethodSymbol
For an attribute field accessor, its default value if any.
defaultValue - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
defaultValue() - Method in class com.sun.tools.javadoc.AnnotationTypeElementDocImpl
Returns the default value of this element.
defaultWarnWriter - Static variable in class com.sun.tools.javadoc.Messager
 
defaultWriter(Context) - Static method in class com.sun.tools.javac.util.Log
The default writer for diagnostics
deferredDiagnosticArg - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
An optional argument to be used when constructing the deferred diagnostic message, based on deferredDiagnosticKind.
deferredDiagnosticKind - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
A variable indicating the latest best guess at what the final deferred diagnostic will be.
deferredDiagnosticSource - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
If deferredDiagnosticKind is IN_FILE or ADDITIONAL_IN_FILE, this variable gives the value of log.currentSource() for the file in question.
defineClass(Name, Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Define a new class given its name and owner.
defined - Variable in class com.sun.tools.javac.jvm.Code.State
The set of registers containing values.
defineExt(int, String) - Static method in class com.sun.tools.classfile.OpCodes
 
defineExt(int, String) - Static method in class sun.tools.javap.Tables
 
defineForStatic(ClassDoc, FieldDoc) - Method in class com.sun.tools.javah.Gen
 
defineKeyword(String, int) - Static method in class sun.tools.javap.Tables
 
defineKeywordName(String, int) - Static method in class sun.tools.javap.Tables
 
defineMapType(String, int) - Static method in class sun.tools.javap.Tables
 
defineNonPriv(int, String) - Static method in class com.sun.tools.classfile.OpCodes
 
defineNonPriv(int, String) - Static method in class sun.tools.javap.Tables
 
definePriv(int, String) - Static method in class com.sun.tools.classfile.OpCodes
 
definePriv(int, String) - Static method in class sun.tools.javap.Tables
 
definesSerializableFields() - Method in interface com.sun.javadoc.ClassDoc
Return true if Serializable fields are explicitly defined with the special class member serialPersistentFields.
definesSerializableFields() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if Serializable fields are explicitly defined with the special class member serialPersistentFields.
definesSerializableFields - Variable in class com.sun.tools.javadoc.SerializedForm
 
definesSerializableFields() - Method in class com.sun.tools.javadoc.SerializedForm
Returns true if Serializable fields are defined explicitly using member, serialPersistentFields.
defineTag(String, int) - Static method in class sun.tools.javap.Tables
 
defineType(String, int) - Static method in class sun.tools.javap.Tables
 
defs - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
defs - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
defs - Variable in class com.sun.tools.javac.tree.JCTree.LetExpr
 
delegateCompiler - Variable in class com.sun.tools.javac.main.JavaCompiler
Annotation processing may require and provide a new instance of the compiler to be used for the analyze and generate phases.
delegatee - Variable in class com.sun.tools.javac.code.Scope.DelegatedScope
 
delete() - Method in class com.sun.tools.javac.file.RegularFileObject
 
delete() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
delete() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
delete() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
delete() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerInputFileObject
 
delete() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
delete() - Method in interface javax.tools.FileObject
Deletes this file object.
delete() - Method in class javax.tools.ForwardingFileObject
 
delete() - Method in class javax.tools.SimpleJavaFileObject
This implementation does nothing.
Deprecated - Static variable in class com.sun.tools.classfile.Attribute
 
DEPRECATED - Static variable in class com.sun.tools.javac.code.Flags
Flag is set if symbol is deprecated.
deprecated - Variable in class com.sun.tools.javac.util.Names
 
Deprecated - Variable in class com.sun.tools.javac.util.Names
 
Deprecated_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.15.
Deprecated_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.Deprecated_attribute
 
Deprecated_attribute(ConstantPool) - Constructor for class com.sun.tools.classfile.Deprecated_attribute
 
Deprecated_attribute(int) - Constructor for class com.sun.tools.classfile.Deprecated_attribute
 
DeprecatedAPIListBuilder - Class in com.sun.tools.doclets.internal.toolkit.util
Build list of all the deprecated classes, constructors, fields and methods.
DeprecatedAPIListBuilder(RootDoc) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
Constructor.
deprecatedFlag() - Method in interface com.sun.tools.javac.parser.Lexer
Has a @deprecated been encountered in last doc comment? This needs to be reset by client with resetDeprecatedFlag.
deprecatedFlag - Variable in class com.sun.tools.javac.parser.Scanner
Has a @deprecated been encountered in last doc comment? this needs to be reset by client.
deprecatedFlag() - Method in class com.sun.tools.javac.parser.Scanner
Has a @deprecated been encountered in last doc comment? This needs to be reset by client with resetDeprecatedFlag.
deprecatedLists - Variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
List of deprecated type Lists.
DeprecatedListWriter - Class in com.sun.tools.doclets.formats.html
Generate File to list all the deprecated classes and class members with the appropriate links.
DeprecatedListWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.DeprecatedListWriter
Constructor.
DeprecatedTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
A taglet that represents the @deprecated tag.
DeprecatedTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.DeprecatedTaglet
 
deprecatedTagOutput(Doc) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the deprecated tag output.
deprecatedTagOutput(Doc) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the deprecated tag output.
deprecatedType - Variable in class com.sun.tools.javac.code.Symtab
 
deprecationHandler - Variable in class com.sun.tools.javac.comp.Check
A handler for messages about deprecated usage.
deproxy(Type, Attribute) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
deproxyCompound(ClassReader.CompoundAnnotationProxy) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
deproxyCompoundList(List<ClassReader.CompoundAnnotationProxy>) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
DEREFcode - Static variable in class com.sun.tools.javac.comp.Lower
Access codes for dereferencing, assignment, and pre/post increment/decrement.
desc - Variable in exception com.sun.tools.classfile.Descriptor.InvalidDescriptor
 
description() - Method in interface com.sun.javadoc.SerialFieldTag
Return the field comment.
description - Variable in class com.sun.tools.javadoc.SerialFieldTagImpl
 
description() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Return the field comment.
Descriptor - Class in com.sun.tools.classfile
See JVMS3, section 4.4.
Descriptor(ClassReader) - Constructor for class com.sun.tools.classfile.Descriptor
 
Descriptor(int) - Constructor for class com.sun.tools.classfile.Descriptor
 
descriptor - Variable in class com.sun.tools.classfile.Field
 
descriptor - Variable in class com.sun.tools.classfile.Method
 
Descriptor.InvalidDescriptor - Exception in com.sun.tools.classfile
 
Descriptor.InvalidDescriptor(String) - Constructor for exception com.sun.tools.classfile.Descriptor.InvalidDescriptor
 
Descriptor.InvalidDescriptor(String, int) - Constructor for exception com.sun.tools.classfile.Descriptor.InvalidDescriptor
 
descriptor_index - Variable in class com.sun.tools.classfile.LocalVariableTable_attribute.Entry
 
descriptor_index - Variable in class sun.tools.javap.FieldData
 
descriptor_index - Variable in class sun.tools.javap.MethodData
 
DescriptorException - Exception in com.sun.tools.classfile
 
DescriptorException() - Constructor for exception com.sun.tools.classfile.DescriptorException
 
descrKey - Variable in class com.sun.tools.apt.main.Main.Option
Documentation key for description.
descrKey - Variable in class com.sun.tools.javac.main.JavacOption.Option
Documentation key for description.
desiredAssertionStatus - Variable in class com.sun.tools.javac.util.Names
 
destDirName - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Destination directory name, in which doclet will generate the entire documentation.
desugar(Queue<Env<AttrContext>>) - Method in class com.sun.tools.javac.main.JavaCompiler
Prepare attributed parse trees, in conjunction with their attribution contexts, for source or code generation.
desugar(Env<AttrContext>, Queue<Pair<Env<AttrContext>, JCTree.JCClassDecl>>) - Method in class com.sun.tools.javac.main.JavaCompiler
Prepare attributed parse trees, in conjunction with their attribution contexts, for source or code generation.
detail - Variable in class com.sun.tools.javac.tree.JCTree.JCAssert
 
devVerbose - Variable in class com.sun.tools.javac.main.JavaCompiler
Switch: should we debug ignored exceptions
diag - Variable in exception com.sun.tools.javac.code.Symbol.CompletionFailure
A diagnostic object describing the failure
diagEndPos(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
A DiagnosticPosition with the preferred position set to the end position of given tree, if it is a block with defined endpos.
diagFactory - Variable in class com.sun.tools.javac.jvm.ClassReader
Factory for diagnostics
diagFactory - Variable in class com.sun.tools.javac.main.JavaCompiler
Factory for creating diagnostic objects
diagFormatter - Variable in class com.sun.tools.javac.util.Log
Formatter for diagnostics
DiagInc - Static variable in interface com.sun.tools.javac.util.LayoutCharacters
Diagnostic standard indentation
diagListener - Variable in class com.sun.tools.javac.util.Log
Diagnostic listener, if provided through programmatic interface to javac (JSR 199).
diagnostic - Variable in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
Diagnostic<S> - Interface in javax.tools
Interface for diagnostics from tools.
Diagnostic.Kind - Enum in javax.tools
Kinds of diagnostics, for example, error or warning.
Diagnostic.Kind() - Constructor for enum javax.tools.Diagnostic.Kind
 
DiagnosticCollector<S> - Class in javax.tools
Provides an easy way to collect diagnostics in a list.
DiagnosticCollector() - Constructor for class javax.tools.DiagnosticCollector
 
diagnosticFactoryKey - Static variable in class com.sun.tools.javac.util.JCDiagnostic.Factory
The context key for the diagnostic factory.
DiagnosticFormatter<D extends Diagnostic<?>> - Interface in com.sun.tools.javac.api
Provides simple functionalities for javac diagnostic formatting
DiagnosticFormatter.PositionKind - Enum in com.sun.tools.javac.api
This enum defines a set of constants for all the kinds of position that a diagnostic can be asked for.
DiagnosticFormatter.PositionKind() - Constructor for enum com.sun.tools.javac.api.DiagnosticFormatter.PositionKind
 
diagnosticListener - Variable in class com.sun.tools.javap.JavapTask
 
DiagnosticListener<S> - Interface in javax.tools
Interface for receiving diagnostics from tools.
diagnosticPositionFor(Symbol, JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Find the position for reporting an error about a symbol, where that symbol is defined somewhere in the given tree.
diagnostics - Variable in class javax.tools.DiagnosticCollector
 
DiagnosticSource - Class in com.sun.tools.javac.util
A simple abstraction of a source file, as needed for use in a diagnostic message.
DiagnosticSource(JavaFileObject, AbstractLog) - Constructor for class com.sun.tools.javac.util.DiagnosticSource
 
diags - Variable in class com.sun.tools.javac.comp.Attr
 
diags - Variable in class com.sun.tools.javac.comp.Check
 
diags - Variable in class com.sun.tools.javac.comp.Infer
 
diags - Variable in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
diags - Variable in class com.sun.tools.javac.comp.MemberEnter
 
diags - Variable in class com.sun.tools.javac.comp.Resolve
 
diags - Variable in class com.sun.tools.javac.util.AbstractLog
Factory for diagnostics
diff(List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Form the difference of two type lists.
diffSet(Bits) - Method in class com.sun.tools.javac.util.Bits
this set = this set \ xs.
digest - Variable in class com.sun.tools.javap.ClassWriter
 
digestName - Variable in class com.sun.tools.javap.ClassWriter
 
digit(int) - Method in class com.sun.tools.javac.parser.DocCommentScanner
Convert an ASCII digit from its base (8, 10, or 16) to its value.
digit(int) - Method in class com.sun.tools.javac.parser.Scanner
Convert an ASCII digit from its base (8, 10, or 16) to its value.
dimension() - Method in interface com.sun.javadoc.Type
Return the type's dimension information, as a string.
dimension() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
dimension() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the type's dimension information.
dimension() - Method in class com.sun.tools.javadoc.PrimitiveType
Return the type's dimension information, as a string.
dimension() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return the type's dimension information, as a string.
dimensions(Type) - Method in class com.sun.tools.javac.code.Types
The number of dimensions of an array type.
dims - Variable in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
dir - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
directError(String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
 
directError(String, Object...) - Method in class com.sun.tools.javac.util.Log
 
directories - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
directoriesInited - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
DirectoryManager - Class in com.sun.tools.doclets.internal.toolkit.util
Handle the directory creations and the path string generations.
DirectoryManager() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Never instaniated.
directSupertypes(TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
directSupertypes(TypeMirror) - Method in interface javax.lang.model.util.Types
Returns the direct supertypes of a type.
dirname() - Method in class com.sun.tools.javac.file.RelativePath
 
dirname() - Method in class com.sun.tools.javac.file.RelativePath.RelativeDirectory
 
dirname() - Method in class com.sun.tools.javac.file.RelativePath.RelativeFile
 
dirName - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
dirSeparator - Variable in class com.sun.tools.doclets.internal.toolkit.util.SourcePath
 
DisassemblerTool - Interface in com.sun.tools.javap
This class is intended to be put in javax.tools.
DisassemblerTool.DisassemblerTask - Interface in com.sun.tools.javap
Interface representing a future for a disassembly task.
discoverAndRunProcs(Context, Set<TypeElement>, List<Symbol.ClassSymbol>, List<Symbol.PackageSymbol>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
discoveredProcs - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Holds relevant state history of which processors have been used.
disjointType - Variable in class com.sun.tools.javac.code.Types
 
disjointType(Type, Type) - Method in class com.sun.tools.javac.code.Types
Two types or wildcards are considered disjoint if it can be proven that no type can be contained in both.
disjointTypes(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
 
displayLength - Variable in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
The display length used for indentation while generating the class page.
displayLength - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
The display length for the link.
displayResults() - Method in class sun.tools.javap.Main
Display results
displaySource(D) - Method in interface com.sun.tools.javac.api.DiagnosticFormatter
Whether the source code output for this diagnostic is to be displayed
displaySource(JCDiagnostic) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
displayState() - Method in class com.sun.tools.javac.processing.JavacFiler
Debugging function to display internal state.
dispose() - Method in class com.sun.tools.javac.util.Name.Table
Release any resources used by this table.
dispose() - Method in class com.sun.tools.javac.util.Names
 
dispose(SharedNameTable) - Static method in class com.sun.tools.javac.util.SharedNameTable
 
dispose() - Method in class com.sun.tools.javac.util.SharedNameTable
 
dispose() - Method in class com.sun.tools.javac.util.UnsharedNameTable
 
DIV - Static variable in class com.sun.tools.javac.tree.JCTree
 
DIV - Static variable in interface sun.tools.javap.Constants
 
DIV_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
divideAtWhite() - Method in class com.sun.tools.javadoc.TagImpl
for use by subclasses which have two part tag text.
dl() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <DL> tag.
dlEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </DL> tag.
dload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dload_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dload_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dload_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dload_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dmod - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dmul - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dneg - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
DO - Static variable in interface sun.tools.javap.Constants
 
Doc - Interface in com.sun.javadoc
Represents Java language constructs (package, class, constructor, method, field) which have comments and have been processed by this run of javadoc.
DOC_FILES_DIR_NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The name of the doc files directory.
docClasses - Variable in class com.sun.tools.javadoc.DocEnv
Allow documenting from class files?
docComment - Variable in class com.sun.tools.javac.parser.DocCommentScanner
Translated and stripped contents of doc comment
docComment() - Method in class com.sun.tools.javac.parser.DocCommentScanner
Returns the documentation string of the current token.
docComment() - Method in interface com.sun.tools.javac.parser.Lexer
Returns the documentation string of the current token.
docComment() - Method in class com.sun.tools.javac.parser.Scanner
Returns the documentation string of the current token.
docCommentBuffer - Variable in class com.sun.tools.javac.parser.DocCommentScanner
Buffer for doc comment.
docCommentCount - Variable in class com.sun.tools.javac.parser.DocCommentScanner
Number of characters in doc comment buffer.
docComments - Variable in class com.sun.tools.javac.parser.JavacParser
A hashtable to store all documentation comments indexed by the tree nodes they refer to.
docComments - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
docComments - Variable in class com.sun.tools.javac.tree.Pretty
A hashtable mapping trees to their documentation comments (can be null)
DocCommentScanner - Class in com.sun.tools.javac.parser
An extension to the base lexical analyzer that captures and processes the contents of doc comments.
DocCommentScanner(DocCommentScanner.Factory, CharBuffer) - Constructor for class com.sun.tools.javac.parser.DocCommentScanner
Create a scanner from the input buffer.
DocCommentScanner(DocCommentScanner.Factory, char[], int) - Constructor for class com.sun.tools.javac.parser.DocCommentScanner
Create a scanner from the input array.
DocCommentScanner.Factory - Class in com.sun.tools.javac.parser
A factory for creating scanners.
DocCommentScanner.Factory(Context) - Constructor for class com.sun.tools.javac.parser.DocCommentScanner.Factory
Create a new scanner factory.
docencoding - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Encoding for this document.
docenv - Variable in class com.sun.tools.javadoc.Comment
Doc environment
DocEnv - Class in com.sun.tools.javadoc
Holds the environment for a run of javadoc.
DocEnv(Context) - Constructor for class com.sun.tools.javadoc.DocEnv
Constructor
docenv - Variable in class com.sun.tools.javadoc.DocLocale
Enclosing DocEnv
docenv - Variable in class com.sun.tools.javadoc.JavadocClassReader
 
docenv - Variable in class com.sun.tools.javadoc.JavadocEnter
 
docenv - Variable in class com.sun.tools.javadoc.JavadocMemberEnter
 
docenv - Variable in class com.sun.tools.javadoc.JavadocTool
 
docenv() - Method in class com.sun.tools.javadoc.TagImpl
 
docEnvKey - Static variable in class com.sun.tools.javadoc.DocEnv
 
DocErrorReporter - Interface in com.sun.javadoc
This interface provides error, warning and notice printing.
docFileDestDirName - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Destination directory name, in which doclet will copy the doc-files to.
DocFinder - Class in com.sun.tools.doclets.internal.toolkit.util
Search for the requested documentation.
DocFinder() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder
 
DocFinder.Input - Class in com.sun.tools.doclets.internal.toolkit.util
The class that encapsulates the input.
DocFinder.Input() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
DocFinder.Input(MethodDoc, InheritableTaglet, Tag, boolean, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
DocFinder.Input(MethodDoc, InheritableTaglet, String) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
DocFinder.Input(MethodDoc, InheritableTaglet, String, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
DocFinder.Input(MethodDoc, InheritableTaglet) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
DocFinder.Input(MethodDoc) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
DocFinder.Input(MethodDoc, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
 
DocFinder.Output - Class in com.sun.tools.doclets.internal.toolkit.util
The class that encapsulates the output.
DocFinder.Output() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
 
DocImpl - Class in com.sun.tools.javadoc
abstract base class of all Doc classes.
DocImpl(DocEnv, String) - Constructor for class com.sun.tools.javadoc.DocImpl
Constructor.
Doclet - Class in com.sun.javadoc
This is an example of a starting class for a doclet, showing the entry-point methods.
Doclet() - Constructor for class com.sun.javadoc.Doclet
 
DocletAbortException - Exception in com.sun.tools.doclets.internal.toolkit.util
 
DocletAbortException() - Constructor for exception com.sun.tools.doclets.internal.toolkit.util.DocletAbortException
 
docletClass - Variable in class com.sun.tools.javadoc.DocletInvoker
 
docletClassName - Variable in class com.sun.tools.javadoc.DocletInvoker
 
DocletConstants - Class in com.sun.tools.doclets.internal.toolkit.util
Stores all constants for a Doclet.
DocletConstants() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
 
DocletInvoker - Class in com.sun.tools.javadoc
Class creates, controls and invokes doclets.
DocletInvoker(Messager, String, String, ClassLoader) - Constructor for class com.sun.tools.javadoc.DocletInvoker
 
docletInvoker - Variable in class com.sun.tools.javadoc.Start
 
DocletInvoker.DocletInvokeException - Exception in com.sun.tools.javadoc
 
DocletInvoker.DocletInvokeException() - Constructor for exception com.sun.tools.javadoc.DocletInvoker.DocletInvokeException
 
docletParentClassLoader - Variable in class com.sun.tools.javadoc.Start
 
doclocale - Variable in class com.sun.tools.javadoc.DocEnv
 
DocLocale - Class in com.sun.tools.javadoc
This class holds the information about locales.
DocLocale(DocEnv, String, boolean) - Constructor for class com.sun.tools.javadoc.DocLocale
Constructor
docLocale - Variable in class com.sun.tools.javadoc.Start
 
docPath - Variable in class com.sun.tools.javadoc.PackageDocImpl
 
DocRootTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An inline Taglet representing {@docRoot}.
DocRootTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.DocRootTaglet
Construct a new DocRootTaglet.
doctitle - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-doctitle".
documentation - Variable in class com.sun.tools.javadoc.DocImpl
Raw documentation string.
documentation() - Method in class com.sun.tools.javadoc.DocImpl
So subclasses have the option to do lazy initialization of "documentation" string.
documentation() - Method in class com.sun.tools.javadoc.PackageDocImpl
Do lazy initialization of "documentation" string.
documentation() - Method in class com.sun.tools.javadoc.RootDocImpl
Do lazy initialization of "documentation" string.
documentedClasses - Variable in class com.sun.tools.doclets.formats.html.PackageFrameWriter
The classes to be documented.
doField(LLNI.FieldDefsRes, FieldDoc, String, boolean) - Method in class com.sun.tools.javah.LLNI
 
dollarAssertionsDisabled - Variable in class com.sun.tools.javac.comp.Lower
 
DOLOOP - Static variable in class com.sun.tools.javac.tree.JCTree
Do-while loops, of type DoLoop.
DoLoop(JCTree.JCStatement, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
DoLoop(JCTree.JCStatement, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
doneHandleTypes - Variable in class com.sun.tools.javah.LLNI
 
dontgoto - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
All conditional jumps come in pairs.
doProcessing(Context, List<JCTree.JCCompilationUnit>, List<Symbol.ClassSymbol>, Iterable<? extends Symbol.PackageSymbol>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
dosToJavaTime(int) - Static method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
doTwoWordFields(LLNI.FieldDefsRes, ClassDoc, int, String, boolean) - Method in class com.sun.tools.javah.LLNI
 
DOUBLE - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `double'.
DOUBLE - Static variable in interface sun.tools.javap.Constants
 
doubleAlign - Variable in class com.sun.tools.javah.LLNI
 
doubleAlign - Static variable in class com.sun.tools.javah.MainDoclet
 
DOUBLEcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
doublePool() - Method in class com.sun.tools.javac.jvm.Pool
Double pool buffer in size.
doubleType - Variable in class com.sun.tools.javac.code.Symtab
 
doubleType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
DOUBLEVAL - Static variable in interface sun.tools.javap.Constants
 
doubleValue(Object) - Static method in class com.sun.tools.javac.comp.ConstFold
 
DoWhileLoopTree - Interface in com.sun.source.tree
A tree node for a 'do' statement.
dreturn - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
drop() - Method in class com.sun.tools.javac.jvm.Items.AssignItem
 
drop() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
drop() - Method in class com.sun.tools.javac.jvm.Items.IndexedItem
 
drop() - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to avoid having to use this item.
drop() - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
drop() - Method in class com.sun.tools.javac.jvm.Items.StackItem
 
dstore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dstore_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dstore_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dstore_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dstore_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dsub - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dt() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <DT> tag.
dummyContext - Variable in class com.sun.tools.javac.api.JavacTool
 
dump() - Method in class com.sun.tools.javac.jvm.Code.State
 
dump(int) - Method in class com.sun.tools.javac.jvm.Code.State
 
dump() - Method in class com.sun.tools.javac.util.Context
 
dumpClassModifiers - Variable in class com.sun.tools.javac.jvm.ClassWriter
Value of option 'dumpmodifiers' is a string indicating which modifiers should be dumped for debugging: 'c' -- classes 'f' -- fields 'i' -- innerclass attributes 'm' -- methods For example, to dump everything: javac -XDdumpmodifiers=cifm MyProg.java
dumpFieldModifiers - Variable in class com.sun.tools.javac.jvm.ClassWriter
 
dumpInnerClassModifiers - Variable in class com.sun.tools.javac.jvm.ClassWriter
 
dumpMethodModifiers - Variable in class com.sun.tools.javac.jvm.ClassWriter
 
dumpOnError - Variable in class com.sun.tools.javac.util.Log
Print stack trace on errors?
dup() - Method in class com.sun.tools.javac.code.Scope.DelegatedScope
 
dup() - Method in class com.sun.tools.javac.code.Scope
Construct a fresh scope within this scope, with same owner, which shares its table with the outer scope.
dup(Symbol) - Method in class com.sun.tools.javac.code.Scope
Construct a fresh scope within this scope, with new owner, which shares its table with the outer scope.
dup() - Method in class com.sun.tools.javac.code.Scope.ErrorScope
 
dup() - Method in class com.sun.tools.javac.code.Symbol.Level
 
dup(Scope) - Method in class com.sun.tools.javac.comp.AttrContext
Duplicate this context, replacing scope field and copying all others.
dup() - Method in class com.sun.tools.javac.comp.AttrContext
Duplicate this context, copying all fields.
dup(JCTree, A) - Method in class com.sun.tools.javac.comp.Env
Duplicate this environment, updating with given tree and info, and copying all other fields.
dup(JCTree) - Method in class com.sun.tools.javac.comp.Env
Duplicate this environment, updating with given tree, and copying all other fields.
dup - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dup() - Method in class com.sun.tools.javac.jvm.Code.LocalVar
 
dup() - Method in class com.sun.tools.javac.jvm.Code.State
 
dup() - Method in class com.sun.tools.javac.util.Bits
Return a copy of this set.
dup2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dup2_x1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dup2_x2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dup_x1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dup_x2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
dupBracket(JCTree, A, JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Env
Duplicate this environment, updating with given tree and info and adding a new bracket to enclBrackets, copying all other fields.
dupBracket(JCTree, JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Env
Duplicate this environment, updating with given tree and adding a new bracket to enclBrackets, copying all other fields.
dupEscape(JCTree, A) - Method in class com.sun.tools.javac.comp.Env
Duplicate this environment, updating with given tree and info and removing the most recent bracket from enclBrackets, copying all other fields.
dupEscape(JCTree) - Method in class com.sun.tools.javac.comp.Env
Duplicate this environment, updating with given tree and removing the most recent bracket from enclBrackets, copying all other fields.
duplicate() - Method in class com.sun.tools.javac.jvm.Items.AssignItem
 
duplicate() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
duplicate() - Method in class com.sun.tools.javac.jvm.Items.IndexedItem
 
duplicate() - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to use this item twice.
duplicate() - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
duplicate() - Method in class com.sun.tools.javac.jvm.Items.StackItem
 
duplicateClass(JCDiagnostic.DiagnosticPosition, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Enter
Complain about a duplicate class.
duplicateClass(JCDiagnostic.DiagnosticPosition, Symbol.ClassSymbol) - Method in class com.sun.tools.javadoc.JavadocEnter
Don't complain about a duplicate class.
duplicateError(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Check
Report duplicate declaration error.
duplicateError(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Lower
Report a conflict between a user symbol and a synthetic symbol.
dupto(Env<A>) - Method in class com.sun.tools.javac.comp.Env
Duplicate this environment into a given Environment, using its tree and info, and copying all other fields.
dupUnshared() - Method in class com.sun.tools.javac.code.Scope.DelegatedScope
 
dupUnshared() - Method in class com.sun.tools.javac.code.Scope
Construct a fresh scope within this scope, with same owner, with a new hash table, whose contents initially are those of the table of its outer scope.
dupUnshared() - Method in class com.sun.tools.javac.code.Scope.ErrorScope
 

E

earlier(Annotate.Annotator) - Method in class com.sun.tools.javac.comp.Annotate
 
earlyRefError(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Check
Report an error that symbol cannot be referenced before super has been called.
edu.rice.cs.mint.comp - package edu.rice.cs.mint.comp
Provides interfaces and classes for Mint in the compiler.
edu.rice.cs.mint.runtime - package edu.rice.cs.mint.runtime
Provides interfaces and classes for Mint during runtime.
edu.rice.cs.mint.runtime.mspTree - package edu.rice.cs.mint.runtime.mspTree
 
edu.rice.cs.mint.test - package edu.rice.cs.mint.test
 
edu.rice.cs.mint.util - package edu.rice.cs.mint.util
 
elapsed(long) - Static method in class com.sun.tools.javac.main.JavaCompiler
 
elapsed_msec - Variable in class com.sun.tools.javac.main.JavaCompiler
 
element() - Method in interface com.sun.javadoc.AnnotationDesc.ElementValuePair
Returns the annotation type element.
element() - Method in class com.sun.tools.javadoc.AnnotationDescImpl.ElementValuePairImpl
Returns the annotation type element.
Element - Interface in javax.lang.model.element
Represents a program element such as a package, class, or method.
element - Variable in exception javax.lang.model.element.UnknownElementException
 
element_name_index - Variable in class com.sun.tools.classfile.Annotation.element_value_pair
 
element_value_pairs - Variable in class com.sun.tools.classfile.Annotation
 
ElementFilter - Class in javax.lang.model.util
Filters for selecting just the elements of interest from a collection of elements.
ElementFilter() - Constructor for class javax.lang.model.util.ElementFilter
 
ElementKind - Enum in javax.lang.model.element
The kind of an element.
ElementKind() - Constructor for enum javax.lang.model.element.ElementKind
 
ElementKindVisitor6<R,P> - Class in javax.lang.model.util
A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_6 source version.
ElementKindVisitor6() - Constructor for class javax.lang.model.util.ElementKindVisitor6
Constructor for concrete subclasses; uses null for the default value.
ElementKindVisitor6(R) - Constructor for class javax.lang.model.util.ElementKindVisitor6
Constructor for concrete subclasses; uses the argument for the default value.
elements() - Method in interface com.sun.javadoc.AnnotationTypeDoc
Returns the elements of this annotation type.
elements - Variable in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
 
elements() - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Array of IndexMap keys, Unicode characters.
elements - Variable in class com.sun.tools.javac.api.JavacTrees
 
elements - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ComputeAnnotationSet
 
elements() - Method in class com.sun.tools.javadoc.AnnotationTypeDocImpl
Returns the elements of this annotation type.
Elements - Interface in javax.lang.model.util
Utility methods for operating on program elements.
ElementScanner6<R,P> - Class in javax.lang.model.util
A scanning visitor of program elements with default behavior appropriate for the RELEASE_6 source version.
ElementScanner6() - Constructor for class javax.lang.model.util.ElementScanner6
Constructor for concrete subclasses; uses null for the default value.
ElementScanner6(R) - Constructor for class javax.lang.model.util.ElementScanner6
Constructor for concrete subclasses; uses the argument for the default value.
elementUtils - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
elementUtils - Variable in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
elementValues() - Method in interface com.sun.javadoc.AnnotationDesc
Returns this annotation's elements and their values.
elementValues() - Method in class com.sun.tools.javadoc.AnnotationDescImpl
Returns this annotation's elements and their values.
ElementVisitor<R,P> - Interface in javax.lang.model.element
A visitor of program elements, in the style of the visitor design pattern.
elems - Variable in class com.sun.tools.javac.code.Scope
A linear list that also contains all entries in reverse order of appearance (i.e later entries are pushed on top).
elems - Variable in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
elems - Variable in class com.sun.tools.javac.util.ByteBuffer
An array holding the bytes in this buffer; can be grown.
elems - Variable in class com.sun.tools.javac.util.ListBuffer
The list of elements of this buffer.
elems - Variable in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
elemType - Variable in class com.sun.tools.classfile.Type.ArrayType
 
elemtype - Variable in class com.sun.tools.javac.code.Type.ArrayType
 
elemtype(Type) - Method in class com.sun.tools.javac.code.Types
The element type of an array.
elemtype - Variable in class com.sun.tools.javac.tree.JCTree.JCArrayTypeTree
 
elemtype - Variable in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
elemTypeFun - Variable in class com.sun.tools.javac.code.Types
Mapping to take element type of an arraytype
eligibleMembers(ProgramElementDoc[]) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
ELSE - Static variable in interface sun.tools.javap.Constants
 
elsepart - Variable in class com.sun.tools.javac.tree.JCTree.JCIf
 
em() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <EM> tag.
emEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </EM> tag.
emit1(int) - Method in class com.sun.tools.javac.jvm.Code
Emit a byte of code.
emit2(int) - Method in class com.sun.tools.javac.jvm.Code
Emit two bytes of code.
emit4(int) - Method in class com.sun.tools.javac.jvm.Code
Emit four bytes of code.
emitAnewarray(int, Type) - Method in class com.sun.tools.javac.jvm.Code
Emit anewarray.
emitCLDCStackMap(int, int) - Method in class com.sun.tools.javac.jvm.Code
Emit a CLDC stack map frame.
emitInvokeinterface(int, Type) - Method in class com.sun.tools.javac.jvm.Code
Emit an invokeinterface instruction.
emitInvokespecial(int, Type) - Method in class com.sun.tools.javac.jvm.Code
Emit an invokespecial instruction.
emitInvokestatic(int, Type) - Method in class com.sun.tools.javac.jvm.Code
Emit an invokestatic instruction.
emitInvokevirtual(int, Type) - Method in class com.sun.tools.javac.jvm.Code
Emit an invokevirtual instruction.
emitJump(int) - Method in class com.sun.tools.javac.jvm.Code
Emit a jump instruction.
emitMinusOne(int) - Method in class com.sun.tools.javac.jvm.Gen
Generate code to load -1 of the given type code (either int or long).
emitMultianewarray(int, int, Type) - Method in class com.sun.tools.javac.jvm.Code
Emit a multinewarray instruction.
emitNewarray(int, Type) - Method in class com.sun.tools.javac.jvm.Code
Emit newarray.
emitop(int) - Method in class com.sun.tools.javac.jvm.Code
Emit an opcode.
emitop0(int) - Method in class com.sun.tools.javac.jvm.Code
Emit an opcode with no operand field.
emitop1(int, int) - Method in class com.sun.tools.javac.jvm.Code
Emit an opcode with a one-byte operand field.
emitop1w(int, int) - Method in class com.sun.tools.javac.jvm.Code
Emit an opcode with a one-byte operand field; widen if field does not fit in a byte.
emitop1w(int, int, int) - Method in class com.sun.tools.javac.jvm.Code
Emit an opcode with two one-byte operand fields; widen if either field does not fit in a byte.
emitop2(int, int) - Method in class com.sun.tools.javac.jvm.Code
Emit an opcode with a two-byte operand field.
emitop4(int, int) - Method in class com.sun.tools.javac.jvm.Code
Emit an opcode with a four-byte operand field.
emitSourceFile - Variable in class com.sun.tools.javac.jvm.ClassWriter
Switch: emit source file attribute.
emitStackMap() - Method in class com.sun.tools.javac.jvm.Code
Emit a stack map entry.
emitStackMapFrame(int, int) - Method in class com.sun.tools.javac.jvm.Code
 
emitWarnings - Variable in class com.sun.tools.javac.util.Log
Switch: emit warning messages.
empty - Variable in class com.sun.tools.javac.util.Names
 
EMPTY_ARRAY - Static variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
EMPTY_ELIDES - Static variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
EMPTY_LIST - Static variable in class com.sun.tools.javac.util.List
 
EMPTYITERATOR - Static variable in class com.sun.tools.javac.util.List
 
emptyIterator() - Static method in class com.sun.tools.javac.util.List
 
emptyPathDefault - Variable in class com.sun.tools.javac.file.Paths.Path
What to use when path element is the empty string
emptyPathDefault(File) - Method in class com.sun.tools.javac.file.Paths.Path
 
emptyScope - Static variable in class com.sun.tools.javac.code.Scope
A value for the empty scope.
EmptyStatementTree - Interface in com.sun.source.tree
A tree node for an empty (skip) statement.
emptyTable - Static variable in class com.sun.tools.javac.code.Scope.DelegatedScope
 
enableAsserts(Class<?>) - Static method in class javax.tools.ToolProvider.Lazy
 
enableLogging() - Static method in class com.sun.tools.javac.main.JavaCompiler
 
encl - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
enclBrackets - Variable in class com.sun.tools.javac.comp.Env
A list of all enclosing brackets, innermost to outermost
enclClass() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
enclClass() - Method in class com.sun.tools.javac.code.Symbol
The closest enclosing class of this symbol's declaration.
enclClass - Variable in class com.sun.tools.javac.comp.Env
The next enclosing class definition.
enclClassName - Variable in class com.sun.tools.javac.tree.Pretty
The enclosing class name.
enclMethod - Variable in class com.sun.tools.javac.comp.Env
The next enclosing method definition.
enclOp - Variable in class com.sun.tools.javac.comp.Lower
Visitor argument: enclosing operator node.
enclosing(int) - Method in class com.sun.tools.javac.comp.Env
Return closest enclosing environment which points to a tree with given tag.
enclosingCandidates(Name) - Static method in class com.sun.tools.javac.util.Convert
 
EnclosingMethod - Static variable in class com.sun.tools.classfile.Attribute
 
EnclosingMethod - Variable in class com.sun.tools.javac.util.Names
 
EnclosingMethod_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.7.
EnclosingMethod_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.EnclosingMethod_attribute
 
EnclosingMethod_attribute(ConstantPool, int, int) - Constructor for class com.sun.tools.classfile.EnclosingMethod_attribute
 
EnclosingMethod_attribute(int, int, int) - Constructor for class com.sun.tools.classfile.EnclosingMethod_attribute
 
enclVar - Variable in class com.sun.tools.javac.comp.AttrContext
The variable whose initializer is being attributed useful for detecting self-references in variable initializers
encodePosition(int, Position.LineMap, Log) - Method in class com.sun.tools.javac.jvm.CRTable
Source file positions in CRT are integers in the format: line-number << LINESHIFT + column-number
encodePosition(int, int) - Static method in class com.sun.tools.javac.util.Position
Encode line and column numbers in an integer as: line-number << LINESHIFT + column-number {@link Position.NOPOS represents an undefined position.
encoding - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
encoding - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Encoding for this document.
encoding - Variable in class com.sun.tools.javac.main.JavaCompiler
The encoding to be used for source input.
encoding - Variable in class com.sun.tools.javadoc.DocEnv
The encoding name.
encoding - Variable in class com.sun.tools.javadoc.Start
 
end_pc - Variable in class com.sun.tools.classfile.CharacterRangeTable_attribute.Entry
 
end_pc - Variable in class com.sun.tools.classfile.Code_attribute.Exception_data
 
end_pc - Variable in class sun.tools.javap.TrapData
 
endAttr(int) - Method in class com.sun.tools.javac.jvm.ClassWriter
Fill in attribute length.
endAttrs(int, int) - Method in class com.sun.tools.javac.jvm.ClassWriter
Fill in number of attributes.
endContext() - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
endContext() - Method in class com.sun.tools.javac.api.JavacTool
Register that a compilation is completed.
endElement(String, String, String) - Method in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
endFinalizerGap(Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Mark end of gap in catch-all range for finalizer.
endFinalizerGaps(Env<Gen.GenContext>, Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Mark end of all gaps in catch-all ranges for finalizers of environments lying between, and including to two environments.
endPc - Variable in class com.sun.tools.javac.jvm.CRTable.CRTEntry
The ending code position of this entry.
endPos(JCTree) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
The end position of given tree, if it has defined endpos, NOPOS otherwise.
endPos - Variable in class com.sun.tools.javac.jvm.CRTable.SourceRange
The ending source position.
endPos() - Method in interface com.sun.tools.javac.parser.Lexer
Return the last character position of the current token.
endPos - Variable in class com.sun.tools.javac.parser.Scanner
Character position just after the last character of the token.
endPos() - Method in class com.sun.tools.javac.parser.Scanner
Return the last character position of the current token.
endpos - Variable in class com.sun.tools.javac.tree.JCTree.JCBlock
Position of closing brace, optional.
endPos(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
The end position of given tree, if it is a block with defined endpos.
endPositions - Variable in class com.sun.tools.javac.comp.Lower
A hash table mapping syntax trees to their ending source positions.
endPositions - Variable in class com.sun.tools.javac.jvm.CRTable
The hashtable for ending positions stored in the parser.
endPositions - Variable in class com.sun.tools.javac.jvm.Gen
A hash table mapping syntax trees to their ending source positions.
endPositions - Variable in class com.sun.tools.javac.parser.EndPosParser
A hashtable to store ending positions of source ranges indexed by the tree nodes.
endPositions - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
EndPosParser - Class in com.sun.tools.javac.parser
This class is similar to Parser except that it stores ending positions for the tree nodes.
EndPosParser(ParserFactory, Lexer, boolean, boolean) - Constructor for class com.sun.tools.javac.parser.EndPosParser
 
endPosTable - Variable in class com.sun.tools.javac.util.DiagnosticSource
 
endScope(int) - Method in class com.sun.tools.javac.jvm.Code
End the scope of a variable.
endScopes(int) - Method in class com.sun.tools.javac.jvm.Code
End scopes of all variables with registers >= first.
enforceMandatory - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
True if mandatory warnings and notes are being enforced.
enforceMandatoryWarnings() - Method in enum com.sun.tools.javac.code.Source
 
englishLanguageFirstSentence(String) - Method in class com.sun.tools.javadoc.DocLocale
Return the first sentence of a string, where a sentence ends with a period followed be white space.
EnhancedForLoopTree - Interface in com.sun.source.tree
A tree node for an "enhanced" 'for' loop statement.
ensureCapacity(byte[], int) - Static method in class com.sun.tools.javac.jvm.ClassReader
 
ensureParentDirectoriesExist() - Method in class com.sun.tools.javac.file.RegularFileObject
 
enter - Variable in class com.sun.tools.apt.mirror.AptEnv
 
enter() - Method in class com.sun.tools.javac.api.JavacTaskImpl
Translate all the abstract syntax trees to elements.
enter(Iterable<? extends CompilationUnitTree>) - Method in class com.sun.tools.javac.api.JavacTaskImpl
Translate the given abstract syntax trees to elements.
enter - Variable in class com.sun.tools.javac.api.JavacTrees
 
enter(Symbol) - Method in class com.sun.tools.javac.code.Scope.DelegatedScope
 
enter(Symbol, Scope) - Method in class com.sun.tools.javac.code.Scope.DelegatedScope
 
enter(Symbol) - Method in class com.sun.tools.javac.code.Scope
Enter symbol sym in this scope.
enter(Symbol, Scope) - Method in class com.sun.tools.javac.code.Scope
 
enter(Symbol, Scope, Scope) - Method in class com.sun.tools.javac.code.Scope
Enter symbol sym in this scope, but mark that it comes from given scope `s' accessed through `origin'.
enter - Variable in class com.sun.tools.javac.comp.Attr
 
Enter - Class in com.sun.tools.javac.comp
This class enters symbols for all encountered definitions into the symbol table.
Enter(Context) - Constructor for class com.sun.tools.javac.comp.Enter
 
enter - Variable in class com.sun.tools.javac.comp.MemberEnter
 
enter - Variable in class com.sun.tools.javac.comp.TransTypes
 
enter - Variable in class com.sun.tools.javac.main.JavaCompiler
The module for the symbol table entry phases.
enter - Variable in class com.sun.tools.javac.model.JavacElements
 
enter - Variable in class com.sun.tools.javadoc.DocEnv
Javadoc's own version of the compiler's enter phase.
enter - Variable in class com.sun.tools.javadoc.JavadocTool
 
enter - Variable in class edu.rice.cs.mint.comp.TransStaging
 
enterAnnotation() - Method in interface com.sun.tools.javac.comp.Annotate.Annotator
 
enterAnnotation(JCTree.JCAnnotation, Type, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Annotate
Process a single compound annotation, returning its Attribute.
enterAnnotation() - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationCompleter
 
enterAnnotation() - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDefaultCompleter
 
enterAnnotations(List<JCTree.JCAnnotation>, Env<AttrContext>, Symbol) - Method in class com.sun.tools.javac.comp.MemberEnter
Enter a set of annotations.
enterAttributeValue(Type, JCTree.JCExpression, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Annotate
 
enterBinop(String, Type, Type, Type, int) - Method in class com.sun.tools.javac.code.Symtab
Enter a binary operation into symbol table.
enterBinop(String, Type, Type, Type, int, int) - Method in class com.sun.tools.javac.code.Symtab
Enter a binary operation, as above but with two opcodes, which get encoded as (opcode1 << ByteCodeTags.preShift) + opcode2.
enterClass(String) - Method in class com.sun.tools.javac.code.Symtab
Enter a class into symbol table.
enterClass(Name, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Create a new toplevel or member class symbol with given name and owner and enter in `classes' unless already there.
enterClass(Name, JavaFileObject) - Method in class com.sun.tools.javac.jvm.ClassReader
Creates a new toplevel class symbol with given flat name and given class (or source) file.
enterClass(Name) - Method in class com.sun.tools.javac.jvm.ClassReader
Create a new member or toplevel class symbol with given flat name and enter in `classes' unless already there.
enterConstant(String, Type) - Method in class com.sun.tools.javac.code.Symtab
Enter a constant into symbol table.
enterCount - Variable in class com.sun.tools.javac.comp.Annotate
 
enterDefaultValue(JCTree.JCExpression, Env<AttrContext>, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.MemberEnter
Enter a default value for an attribute method.
enterDone() - Method in class com.sun.tools.javac.comp.Annotate
Called after the Enter phase completes.
enterEscape() - Method in class edu.rice.cs.mint.comp.TransStaging
 
enterIfAbsent(Symbol) - Method in class com.sun.tools.javac.code.Scope
Enter symbol sym in this scope if not already there.
enterInner(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Enter an inner class into the `innerClasses' set/queue.
enterKey - Static variable in class com.sun.tools.javac.comp.Enter
 
enterKeyword(String, Token) - Method in class com.sun.tools.javac.parser.Keywords
 
enterMember(Symbol.ClassSymbol, Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Add member to class unless it is synthetic.
enterNewClassFiles(Context) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
enterPackage(Name) - Method in class com.sun.tools.javac.jvm.ClassReader
Make a package, given its fully qualified name.
enterPackage(Name, Symbol.PackageSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Make a package, given its unqualified name and enclosing package.
enterScope(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Enter
The scope in which a member definition in environment env is to be entered This is usually the environment's scope, except for class environments, where the local scope is for type variables, and the this and super symbol only, and members go into the class member scope.
enterStart() - Method in class com.sun.tools.javac.comp.Annotate
Called when the Enter phase starts.
enterSynthetic(JCDiagnostic.DiagnosticPosition, Symbol, Scope) - Method in class com.sun.tools.javac.comp.Lower
Enter a synthetic symbol in a given scope, but complain if there was already one there.
enterTrees(List<JCTree.JCCompilationUnit>) - Method in class com.sun.tools.javac.main.JavaCompiler
Enter the symbols found in a list of parse trees.
enterTypevars(Type) - Method in class com.sun.tools.javac.jvm.ClassReader
Enter type variables of this classtype and all enclosing ones in `typevars'.
enterTypevars(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
 
enterUnop(String, Type, Type, int) - Method in class com.sun.tools.javac.code.Symtab
Enter a unary operation into symbol table.
entries - Variable in class com.sun.tools.classfile.StackMap_attribute
 
entries - Variable in class com.sun.tools.classfile.StackMapTable_attribute
 
entries - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
entries - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
entries - Variable in class com.sun.tools.javac.jvm.CRTable
The list of CRTable entries.
entriesInited - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
entry - Variable in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
entry - Variable in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
The underlying zip entry object.
entry(String[]) - Static method in class sun.tools.javap.Main
Entry point for tool if you don't want System.exit() called.
entryPoint() - Method in class com.sun.tools.javac.jvm.Code
Declare an entry point; return current code pointer
entryPoint(Code.State) - Method in class com.sun.tools.javac.jvm.Code
Declare an entry point with initial state; return current code pointer
entryPoint(Code.State, Type) - Method in class com.sun.tools.javac.jvm.Code
Declare an entry point with initial state plus a pushed value; return current code pointer
ENUM - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
ENUM - Static variable in class com.sun.tools.javac.code.Flags
An enumeration type or an enumeration constant, added in classfile v49.0.
Enum - Variable in class com.sun.tools.javac.util.Names
 
ENUM_CONSTANT - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
ENUM_CONSTANTS - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
ENUM_ELIDES - Static variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
enumBase(int, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.MemberEnter
Generate a base clause for an enum type.
enumBody(Name) - Method in class com.sun.tools.javac.parser.JavacParser
EnumBody = "{" { EnumeratorDeclarationList } [","] [ ";" {ClassBodyDeclaration} ] "}"
enumCardinality - Variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
enumConstant(JCTree, Type) - Method in class com.sun.tools.javac.comp.Attr
Return the selected enumeration constant symbol, or null.
EnumConstantBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds documentation for a enum constants.
EnumConstantBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Construct a new EnumConstantsBuilder.
EnumConstantDeclaration - Interface in com.sun.mirror.declaration
Represents an enum constant declaration.
EnumConstantDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of EnumConstantDeclaration
EnumConstantDeclarationImpl(AptEnv, Symbol.VarSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.EnumConstantDeclarationImpl
 
enumConstants() - Method in interface com.sun.javadoc.ClassDoc
Return the enum constants if this is an enum type.
enumConstants - Variable in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
The list of enum constants being documented.
enumConstants() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the enum constants if this is an enum type.
EnumConstantWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing enum constant output.
EnumConstantWriterImpl - Class in com.sun.tools.doclets.formats.html
Writes enum constant documentation in HTML format.
EnumConstantWriterImpl(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
EnumConstantWriterImpl(SubWriterHolderWriter) - Constructor for class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
enumConstVisited - Variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
EnumDeclaration - Interface in com.sun.mirror.declaration
Represents the declaration of an enum type.
enumDeclaration(JCTree.JCModifiers, String) - Method in class com.sun.tools.javac.parser.JavacParser
EnumDeclaration = ENUM Ident [IMPLEMENTS TypeList] EnumBody
EnumDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of EnumDeclaration
EnumDeclarationImpl(AptEnv, Symbol.ClassSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.EnumDeclarationImpl
 
enumerator - Variable in class com.sun.tools.javac.jvm.ClassReader.EnumAttributeProxy
 
enumeratorDeclaration(Name) - Method in class com.sun.tools.javac.parser.JavacParser
EnumeratorDeclaration = AnnotationsOpt [TypeArguments] IDENTIFIER [ Arguments ] [ "{" ClassBody "}" ]
enumFinalFinalize - Variable in class com.sun.tools.javac.code.Symtab
The symbol representing the final finalize method on enums
enums() - Method in interface com.sun.javadoc.PackageDoc
Get included enum types in this package.
enums - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores enums for each package.
enums(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the enums specified on the command-line that belong to the given package.
enums() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get included enum types in this package.
enumSwitchMap - Variable in class com.sun.tools.javac.comp.Lower
 
enumSym - Variable in class com.sun.tools.javac.code.Symtab
 
EnumType - Interface in com.sun.mirror.type
Represents an enum type.
enumType - Variable in class com.sun.tools.javac.jvm.ClassReader.EnumAttributeProxy
 
EnumTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of EnumType
EnumTypeImpl(AptEnv, Type.ClassType) - Constructor for class com.sun.tools.apt.mirror.type.EnumTypeImpl
 
env - Variable in class com.sun.tools.apt.comp.PrintAP
 
env - Variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
env - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl.CollectingAP
 
env - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
 
env - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
 
env - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl
 
env - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
 
env - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
env - Variable in class com.sun.tools.apt.mirror.type.TypeMaker
 
env - Variable in class com.sun.tools.apt.mirror.type.TypeMirrorImpl
 
env - Variable in class com.sun.tools.apt.mirror.util.DeclarationsImpl
 
env - Variable in class com.sun.tools.apt.mirror.util.TypesImpl
 
env - Variable in class com.sun.tools.javac.api.JavacScope
 
env - Variable in exception com.sun.tools.javac.comp.Attr.BreakAttr
 
env - Variable in class com.sun.tools.javac.comp.Attr
Visitor argument: the current environment.
env - Variable in class com.sun.tools.javac.comp.Check.Validator
 
env - Variable in class com.sun.tools.javac.comp.Enter
Visitor argument: the current environment.
Env<A> - Class in com.sun.tools.javac.comp
A class for environments, instances of which are passed as arguments to tree visitors.
Env(JCTree, A) - Constructor for class com.sun.tools.javac.comp.Env
Create an outermost environment for a given (toplevel)tree, with a given info field.
env - Variable in class com.sun.tools.javac.comp.MemberEnter
Visitor argument: the current environment
env - Variable in class com.sun.tools.javac.comp.Resolve.AccessError
 
env - Variable in class com.sun.tools.javac.comp.TransTypes
main method
env - Variable in class com.sun.tools.javac.jvm.Gen
Visitor argument: The current environment.
env - Variable in class com.sun.tools.javadoc.AbstractTypeImpl
 
env - Variable in class com.sun.tools.javadoc.AnnotationDescImpl.ElementValuePairImpl
 
env - Variable in class com.sun.tools.javadoc.AnnotationDescImpl
 
env - Variable in class com.sun.tools.javadoc.AnnotationValueImpl
 
env - Variable in class com.sun.tools.javadoc.DocImpl
Doc environment
env - Variable in class com.sun.tools.javadoc.ParameterImpl
 
env - Variable in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
 
env - Variable in class sun.tools.javap.JavapPrinter
 
env - Variable in class sun.tools.javap.Main
 
envclasspath - Static variable in class sun.tools.javap.JavapEnvironment
 
EOF - Static variable in interface sun.tools.javap.Constants
End of input
eofPos - Variable in class com.sun.tools.javac.parser.Scanner
 
EOI - Static variable in interface com.sun.tools.javac.util.LayoutCharacters
End of input character.
EQ - Static variable in class com.sun.tools.javac.tree.JCTree
 
EQ - Static variable in interface sun.tools.javap.Constants
 
eqPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
equal(T[], T[]) - Static method in class com.sun.tools.classfile.ClassTranslator
 
equal(Object, Object) - Static method in class com.sun.tools.javac.util.MandatoryWarningHandler
Check two objects, each possibly null, are either both null or are equal.
equals(Object) - Method in interface com.sun.mirror.declaration.Declaration
Tests whether an object represents the same declaration as this.
equals(Object) - Method in interface com.sun.mirror.type.TypeMirror
Tests whether two types represent the same type.
equals(Declaration, Declaration) - Static method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator
 
equals(Object) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
equals(Object) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
equals(Object) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Tests whether an object represents the same declaration as this.
equals(Object) - Method in class com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
Tests whether an object represents the same declaration as this.
equals(Object) - Method in class com.sun.tools.apt.mirror.type.TypeMirrorImpl
Tests whether two types represent the same type.
equals(Object) - Method in class com.sun.tools.javac.api.JavacScope
 
equals(Object) - Method in class com.sun.tools.javac.code.Type.ArrayType
 
equals(Object) - Method in class com.sun.tools.javac.code.Type
This method is analogous to isSameType, but weaker, since we never complete classes.
equals(Object) - Method in class com.sun.tools.javac.code.Type.MethodType
 
equals(Object) - Method in class com.sun.tools.javac.code.Types.SingletonType
 
equals(Object) - Method in class com.sun.tools.javac.code.Types.TypePair
 
equals(Object) - Method in class com.sun.tools.javac.file.RegularFileObject
 
equals(Object) - Method in class com.sun.tools.javac.file.RelativePath
 
equals(Object) - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
equals(Object) - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
equals(Object) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
equals(Object) - Method in class com.sun.tools.javac.jvm.ClassFile.NameAndType
 
equals(Object) - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
equals(Object) - Method in class com.sun.tools.javac.jvm.Pool.Method
 
equals(Object) - Method in class com.sun.tools.javac.jvm.Pool.Variable
 
equals(Object) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
equals(Object) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
equals(Object) - Method in class com.sun.tools.javac.util.List
Is this list the same as other list?
equals(List<?>, List<?>) - Static method in class com.sun.tools.javac.util.List
Are the two lists the same?
equals(byte[], int, byte[], int, int) - Static method in class com.sun.tools.javac.util.Name.Table
Compare two subarrays
equals - Variable in class com.sun.tools.javac.util.Names
 
equals(Object, Object) - Static method in class com.sun.tools.javac.util.Pair
 
equals(Object) - Method in class com.sun.tools.javac.util.Pair
 
equals(Object) - Method in class com.sun.tools.javac.util.SharedNameTable.NameImpl
Is this name equal to other?
equals(Object) - Method in interface javax.lang.model.element.Element
Returns true if the argument represents the same element as this, or false otherwise.
equals(Object) - Method in interface javax.lang.model.element.Name
Returns true if the argument represents the same name as this, and false otherwise.
equals(Object) - Method in interface javax.lang.model.type.TypeMirror
Obeys the general contract of Object.equals.
erasure(Types) - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
erasure(Types) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
erasure(Types) - Method in class com.sun.tools.javac.code.Symbol
The symbol's erased type.
erasure - Variable in class com.sun.tools.javac.code.Types
 
erasure(Type) - Method in class com.sun.tools.javac.code.Types
The erasure of t |t| -- the type that results when all type parameters in t are deleted.
erasure(Type, boolean) - Method in class com.sun.tools.javac.code.Types
 
erasure(List<Type>) - Method in class com.sun.tools.javac.code.Types
 
erasure(Type) - Method in class com.sun.tools.javac.comp.TransTypes
utility methods
erasure(TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
erasure(TypeMirror) - Method in interface javax.lang.model.util.Types
Returns the erasure of a type.
erasure_field - Variable in class com.sun.tools.javac.code.Symbol
A cache for the type erasure of this symbol.
erasureFun - Variable in class com.sun.tools.javac.code.Types
 
erasureRecFun - Variable in class com.sun.tools.javac.code.Types
 
erasureRecursive(Type) - Method in class com.sun.tools.javac.code.Types
 
erasureRecursive(List<Type>) - Method in class com.sun.tools.javac.code.Types
 
ERR - Static variable in class com.sun.tools.javac.code.Kinds
The error kind, which includes all other kinds.
errmsg - Variable in exception com.sun.tools.javac.code.Symbol.CompletionFailure
Deprecated. Use getDetail() or getMessage()
ERRONEOUS - Static variable in class com.sun.tools.javac.code.Kinds
Kinds for erroneous symbols that complement the above
ERRONEOUS - Static variable in class com.sun.tools.javac.tree.JCTree
Error trees, of type Erroneous.
Erroneous(List<? extends JCTree>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Erroneous() - Method in class com.sun.tools.javac.tree.TreeMaker
 
Erroneous(List<? extends JCTree>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
ErroneousTree - Interface in com.sun.source.tree
A tree node to stand in for a malformed expression.
error(String, Object...) - Method in class com.sun.tools.apt.main.Main
Report a usage error.
ERROR - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
error(SourcePosition, String, Object...) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print error message, increment error count.
error(String, Object...) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print error message, increment error count.
ERROR - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the error type.
error - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcode for disallowed operations.
error() - Method in class com.sun.tools.javac.jvm.Code.State
 
error(String, Object...) - Method in class com.sun.tools.javac.main.Main
Report a usage error.
error(String, Object...) - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
error(String, Object...) - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
error(String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Report an error, unless another error was already reported at same source position.
error(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Report an error, unless another error was already reported at same source position.
error(int, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Report an error, unless another error was already reported at same source position.
error(DiagnosticSource, JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Create an error diagnostic.
error - Variable in class com.sun.tools.javac.util.Names
 
error(DocImpl, String) - Method in class com.sun.tools.javadoc.DocEnv
Print error message, increment error count.
error(SourcePosition, String) - Method in class com.sun.tools.javadoc.DocEnv
Print error message, increment error count.
error(DocImpl, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print error message, increment error count.
error(DocImpl, String, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print error message, increment error count.
error(DocImpl, String, String, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print error message, increment error count.
error(SourcePosition, String) - Method in class com.sun.tools.javadoc.Messager
Print error message, increment error count.
error(SourcePosition, String, String) - Method in class com.sun.tools.javadoc.Messager
Print error message, increment error count.
error(SourcePosition, String, String, String) - Method in class com.sun.tools.javadoc.Messager
Print error message, increment error count.
error(SourcePosition, String, String, String, String) - Method in class com.sun.tools.javadoc.Messager
Print error message, increment error count.
error(String) - Static method in class com.sun.tools.javah.Util
 
error(String, String) - Static method in class com.sun.tools.javah.Util
 
error(String, String, String) - Static method in class com.sun.tools.javah.Util
 
error(String, String, String, boolean) - Static method in class com.sun.tools.javah.Util
 
error(String) - Method in class sun.tools.javap.ClassData
 
ERROR - Static variable in interface sun.tools.javap.Constants
 
error(String) - Method in class sun.tools.javap.JavapEnvironment
 
error(String) - Method in class sun.tools.javap.Main
 
errorCount() - Method in class com.sun.tools.javac.main.JavaCompiler
The number of errors reported so far.
errorCount - Variable in class com.sun.tools.javac.processing.JavacMessager
 
errorCount() - Method in class com.sun.tools.javac.processing.JavacMessager
 
errorEndPos - Variable in class com.sun.tools.javac.parser.JavacParser
 
errorOccurred - Static variable in class sun.tools.javap.Main
 
errorPos - Variable in class com.sun.tools.javac.parser.JavacParser
 
errorRaised() - Method in interface com.sun.mirror.apt.RoundState
Returns true if an error was raised in this round of processing; returns false otherwise.
errorRaised - Variable in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
errorRaised() - Method in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
errorRaised() - Method in class com.sun.tools.javac.processing.JavacMessager
 
errorRaised - Variable in class com.sun.tools.javac.processing.JavacRoundEnvironment
 
errorRaised() - Method in class com.sun.tools.javac.processing.JavacRoundEnvironment
Returns true if an error was raised in the prior round of processing; returns false otherwise.
errorRaised() - Method in interface javax.annotation.processing.RoundEnvironment
Returns true if an error was raised in the prior round of processing; returns false otherwise.
errors() - Method in interface com.sun.javadoc.PackageDoc
Get included Error classes in this package.
errors - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores errors for each package
errors(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the errors specified on the command-line that belong to the given package.
errors() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get Error classes in this package.
errorTree - Variable in class com.sun.tools.javac.parser.JavacParser
 
errorType - Variable in class com.sun.tools.javac.code.Symtab
 
errorType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
ErrorType - Interface in javax.lang.model.type
Represents a class or interface type that cannot be properly modeled.
errorUncaught() - Method in class com.sun.tools.javac.comp.Flow
Complain that pending exceptions are not caught.
errPos() - Method in interface com.sun.tools.javac.parser.Lexer
Return the position where a lexical error occurred;
errPos(int) - Method in interface com.sun.tools.javac.parser.Lexer
Set the position where a lexical error occurred;
errPos - Variable in class com.sun.tools.javac.parser.Scanner
The position where a lexical error occurred;
errPos() - Method in class com.sun.tools.javac.parser.Scanner
Return the position where a lexical error occurred;
errPos(int) - Method in class com.sun.tools.javac.parser.Scanner
Set the position where a lexical error occurred;
errs - Variable in class com.sun.tools.javac.tree.JCTree.JCErroneous
 
errSymbol - Variable in class com.sun.tools.javac.code.Symtab
The error symbol.
errType - Variable in class com.sun.tools.javac.code.Symtab
A value for the errType, with a originalType of noType
errWriter - Variable in class com.sun.tools.javac.util.Log
 
esc(char, char) - Method in class com.sun.tools.javap.ClassWriter
 
escape - Variable in class com.sun.tools.javac.comp.Env
The escape under which we are operating, or null if there was no escape or if we entered a bracket inside an escape.
escape(Code<U>) - Static method in class edu.rice.cs.mint.runtime.MSPTreeCode
 
ESCAPE_EXPR - Static variable in class com.sun.tools.javac.tree.JCTree
 
ESCAPE_STAT - Static variable in class com.sun.tools.javac.tree.JCTree
 
escapeCount - Variable in class com.sun.tools.javac.comp.Env
 
escapeEnv(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Enter
Create a fresh environment for escape bodies.
EscapeExpr(JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
EscapeExpr(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
EscapeExprTree - Interface in com.sun.source.tree
 
escapeHtmlChars(String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a string, escape all special html characters and return the result.
EscapeStat(JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
EscapeStat(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
EscapeStatTree - Interface in com.sun.source.tree
 
escapeUnicode(String) - Static method in class com.sun.tools.javac.util.Convert
Escape all unicode characters in string.
estimateCodeComplexity(JCTree) - Method in class com.sun.tools.javac.jvm.Gen
Very roughly estimate the number of instructions needed for the given tree.
ev_writer - Variable in class com.sun.tools.javap.AnnotationWriter
 
ex - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
ex - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
ex - Variable in class com.sun.tools.javac.util.Names
 
exc_index_table - Variable in class sun.tools.javap.MethodData
 
exception() - Method in interface com.sun.javadoc.ThrowsTag
Return a ClassDoc that represents the exception.
EXCEPTION - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
exception() - Method in class com.sun.tools.javadoc.ThrowsTagImpl
Return the exception as a ClassDocImpl.
exception_index_table - Variable in class com.sun.tools.classfile.Exceptions_attribute
 
exception_table - Variable in class com.sun.tools.classfile.Code_attribute
 
exception_table - Variable in class sun.tools.javap.MethodData
 
exception_table_langth - Variable in class com.sun.tools.classfile.Code_attribute
 
exceptionComment() - Method in interface com.sun.javadoc.ThrowsTag
Return the exception comment associated with this ThrowsTag.
exceptionComment - Variable in class com.sun.tools.javadoc.ThrowsTagImpl
 
exceptionComment() - Method in class com.sun.tools.javadoc.ThrowsTagImpl
Return the exception comment.
exceptionName() - Method in interface com.sun.javadoc.ThrowsTag
Return the name of the exception associated with this ThrowsTag.
exceptionName - Variable in class com.sun.tools.javadoc.ThrowsTagImpl
 
exceptionName() - Method in class com.sun.tools.javadoc.ThrowsTagImpl
Return the exception name.
exceptions() - Method in interface com.sun.javadoc.PackageDoc
Get included Exception classes in this package.
Exceptions - Static variable in class com.sun.tools.classfile.Attribute
 
exceptions - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores exceptions for each package
exceptions(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the exceptions specified on the command-line that belong to the given package.
Exceptions - Variable in class com.sun.tools.javac.util.Names
 
exceptions() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get Exception classes in this package.
Exceptions_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.5.
Exceptions_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.Exceptions_attribute
 
Exceptions_attribute(ConstantPool, int[]) - Constructor for class com.sun.tools.classfile.Exceptions_attribute
 
Exceptions_attribute(int, int[]) - Constructor for class com.sun.tools.classfile.Exceptions_attribute
 
exceptionType() - Method in interface com.sun.javadoc.ThrowsTag
Return the type of the exception associated with this ThrowsTag.
exceptionType - Variable in class com.sun.tools.javac.code.Symtab
 
exceptionType() - Method in class com.sun.tools.javadoc.ThrowsTagImpl
Return the type that represents the exception.
excl(Type, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Remove type set from type set list.
excl(int) - Method in class com.sun.tools.javac.util.Bits
Exclude x from this set.
EXCLUDED - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The marker in the location string for excluded tags.
excludedDocFileDirs - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The list of doc-file subdirectories to exclude
excludeDeprecatedMembers(ProgramElementDoc[]) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Return array of class members whose documentation is to be generated.
excludeDeprecatedMembersAsList(ProgramElementDoc[]) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Return array of class members whose documentation is to be generated.
excludedQualifiers - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The list of qualifiers to exclude
excludeTypeBounds - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
True if we should exclude the type bounds for the type parameter.
excludeTypeBoundsLinks - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
True if we should print the type bounds, but not link them.
excludeTypeParameterLinks - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
True if we should print the type parameters, but not link them.
EXEC - Static variable in class com.sun.tools.javac.tree.JCTree
Expression statements, of type Exec.
Exec(JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Exec(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
EXEC_OR_PKG - Static variable in class com.sun.tools.javac.model.JavacTypes
 
ExecutableDeclaration - Interface in com.sun.mirror.declaration
Represents a method or constructor of a class or interface.
ExecutableDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of ExecutableDeclaration
ExecutableDeclarationImpl(AptEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl
 
executableDecls - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
ExecutableElement - Interface in javax.lang.model.element
Represents a method, constructor, or initializer (static or instance) of a class or interface, including annotation type elements.
ExecutableMemberDoc - Interface in com.sun.javadoc
Represents a method or constructor of a java class.
executableMemberDoc - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
The executable member doc we want to link to.
ExecutableMemberDocImpl - Class in com.sun.tools.javadoc
Represents a method or constructor of a java class.
ExecutableMemberDocImpl(DocEnv, Symbol.MethodSymbol, String, JCTree.JCMethodDecl, Position.LineMap) - Constructor for class com.sun.tools.javadoc.ExecutableMemberDocImpl
Constructor.
ExecutableMemberDocImpl(DocEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.javadoc.ExecutableMemberDocImpl
Constructor.
executableMembersEqual(ExecutableMemberDoc, ExecutableMemberDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
 
ExecutableType - Interface in javax.lang.model.type
Represents the type of an executable.
execute(String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute(ClassLoader, String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute(String, String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute(String, ClassLoader, String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute(String, String, String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute(String, String, ClassLoader, String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute(String, PrintWriter, PrintWriter, PrintWriter, String, String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute(String, PrintWriter, PrintWriter, PrintWriter, String, ClassLoader, String...) - Static method in class com.sun.tools.javadoc.Main
Programmatic interface.
execute() - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
execute() - Method in class edu.rice.cs.mint.util.Benchmark.TimedTask
 
EXISTS - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for package symbols if a package has a member or directory and therefore exists.
exists() - Method in class com.sun.tools.javac.code.Symbol
True if the symbol represents an entity that exists.
exists() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
A package "exists" if a type or package that exists has been seen within it.
exists() - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
 
exists - Variable in class com.sun.tools.javac.file.CacheFSInfo.Entry
 
exists(File) - Method in class com.sun.tools.javac.file.CacheFSInfo
 
exists(File) - Method in class com.sun.tools.javac.file.FSInfo
 
exit - Variable in class com.sun.tools.javac.jvm.Gen.GenContext
A chain for all unresolved jumps that exit the current environment.
exit() - Method in class com.sun.tools.javadoc.DocEnv
Exit, reporting errors and warnings.
exit() - Method in class com.sun.tools.javadoc.Messager
Force program exit, e.g., from a fatal error.
exit() - Method in class com.sun.tools.javadoc.Start
Exit
EXIT_ABNORMAL - Static variable in class com.sun.tools.apt.main.Main
Result codes.
EXIT_ABNORMAL - Static variable in class com.sun.tools.javac.main.Main
Result codes.
EXIT_ABNORMAL - Static variable in class com.sun.tools.javap.JavapTask
Result codes.
EXIT_CMDERR - Static variable in class com.sun.tools.apt.main.Main
Result codes.
EXIT_CMDERR - Static variable in class com.sun.tools.javac.main.Main
Result codes.
EXIT_CMDERR - Static variable in class com.sun.tools.javap.JavapTask
Result codes.
EXIT_ERROR - Static variable in class com.sun.tools.apt.main.Main
Result codes.
EXIT_ERROR - Static variable in class com.sun.tools.javac.main.Main
Result codes.
EXIT_ERROR - Static variable in class com.sun.tools.javap.JavapTask
Result codes.
EXIT_OK - Static variable in class com.sun.tools.apt.main.Main
Result codes.
EXIT_OK - Static variable in class com.sun.tools.javac.main.Main
Result codes.
EXIT_OK - Static variable in class com.sun.tools.javap.JavapTask
Result codes.
EXIT_SYSERR - Static variable in class com.sun.tools.apt.main.Main
Result codes.
EXIT_SYSERR - Static variable in class com.sun.tools.javac.main.Main
Result codes.
EXIT_SYSERR - Static variable in class com.sun.tools.javap.JavapTask
Result codes.
exitNotice() - Method in class com.sun.tools.javadoc.Messager
Print exit message.
expandCommentBuffer() - Method in class com.sun.tools.javac.parser.DocCommentScanner
Unconditionally expand the comment buffer.
expandJarClassPaths - Variable in class com.sun.tools.javac.file.Paths.Path
 
expandJarClassPaths(boolean) - Method in class com.sun.tools.javac.file.Paths.Path
 
expectDiagKeys - Variable in class com.sun.tools.javac.util.Log
Keys for expected diagnostics
expected - Variable in class com.sun.tools.javac.comp.Check.ConversionWarner
 
expected_tag - Variable in exception com.sun.tools.classfile.ConstantPool.UnexpectedEntry
 
explanation - Variable in class com.sun.tools.javac.comp.Resolve.ResolveError
An auxiliary explanation set in case of instantiation errors.
explicitAnnotationProcessingRequested - Variable in class com.sun.tools.javac.main.JavaCompiler
Switch: is annotation processing requested explitly via CompilationTask.setProcessors?
explicitAnnotationProcessingRequested() - Method in class com.sun.tools.javac.main.JavaCompiler
 
export_type_table - Variable in class com.sun.tools.classfile.ModuleExportTable_attribute
 
EXPR - Static variable in class com.sun.tools.javac.parser.JavacParser
When terms are parsed, the mode determines which is expected: mode = EXPR : an expression mode = TYPE : a type mode = NOPARAMS : no parameters allowed for type mode = TYPEARG : type argument
expr - Variable in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
expr - Variable in class com.sun.tools.javac.tree.JCTree.JCExpressionStatement
 
expr - Variable in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
expr - Variable in class com.sun.tools.javac.tree.JCTree.JCParens
 
expr - Variable in class com.sun.tools.javac.tree.JCTree.JCReturn
 
expr - Variable in class com.sun.tools.javac.tree.JCTree.JCThrow
 
expr - Variable in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
expr - Variable in class com.sun.tools.javac.tree.JCTree.LetExpr
 
EXPR - Static variable in interface sun.tools.javap.Constants
 
EXPRESSION - Static variable in interface sun.tools.javap.Constants
 
ExpressionStatementTree - Interface in com.sun.source.tree
A tree node for an expression statement.
ExpressionTree - Interface in com.sun.source.tree
A tree node used as the base class for the different types of expressions.
extDirflag - Variable in class sun.tools.javap.JavapEnvironment
 
extDirsString - Variable in class sun.tools.javap.JavapEnvironment
 
extending - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
EXTENDS - Static variable in interface sun.tools.javap.Constants
 
extendsBounds() - Method in interface com.sun.javadoc.WildcardType
Return the upper bounds of this wildcard type argument as given by the extends clause.
extendsBounds() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
Return the upper bounds of this wildcard type argument as given by the extends clause.
extension - Variable in enum javax.tools.JavaFileObject.Kind
The extension which (by convention) is normally used for this kind of file object.
extern - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The tracker of external package links.
Extern - Class in com.sun.tools.doclets.internal.toolkit.util
Process and manage "-link" and "-linkoffline" to external packages.
Extern(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.Extern
 
Extern.Item - Class in com.sun.tools.doclets.internal.toolkit.util
Stores the info for one external doc set
Extern.Item(String, String, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.Extern.Item
Constructor to build a Extern Item object and map it with the package name.
externalizableSym - Variable in class com.sun.tools.javadoc.DocEnv
 
externalize(byte[], int, int) - Static method in class com.sun.tools.javac.jvm.ClassFile
Return external representation of buf[offset..offset+len-1], converting '.' to '/'.
externalize(Name) - Static method in class com.sun.tools.javac.jvm.ClassFile
Return external representation of given name, converting '/' to '.'.
externalType(Types) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
externalType(Types) - Method in class com.sun.tools.javac.code.Symbol
The external type of a symbol.
extraFileActions(Symbol.PackageSymbol, JavaFileObject) - Method in class com.sun.tools.javac.jvm.ClassReader
this is used to support javadoc
extraFileActions(Symbol.PackageSymbol, JavaFileObject) - Method in class com.sun.tools.javadoc.JavadocClassReader
Override extraFileActions to check for package documentation

F

f - Variable in class com.sun.tools.javac.file.RegularFileObject
 
F - Variable in class com.sun.tools.javac.parser.JavacParser
The factory to be used for abstract syntax tree construction.
F - Variable in class com.sun.tools.javac.parser.ParserFactory
 
f2d - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
f2i - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
f2l - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
F_DEBUG - Static variable in interface sun.tools.javap.Constants
 
F_DEPENDENCIES - Static variable in interface sun.tools.javap.Constants
 
F_DUMP - Static variable in interface sun.tools.javap.Constants
 
F_OPTIMIZE - Static variable in interface sun.tools.javap.Constants
 
F_VERBOSE - Static variable in class com.sun.tools.javadoc.Start
 
F_VERBOSE - Static variable in interface sun.tools.javap.Constants
 
F_WARNINGS - Static variable in class com.sun.tools.javadoc.Start
 
F_WARNINGS - Static variable in interface sun.tools.javap.Constants
 
fadd - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fail(Class<?>, String) - Static method in class com.sun.tools.javac.processing.ServiceProxy
 
fail(Class<?>, URL, int, String) - Static method in class com.sun.tools.javac.processing.ServiceProxy
 
faload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
FALSE - Static variable in interface sun.tools.javap.Constants
 
falseJumps - Variable in class com.sun.tools.javac.jvm.Items.CondItem
A chain encomassing all jumps that can be taken if the condition evaluates to false.
falsepart - Variable in class com.sun.tools.javac.tree.JCTree.JCConditional
 
family - Variable in class com.sun.tools.javac.util.Names
 
fastore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fatal(String) - Static method in class com.sun.tools.javah.Util
 
fatal(String, Exception) - Static method in class com.sun.tools.javah.Util
 
FatalError - Error in com.sun.tools.javac.util
Throwing an instance of this class causes immediate termination of the main compiler method.
FatalError() - Constructor for error com.sun.tools.javac.util.FatalError
Construct a FatalError with no detail message.
FatalError(JCDiagnostic) - Constructor for error com.sun.tools.javac.util.FatalError
Construct a FatalError with the specified detail message.
FatalError(String) - Constructor for error com.sun.tools.javac.util.FatalError
Construct a FatalError with the specified detail message.
fatalErrors - Variable in class com.sun.tools.javac.main.Main
If true, any command line arg errors will cause an exception.
fatalErrors - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
fatcode - Variable in class com.sun.tools.javac.jvm.Code
Are we generating code with jumps >= 32K?
fcmpg - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fcmpl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fconst_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fconst_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fconst_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fdiv - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
feMessage(Throwable) - Method in class com.sun.tools.apt.main.Main
Print a message reporting an fatal error.
feMessage(Throwable) - Method in class com.sun.tools.javac.main.Main
Print a message reporting an fatal error.
fetchURLComposeExternPackageList(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Fetch the URL and read the "package-list" file.
FF - Static variable in interface com.sun.tools.javac.util.LayoutCharacters
Form feed character.
Field - Class in com.sun.tools.classfile
 
Field(ClassReader) - Constructor for class com.sun.tools.classfile.Field
 
Field(AccessFlags, int, Descriptor, Attributes) - Constructor for class com.sun.tools.classfile.Field
 
FIELD - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The marker in the location string for fields.
FIELD - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
FIELD - Variable in class com.sun.tools.javac.util.Names
 
FIELD - Static variable in class com.sun.tools.javah.Mangle.Type
 
field - Variable in class edu.rice.cs.mint.runtime.FieldCode
 
FIELD - Static variable in interface sun.tools.javap.Constants
 
FIELD_KINDS - Static variable in class javax.lang.model.util.ElementFilter
 
FieldBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds documentation for a field.
FieldBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Construct a new FieldBuilder.
FieldCode<T,R> - Class in edu.rice.cs.mint.runtime
 
FieldCode(Field) - Constructor for class edu.rice.cs.mint.runtime.FieldCode
 
FieldData - Class in sun.tools.javap
Strores field data informastion.
FieldData(ClassData) - Constructor for class sun.tools.javap.FieldData
 
FieldDeclaration - Interface in com.sun.mirror.declaration
Represents a field of a type declaration.
FieldDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of FieldDeclaration
FieldDeclarationImpl(AptEnv, Symbol.VarSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
 
fieldDecls - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
fieldDefs(ClassDoc, String) - Method in class com.sun.tools.javah.LLNI
 
fieldDefs(ClassDoc, String, boolean) - Method in class com.sun.tools.javah.LLNI
 
FieldDoc - Interface in com.sun.javadoc
Represents a field in a java class.
FieldDocImpl - Class in com.sun.tools.javadoc
Represents a field in a java class.
FieldDocImpl(DocEnv, Symbol.VarSymbol, String, JCTree.JCVariableDecl, Position.LineMap) - Constructor for class com.sun.tools.javadoc.FieldDocImpl
Constructor.
FieldDocImpl(DocEnv, Symbol.VarSymbol) - Constructor for class com.sun.tools.javadoc.FieldDocImpl
Constructor.
fieldFlags - Static variable in class com.sun.tools.classfile.AccessFlags
 
fieldMap - Variable in class com.sun.tools.javadoc.DocEnv
 
fieldModifiers - Static variable in class com.sun.tools.classfile.AccessFlags
 
fieldName() - Method in interface com.sun.javadoc.SerialFieldTag
Return the serialziable field name.
fieldName(Symbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Given a field, return its name.
fieldName - Variable in class com.sun.tools.javadoc.SerialFieldTagImpl
 
fieldName() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Return the serialziable field name.
FIELDREF - Static variable in interface sun.tools.javap.Constants
 
fields() - Method in interface com.sun.javadoc.ClassDoc
Return included fields in this class or interface.
fields(boolean) - Method in interface com.sun.javadoc.ClassDoc
Return fields in this class or interface, filtered to the specified access modifier option.
fields - Variable in class com.sun.tools.classfile.ClassFile
 
fields - Variable in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
The list of fields being documented.
FIELDS - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
fields(boolean) - Method in class com.sun.tools.javadoc.ClassDocImpl
Return fields in class.
fields() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return included fields in class.
fields(boolean, boolean) - Method in class com.sun.tools.javadoc.ClassDocImpl
Return fields in class.
fields - Variable in class com.sun.tools.javadoc.SerializedForm
 
fields() - Method in class com.sun.tools.javadoc.SerializedForm
Return serializable fields in class.
fields - Variable in class com.sun.tools.javah.LLNI
 
fields - Variable in class sun.tools.javap.ClassData
 
fields_count - Variable in class sun.tools.javap.ClassData
 
fieldsIn(Iterable<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a list of fields in elements.
fieldsIn(Set<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a set of fields in elements.
FIELDSTUB - Static variable in class com.sun.tools.javah.Mangle.Type
 
fieldSubWriter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
fieldTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in fields.
fieldType() - Method in interface com.sun.javadoc.SerialFieldTag
Return the field type string.
fieldType - Variable in class com.sun.tools.javadoc.SerialFieldTagImpl
 
fieldType() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Return the field type string.
fieldtype - Variable in class sun.tools.javap.TypeSignature
 
fieldTypeDoc() - Method in interface com.sun.javadoc.SerialFieldTag
Return the ClassDoc for field type.
fieldTypeDoc - Variable in class com.sun.tools.javadoc.SerialFieldTagImpl
 
fieldTypeDoc() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Return the ClassDocImpl for field type.
fieldWriter - Variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The writer for serializable fields.
FieldWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing field output.
FieldWriterImpl - Class in com.sun.tools.doclets.formats.html
Writes field documentation in HTML format.
FieldWriterImpl(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
FieldWriterImpl(SubWriterHolderWriter) - Constructor for class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
file() - Method in interface com.sun.javadoc.SourcePosition
The source file.
file() - Method in interface com.sun.mirror.util.SourcePosition
Returns the source file containing this position.
file - Variable in class com.sun.source.util.TaskEvent
 
file() - Method in class com.sun.tools.apt.mirror.util.SourcePositionImpl
Returns the source file containing this position.
file() - Method in class com.sun.tools.javadoc.SourcePositionImpl
The source file.
FILE_NAME - Static variable in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
 
fileContents - Variable in class com.sun.tools.javac.comp.Todo.FileQueue
 
fileManager - Variable in class com.sun.tools.javac.comp.Enter
 
fileManager - Variable in class com.sun.tools.javac.file.BaseFileObject
The file manager that created this JavaFileObject.
fileManager - Variable in class com.sun.tools.javac.file.ZipArchive
 
fileManager - Variable in class com.sun.tools.javac.file.ZipFileIndexArchive
 
fileManager - Variable in class com.sun.tools.javac.jvm.ClassReader
Access to files
fileManager - Variable in class com.sun.tools.javac.jvm.ClassWriter
Access to files.
fileManager - Variable in class com.sun.tools.javac.main.JavaCompiler
Access to file objects.
fileManager - Variable in class com.sun.tools.javac.main.Main
 
fileManager - Variable in class com.sun.tools.javac.processing.JavacFiler
 
fileManager - Variable in class com.sun.tools.javadoc.DocEnv
 
fileManager - Variable in class com.sun.tools.javap.JavapTask
 
fileManager - Variable in class javax.tools.ForwardingJavaFileManager
The file manager which all methods are delegated to.
fileMap - Variable in class com.sun.tools.javac.comp.Todo
 
filename - Variable in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Name of the file getting generated.
filename - Variable in class com.sun.tools.javadoc.SourcePositionImpl
 
filenames - Variable in class com.sun.tools.javac.main.Main
The list of source files to process
fileObject - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerOutputStream
 
fileObject - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerWriter
 
fileObject - Variable in class com.sun.tools.javac.util.DiagnosticSource
The underlying file object.
fileObject() - Method in class com.sun.tools.javadoc.SourcePositionImpl
The source file.
FileObject - Interface in javax.tools
File abstraction for tools.
fileObject - Variable in class javax.tools.ForwardingFileObject
The file object which all methods are delegated to.
fileObjectHistory - Variable in class com.sun.tools.javac.processing.JavacFiler
Logical names of all created files.
fileObjects - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
Filer - Interface in com.sun.mirror.apt
This interface supports the creation of new files by an annotation processor.
filer - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
filer - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
Filer - Interface in javax.annotation.processing
This interface supports the creation of new files by an annotation processor.
Filer.Location - Enum in com.sun.mirror.apt
Locations (subtrees within the file system) where new files are created.
Filer.Location() - Constructor for enum com.sun.mirror.apt.Filer.Location
 
FilerException - Exception in javax.annotation.processing
Indicates a Filer detected an attempt to open a file that would violate the guarantees provided by the Filer.
FilerException(String) - Constructor for exception javax.annotation.processing.FilerException
Constructs an exception with the specified detail message.
FilerImpl - Class in com.sun.tools.apt.mirror.apt
Implementation of Filer.
FilerImpl(Context) - Constructor for class com.sun.tools.apt.mirror.apt.FilerImpl
 
FilerImpl.FileKind - Enum in com.sun.tools.apt.mirror.apt
 
FilerImpl.FileKind() - Constructor for enum com.sun.tools.apt.mirror.apt.FilerImpl.FileKind
 
filerKey - Static variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
filesCreated - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
fileseparator - Static variable in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
URL file separator string("/").
filesInited - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
fileSystemIsCaseSensitive - Static variable in class com.sun.tools.javac.file.JavacFileManager
 
fileToURL(File) - Static method in class com.sun.tools.apt.main.Main
Returns the directory or JAR file URL corresponding to the specified local file name.
fileToURL(File) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Returns the directory or JAR file URL corresponding to the specified local file name.
fileToURL(File) - Static method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Returns the directory or JAR file URL corresponding to the specified local file name.
fileToURL(File) - Static method in class com.sun.tools.javadoc.DocletInvoker
Returns the directory or JAR file URL corresponding to the specified local file name.
fill(int, A) - Static method in class com.sun.tools.javac.util.List
Deprecated. 
fillIn(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Fill in definition of class `c' from corresponding class or source file.
fillIn(Symbol.PackageSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Load directory of package into members scope.
fillIn(Symbol.PackageSymbol, JavaFileManager.Location, Iterable<JavaFileObject>) - Method in class com.sun.tools.javac.jvm.ClassReader
 
filling - Variable in class com.sun.tools.javac.jvm.ClassReader
We can only read a single class file at a time; this flag keeps track of when we are currently reading a class file.
fillMemberLevelMap(List<ProgramElementDoc>, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
filter(Collection<D>) - Method in class com.sun.mirror.util.DeclarationFilter
Returns the declarations matched by this filter.
filter(Collection<? extends Declaration>, Class<D>) - Method in class com.sun.mirror.util.DeclarationFilter
Returns the declarations matched by this filter, with the result being restricted to declarations of a given kind.
filter(AnnotationTypeDoc, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
Filter the annotation type members and return either the required members or the optional members, depending on the value of the required parameter.
FILTER_PACKAGE - Static variable in class com.sun.mirror.util.DeclarationFilter
A filter that selects only package-private (default) declarations.
FILTER_PRIVATE - Static variable in class com.sun.mirror.util.DeclarationFilter
A filter that selects only private declarations.
FILTER_PROTECTED - Static variable in class com.sun.mirror.util.DeclarationFilter
A filter that selects only protected declarations.
FILTER_PUBLIC - Static variable in class com.sun.mirror.util.DeclarationFilter
A filter that selects only public declarations.
FILTER_PUBLIC_OR_PROTECTED - Static variable in class com.sun.mirror.util.DeclarationFilter
A filter that selects only public or protected declarations.
FilteredMemberList - Class in com.sun.tools.javac.model
Utility to construct a view of a symbol's members, filtering out unwanted elements such as synthetic ones.
FilteredMemberList(Scope) - Constructor for class com.sun.tools.javac.model.FilteredMemberList
 
FINAL - Static variable in class com.sun.tools.javac.code.Flags
 
FINAL - Static variable in interface sun.tools.javap.Constants
 
finalize() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
finalize - Variable in class com.sun.tools.javac.jvm.Gen.GenContext
A closure that generates the finalizer of the current environment.
finalize - Variable in class com.sun.tools.javac.util.Names
 
finalizer - Variable in class com.sun.tools.javac.tree.JCTree.JCTry
 
finalizerPos(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
The position of the finalizer of given try/synchronized statement.
FINALLY - Static variable in interface sun.tools.javap.Constants
 
finalRound() - Method in interface com.sun.mirror.apt.RoundState
Returns true if this was the last round of annotation processing; returns false if there will be a subsequent round.
finalRound - Variable in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
finalRound() - Method in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
findAccessMethod(Type, Name) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
findAllInterfaceTypes(Map<ClassDoc, Type>, ClassDoc, boolean, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
 
findAllInterfaceTypes(Map<ClassDoc, Type>, ParameterizedType, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
 
findAnnotations(List<? extends JCTree>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
 
findCENRecord(long, long) - Method in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
findClass(String) - Method in interface com.sun.javadoc.ClassDoc
Find the specified class or interface within the context of this class doc.
findClass(String) - Method in interface com.sun.javadoc.PackageDoc
Lookup a class or interface within this package.
findClass(String) - Method in class com.sun.tools.javadoc.ClassDocImpl
Find a class within the context of this class.
findClass(String) - Method in class com.sun.tools.javadoc.PackageDocImpl
Lookup for a class within this package.
findClass(String) - Method in class edu.rice.cs.mint.runtime.HashMapClassLoader
 
findClass() - Static method in class javax.tools.ToolProvider.Lazy
 
findConstructor(String, String[]) - Method in class com.sun.tools.javadoc.ClassDocImpl
Find constructor in this class.
findExecutableMember(String, String[], ClassDoc) - Method in class com.sun.tools.javadoc.SeeTagImpl
 
findField(Env<AttrContext>, Type, Name, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Resolve
Find field.
findField(String) - Method in class com.sun.tools.javadoc.ClassDocImpl
Find a field in this class scope.
findFun(Env<AttrContext>, Name, List<Type>, List<Type>, boolean, boolean) - Method in class com.sun.tools.javac.comp.Resolve
Find unqualified method matching given name, type and value arguments.
findGlobalType(Env<AttrContext>, Scope, Name) - Method in class com.sun.tools.javac.comp.Resolve
Find a global type in given scope and load corresponding class.
findIdent(Env<AttrContext>, Name, int) - Method in class com.sun.tools.javac.comp.Resolve
Find an unqualified identifier which matches a specified kind set.
findIdentInPackage(Env<AttrContext>, Symbol.TypeSymbol, Name, int) - Method in class com.sun.tools.javac.comp.Resolve
Find an identifier in a package which matches a specified kind set.
findIdentInType(Env<AttrContext>, Type, Name, int) - Method in class com.sun.tools.javac.comp.Resolve
Find an identifier among the members of a given type `site'.
findInlineTagDelim(String, int) - Static method in class com.sun.tools.javadoc.Comment
Recursively find the index of the closing '}' character for an inline tag and return it.
findJumpTarget(JCDiagnostic.DiagnosticPosition, int, Name, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Return the target of a break or continue statement, if it exists, report an error if not.
findLevel() - Method in class com.sun.tools.javac.code.Symbol.Level
 
findLine(int) - Method in class com.sun.tools.javac.util.DiagnosticSource
Find the line in the buffer that contains the current position
findMemberType(Env<AttrContext>, Type, Name, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Resolve
Find qualified member type.
findMethod(ClassDoc, MethodDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Search for the given method in the given class.
findMethod(Env<AttrContext>, Type, Name, List<Type>, List<Type>, boolean, boolean, boolean) - Method in class com.sun.tools.javac.comp.Resolve
Find best qualified method matching given name, type and value arguments.
findMethod(Env<AttrContext>, Type, Name, List<Type>, List<Type>, Type, boolean, Symbol, boolean, boolean, boolean) - Method in class com.sun.tools.javac.comp.Resolve
 
findMethod(ClassFile.NameAndType, Scope, long) - Method in class com.sun.tools.javac.jvm.ClassReader
 
findMethod(String, String[]) - Method in class com.sun.tools.javadoc.ClassDocImpl
Find a method in this class scope.
findPackageItem(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Get the Extern Item object associated with this package name.
findReferenced(ClassDocImpl) - Method in class com.sun.tools.javadoc.SeeTagImpl
Find what is referenced by the see also.
findReferencedMethod(String, String[], ClassDoc) - Method in class com.sun.tools.javadoc.SeeTagImpl
 
findType(Env<AttrContext>, Name) - Method in class com.sun.tools.javac.comp.Resolve
Find an unqualified type symbol.
findTypeVar(Name) - Method in class com.sun.tools.javac.jvm.ClassReader
Find type variable with given name in `typevars' scope.
findVar(Env<AttrContext>, Name) - Method in class com.sun.tools.javac.comp.Resolve
Find unqualified variable or field with given name.
finish(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Enter member fields and methods of a class
finishClass(JCTree.JCClassDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Enter members for a class.
finished(TaskEvent) - Method in interface com.sun.source.util.TaskListener
 
first() - Method in class com.sun.tools.javac.util.ListBuffer
The first element in this buffer.
firstadr - Variable in class com.sun.tools.javac.comp.Flow
The first variable sequence number in this class definition.
FIRSTASGOPcode - Static variable in class com.sun.tools.javac.comp.Lower
Access codes for dereferencing, assignment, and pre/post increment/decrement.
FIRSTCOLUMN - Static variable in class com.sun.tools.javac.util.Position
 
firstConstructorCall(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Return the first call in a constructor definition.
firstDirectIncompatibility(Type, Type, Type) - Method in class com.sun.tools.javac.comp.Check
Return the first method in t2 that conflicts with a method from t1.
firstErroneousResolutionPhase() - Method in class com.sun.tools.javac.comp.Resolve
 
firstFlag(long) - Static method in class com.sun.tools.javac.tree.TreeInfo
Return first (smallest) flag in `flags': pre: flags != 0
firstIncompatibility(Type, Type, Type) - Method in class com.sun.tools.javac.comp.Check
Return the first method which is defined with same args but different return types in two given interfaces, or null if none exists.
FIRSTLINE - Static variable in class com.sun.tools.javac.util.Position
 
firstPartialTag - Static variable in class com.sun.tools.javac.code.TypeTags
The minimum tag of a partial type
FIRSTPOS - Static variable in class com.sun.tools.javac.util.Position
 
firstSentence - Variable in class com.sun.tools.javadoc.DocImpl
Cached first sentence.
firstSentence - Variable in class com.sun.tools.javadoc.TagImpl
Cached first sentence.
firstSentenceTags() - Method in interface com.sun.javadoc.Doc
Return the first sentence of the comment as an array of tags.
firstSentenceTags() - Method in interface com.sun.javadoc.Tag
Return the first sentence of the comment as an array of tags.
firstSentenceTags() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
Return the first sentence of the comment as an array of tags.
firstSentenceTags(DocImpl, String) - Static method in class com.sun.tools.javadoc.Comment
Return array of tags for the locale specific first sentence in the text.
firstSentenceTags() - Method in class com.sun.tools.javadoc.DocImpl
 
firstSentenceTags() - Method in class com.sun.tools.javadoc.TagImpl
Return array of tags for the first sentence in the doc comment text.
firstStatPos(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
The position of the first statement in a block, or the position of the block itself if it is empty.
firstUndef(Symbol.ClassSymbol, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
Return first abstract member of class `c' that is not defined in `impl', null if there is none.
fixedPc - Variable in class com.sun.tools.javac.jvm.Code
Is it forbidden to compactify code, because something is pointing to current location?
flagName - Static variable in class com.sun.tools.javac.jvm.ClassWriter
 
flagNames(long) - Static method in class com.sun.tools.javac.jvm.ClassWriter
Return flags as a string, separated by " ".
flagNames(long) - Static method in class com.sun.tools.javac.tree.TreeInfo
Return flags as a string, separated by " ".
flags - Variable in class com.sun.tools.classfile.AccessFlags
 
flags - Variable in class com.sun.tools.classfile.CharacterRangeTable_attribute.Entry
 
Flags - Class in com.sun.tools.javac.code
Access flags and other modifiers for Java classes and members.
Flags() - Constructor for class com.sun.tools.javac.code.Flags
 
flags() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
flags() - Method in class com.sun.tools.javac.code.Symbol
An accessor method for the flags of this symbol.
flags() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
flags - Variable in class com.sun.tools.javac.jvm.CRTable.CRTEntry
The flags described in the CharacterRangeTable spec.
flags - Variable in class com.sun.tools.javac.tree.JCTree.JCBlock
 
flags - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
flags - Variable in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
flags(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
If this tree is a declaration or a block, return its flags field, otherwise return 0.
Flags.Flag - Enum in com.sun.tools.javac.code
 
Flags.Flag(String) - Constructor for enum com.sun.tools.javac.code.Flags.Flag
 
flags_field - Variable in class com.sun.tools.javac.code.Symbol
The flags of this symbol.
flagToModifier(int, AccessFlags.Type) - Static method in class com.sun.tools.classfile.AccessFlags
 
flagToName(int, AccessFlags.Type) - Static method in class com.sun.tools.classfile.AccessFlags
 
flatname - Variable in class com.sun.tools.javac.code.Symbol.ClassSymbol
the fully qualified name of the class after converting to flat representation, i.e.
flatName() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
flatName() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
flatName() - Method in class com.sun.tools.javac.code.Symbol
The fully qualified name of this symbol after converting to flat representation.
flatname - Variable in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
flatSignature() - Method in interface com.sun.javadoc.ExecutableMemberDoc
get flat signature.
flatSignature() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Get flat signature.
fload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fload_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fload_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fload_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fload_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
FLOAT - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `float'.
FLOAT - Static variable in interface sun.tools.javap.Constants
 
FLOATcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
floatType - Variable in class com.sun.tools.javac.code.Symtab
 
floatType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
FLOATVAL - Static variable in interface sun.tools.javap.Constants
 
floatValue(Object) - Static method in class com.sun.tools.javac.comp.ConstFold
 
Flow - Class in com.sun.tools.javac.comp
This pass implements dataflow analysis for Java programs.
Flow(Context) - Constructor for class com.sun.tools.javac.comp.Flow
 
flow - Variable in class com.sun.tools.javac.main.JavaCompiler
The flow analyzer.
flow(Queue<Env<AttrContext>>) - Method in class com.sun.tools.javac.main.JavaCompiler
Perform dataflow checks on attributed parse trees.
flow(Env<AttrContext>) - Method in class com.sun.tools.javac.main.JavaCompiler
Perform dataflow checks on an attributed parse tree.
flow(Env<AttrContext>, Queue<Env<AttrContext>>) - Method in class com.sun.tools.javac.main.JavaCompiler
Perform dataflow checks on an attributed parse tree.
Flow.PendingExit - Class in com.sun.tools.javac.comp
A pending exit.
Flow.PendingExit(JCTree, Bits, Bits) - Constructor for class com.sun.tools.javac.comp.Flow.PendingExit
 
Flow.PendingExit(JCTree, Type) - Constructor for class com.sun.tools.javac.comp.Flow.PendingExit
 
flowKey - Static variable in class com.sun.tools.javac.comp.Flow
 
flush() - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
 
flush() - Method in class com.sun.tools.javac.comp.Annotate
 
flush() - Method in class com.sun.tools.javac.file.JavacFileManager
Flush any output resources.
flush() - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
flush() - Method in class com.sun.tools.javac.util.Log
Flush the logs
flush() - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
flush() - Method in class javax.tools.ForwardingJavaFileManager
 
flush() - Method in interface javax.tools.JavaFileManager
Flushes any resources opened for output by this file manager directly or indirectly.
fm - Static variable in class com.sun.tools.javac.Server
 
fmod - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fmul - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fneg - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fold(int, List<Type>) - Method in class com.sun.tools.javac.comp.ConstFold
Fold binary or unary operation, returning constant type reflecting the operations result.
fold1(int, Type) - Method in class com.sun.tools.javac.comp.ConstFold
Fold unary operation.
fold2(int, Type, Type) - Method in class com.sun.tools.javac.comp.ConstFold
Fold binary operation.
foldStrings(JCTree) - Method in class com.sun.tools.javac.parser.JavacParser
If tree is a concatenation of string literals, replace it by a single literal representing the concatenated string.
font(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <FONT SIZE="size"> tag.
fontEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </FONT> tag.
fontNoNewLine(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <FONT SIZE="size"> tag.
fontSizeStyle(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <FONT SIZE="size" CLASS="stylename"> tag.
fontStyle(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <FONT CLASS="stylename"> tag.
footer - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-footer".
FOR - Static variable in interface sun.tools.javap.Constants
 
FORALL - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all polymorphic (method-) types.
force - Variable in class com.sun.tools.javah.Gen
 
force - Static variable in class com.sun.tools.javah.MainDoclet
 
forcedOpts - Static variable in class com.sun.tools.apt.main.Main
For testing: enter any options you want to be set implicitly here.
forceStackTop(Type) - Method in class com.sun.tools.javac.jvm.Code.State
Force the top of the stack to be treated as this supertype of its current type.
forClass(CharSequence, JavaFileObject.Kind) - Static method in class com.sun.tools.javac.file.RelativePath.RelativeFile
 
forConstant(Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Lower.EnumMapping
 
ForeachLoop(JCTree.JCVariableDecl, JCTree.JCExpression, JCTree.JCStatement) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
FOREACHLOOP - Static variable in class com.sun.tools.javac.tree.JCTree
Foreach-loops, of type ForeachLoop.
ForeachLoop(JCTree.JCVariableDecl, JCTree.JCExpression, JCTree.JCStatement) - Method in class com.sun.tools.javac.tree.TreeMaker
 
forEnum - Variable in class com.sun.tools.javac.comp.Lower.EnumMapping
 
forInit() - Method in class com.sun.tools.javac.parser.JavacParser
ForInit = StatementExpression MoreStatementExpressions | { FINAL | '@' Annotation } Type VariableDeclarators
ForLoop(List<JCTree.JCStatement>, JCTree.JCExpression, List<JCTree.JCExpressionStatement>, JCTree.JCStatement) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
FORLOOP - Static variable in class com.sun.tools.javac.tree.JCTree
For-loops, of type ForLoop.
ForLoop(List<JCTree.JCStatement>, JCTree.JCExpression, List<JCTree.JCExpressionStatement>, JCTree.JCStatement) - Method in class com.sun.tools.javac.tree.TreeMaker
 
ForLoopTree - Interface in com.sun.source.tree
A tree node for a basic 'for' loop statement.
formalParameter() - Method in class com.sun.tools.javac.parser.JavacParser
FormalParameter = { FINAL | '@' Annotation } Type VariableDeclaratorId LastFormalParameter = { FINAL | '@' Annotation } Type '...' Ident | FormalParameter
formalParameters() - Method in class com.sun.tools.javac.parser.JavacParser
FormalParameters = "(" [ FormalParameterList ] ")" FormalParameterList = [ FormalParameterListNovarargs , ] LastFormalParameter FormalParameterListNovarargs = [ FormalParameterListNovarargs , ] FormalParameter
format(D, Locale) - Method in interface com.sun.tools.javac.api.DiagnosticFormatter
Format the contents of a diagnostics
format(JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.BasicDiagnosticFormatter
 
format(Object, Type) - Static method in class com.sun.tools.javac.util.Constants
Returns a string representation of a constant value (given in internal representation), quoted and formatted as in Java source.
format(Object) - Static method in class com.sun.tools.javac.util.Constants
Returns a string representation of a constant value (given in standard wrapped representation), quoted and formatted as in Java source.
format(String, Object...) - Static method in class com.sun.tools.javac.util.Log
 
format(JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.RawDiagnosticFormatter
 
formatArgument(JCDiagnostic, Object, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Format a single argument of a given diagnostic.
formatArgument(JCDiagnostic, Object, Locale) - Method in class com.sun.tools.javac.util.RawDiagnosticFormatter
 
formatArguments(JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Format the arguments of a given diagnostic.
formatByte(byte) - Static method in class com.sun.tools.javac.util.Constants
 
formatChar(char) - Static method in class com.sun.tools.javac.util.Constants
 
formatDouble(double) - Static method in class com.sun.tools.javac.util.Constants
 
formatFloat(float) - Static method in class com.sun.tools.javac.util.Constants
 
formatIterable(JCDiagnostic, Iterable<?>, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Format an iterable argument of a given diagnostic.
formatKind(D, Locale) - Method in interface com.sun.tools.javac.api.DiagnosticFormatter
Controls the way in which a diagnostic kind is displayed.
formatKind(JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
formatLine(String, int, int) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Format a given line of source.
formatLong(long) - Static method in class com.sun.tools.javac.util.Constants
 
formatMessage(D, Locale) - Method in interface com.sun.tools.javac.api.DiagnosticFormatter
Controls the way in which a diagnostic message is displayed.
formatMessage(JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
formatMeta(char, JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.BasicDiagnosticFormatter
 
formatPosition(D, DiagnosticFormatter.PositionKind, Locale) - Method in interface com.sun.tools.javac.api.DiagnosticFormatter
Controls the way in which a diagnostic position is displayed.
formatPosition(JCDiagnostic, DiagnosticFormatter.PositionKind, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
formatSource(D, boolean, Locale) - Method in interface com.sun.tools.javac.api.DiagnosticFormatter
Controls the way in which a diagnostic source is displayed.
formatSource(JCDiagnostic, boolean, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
formatSourceLine(JCDiagnostic) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Format the faulty source code line and point to the error.
formatString(String) - Static method in class com.sun.tools.javac.util.Constants
 
formatSubdiagnostics(JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Format all the subdiagnostics attached to a given diagnostic
formatSubdiagnostics(JCDiagnostic, Locale) - Method in class com.sun.tools.javac.util.RawDiagnosticFormatter
 
Formattable - Interface in com.sun.tools.javac.api
This interface must be implemented by any javac class that has non-trivial formatting needs (e.g.
Formattable.LocalizedString - Class in com.sun.tools.javac.api
 
Formattable.LocalizedString(String) - Constructor for class com.sun.tools.javac.api.Formattable.LocalizedString
 
formatter - Variable in class com.sun.tools.javac.util.JCDiagnostic.Factory
 
formFlatName(Name, Symbol) - Static method in class com.sun.tools.javac.code.Symbol.TypeSymbol
form a fully qualified name from a name and an owner, after converting to flat representation
formFullName(Name, Symbol) - Static method in class com.sun.tools.javac.code.Symbol.TypeSymbol
form a fully qualified name from a name and an owner
forName - Variable in class com.sun.tools.javac.util.Names
 
forPackage(CharSequence) - Static method in class com.sun.tools.javac.file.RelativePath.RelativeDirectory
 
forToplevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a new tree maker for a given toplevel.
forUpdate() - Method in class com.sun.tools.javac.parser.JavacParser
ForUpdate = StatementExpression MoreStatementExpressions
forwardDecls(PrintWriter, ClassDoc) - Method in class com.sun.tools.javah.LLNI
 
forwardDeclsFromSig(PrintWriter, String) - Method in class com.sun.tools.javah.LLNI
 
ForwardingFileObject<F extends FileObject> - Class in javax.tools
Forwards calls to a given file object.
ForwardingFileObject(F) - Constructor for class javax.tools.ForwardingFileObject
Creates a new instance of ForwardingFileObject.
ForwardingJavaFileManager<M extends JavaFileManager> - Class in javax.tools
Forwards calls to a given file manager.
ForwardingJavaFileManager(M) - Constructor for class javax.tools.ForwardingJavaFileManager
Creates a new instance of ForwardingJavaFileManager.
ForwardingJavaFileObject<F extends JavaFileObject> - Class in javax.tools
Forwards calls to a given file object.
ForwardingJavaFileObject(F) - Constructor for class javax.tools.ForwardingJavaFileObject
Creates a new instance of ForwardingJavaFileObject.
found(List<ProgramElementDoc>, ProgramElementDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
 
found - Variable in class com.sun.tools.javac.comp.Check.ConversionWarner
 
found_tag - Variable in exception com.sun.tools.classfile.ConstantPool.UnexpectedEntry
 
foundDoc - Variable in class com.sun.tools.javadoc.PackageDocImpl
 
foundGroupFormat(Map<String, ?>, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Group
Search if the given map has given the package format.
foundNonPubConstructor - Variable in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
foundTypeVariables - Variable in class com.sun.tools.javac.jvm.ClassReader
 
fragment(String, Object...) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a fragment diagnostic, for use as an argument in other diagnostics
fragment(String, Object...) - Static method in class com.sun.tools.javac.util.JCDiagnostic
Deprecated. 
fragmentFormatter - Static variable in class com.sun.tools.javac.util.JCDiagnostic
Deprecated. 
frame(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Html tag <FRAME=arg>.
frame_type - Variable in class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
 
frameBeforeLast - Variable in class com.sun.tools.javac.jvm.Code
The stack map frame before the last one.
frameEnd() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Html closing tag </FRAME>.
FrameOutputWriter - Class in com.sun.tools.doclets.formats.html
Generate the documentation in the Html "frame" format in the browser.
FrameOutputWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.FrameOutputWriter
Constructor to construct FrameOutputWriter object.
frameSet(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Html tag <FRAMESET=arg>.
frameSetEnd() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Html closing tag </FRAMESET>.
frameType - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.AppendFrame
 
frameType - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.ChopFrame
 
frameType - Variable in class sun.tools.javap.StackMapTableData
 
freelist - Static variable in class com.sun.tools.javac.util.SharedNameTable
 
freevarCache - Variable in class com.sun.tools.javac.comp.Lower
A hash table mapping class symbols to lists of free variables.
freevarDefs(int, List<Symbol.VarSymbol>, Symbol) - Method in class com.sun.tools.javac.comp.Lower
Proxy definitions for all free variables in given list, in reverse order.
freevars(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Lower
Return the variables accessed from within a local class, which are declared in the local class' owner.
freshTypeVariables(List<Type>) - Method in class com.sun.tools.javac.code.Types
 
freturn - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
from - Variable in class com.sun.tools.javac.code.Types.Adapter
 
from - Variable in class com.sun.tools.javac.code.Types.Subst
 
from(A[]) - Static method in class com.sun.tools.javac.util.List
Construct a list consisting all elements of given array.
fromChars(char[], int, int) - Method in class com.sun.tools.javac.util.Name.Table
Get the name from the characters in cs[start..start+len-1].
fromChars(char[], int, int) - Method in class com.sun.tools.javac.util.Names
 
fromChars(char[], int, int) - Method in class com.sun.tools.javac.util.SharedNameTable
 
fromChars(char[], int, int) - Method in class com.sun.tools.javac.util.UnsharedNameTable
 
fromString(String) - Method in class com.sun.tools.javac.util.Name.Table
Get the name for the characters in string s.
fromString(String) - Method in class com.sun.tools.javac.util.Names
 
fromTypeVarFun - Variable in class com.sun.tools.javac.comp.Infer
A mapping that turns type variables into undetermined type variables.
fromUnknownFun - Variable in class com.sun.tools.javac.code.Types
A mapping that turns all unknown types in this type to fresh unknown variables.
fromUtf(byte[]) - Method in class com.sun.tools.javac.util.Name.Table
Get the name for the bytes in array cs.
fromUtf(byte[], int, int) - Method in class com.sun.tools.javac.util.Name.Table
get the name for the bytes in cs[start..start+len-1].
fromUtf(byte[]) - Method in class com.sun.tools.javac.util.Names
 
fromUtf(byte[], int, int) - Method in class com.sun.tools.javac.util.Names
 
fromUtf(byte[], int, int) - Method in class com.sun.tools.javac.util.SharedNameTable
 
fromUtf(byte[], int, int) - Method in class com.sun.tools.javac.util.UnsharedNameTable
 
FSInfo - Class in com.sun.tools.javac.file
Get meta-info about files.
FSInfo() - Constructor for class com.sun.tools.javac.file.FSInfo
 
FSInfo(Context) - Constructor for class com.sun.tools.javac.file.FSInfo
 
fsInfo - Variable in class com.sun.tools.javac.file.JavacFileManager
 
fsInfo - Variable in class com.sun.tools.javac.file.Paths
Access to (possibly cached) file info
fst - Variable in class com.sun.tools.javac.util.Pair
 
fstore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fstore_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fstore_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fstore_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fstore_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
fsub - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
FULL_FRAME - Static variable in class com.sun.tools.javac.jvm.ClassWriter
 
FULL_FRAME - Static variable in interface sun.tools.javap.RuntimeConstants
 
fullname - Variable in class com.sun.tools.javac.code.Symbol.ClassSymbol
the fully qualified name of the class, i.e.
fullname - Variable in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
fullName(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
If this tree is a qualified identifier, its return fully qualified name, otherwise return null.
fullVersion() - Static method in class com.sun.tools.javac.main.JavaCompiler
The current full version number as a string.
fullVersion - Variable in class com.sun.tools.javap.Options
 
FullyQualIdent(Symbol) - Method in class edu.rice.cs.mint.comp.TransStaging
Create a fully-qualified identifier from a symbol.
fvs - Variable in class com.sun.tools.javac.comp.Lower.FreeVarCollector
The list of owner's variables accessed from within the local class, without any duplicates.

G

gaps - Variable in class com.sun.tools.javac.jvm.Gen.GenContext
A list buffer containing all gaps in the finalizer range, where a catch all exception should not apply.
GE - Static variable in class com.sun.tools.javac.tree.JCTree
 
GE - Static variable in interface sun.tools.javap.Constants
 
Gen - Class in com.sun.tools.javac.jvm
This pass maps flat Java (i.e.
Gen(Context) - Constructor for class com.sun.tools.javac.jvm.Gen
 
gen() - Method in class com.sun.tools.javac.jvm.Gen.GenFinalizer
Generate code to clean up when unwinding.
gen - Variable in class com.sun.tools.javac.main.JavaCompiler
The module for code generation.
Gen - Class in com.sun.tools.javah
An abstraction for generating support files required by native methods.
Gen(RootDoc) - Constructor for class com.sun.tools.javah.Gen
 
Gen.CodeSizeOverflow - Exception in com.sun.tools.javac.jvm
Thrown when the byte code size exceeds limit.
Gen.CodeSizeOverflow() - Constructor for exception com.sun.tools.javac.jvm.Gen.CodeSizeOverflow
 
Gen.GenContext - Class in com.sun.tools.javac.jvm
code generation contexts, to be used as type parameter for environments.
Gen.GenContext() - Constructor for class com.sun.tools.javac.jvm.Gen.GenContext
 
Gen.GenFinalizer - Class in com.sun.tools.javac.jvm
An abstract class for finalizer generation.
Gen.GenFinalizer() - Constructor for class com.sun.tools.javac.jvm.Gen.GenFinalizer
 
genArgs(List<JCTree.JCExpression>, List<Type>) - Method in class com.sun.tools.javac.jvm.Gen
Derived visitor method: generate code for a list of method arguments.
genBytes(Env<AttrContext>, JCTree.JCClassDecl) - Method in class edu.rice.cs.mint.runtime.StringCodeCompiler
 
genCatch(JCTree.JCCatch, Env<Gen.GenContext>, int, int, List<Integer>) - Method in class com.sun.tools.javac.jvm.Gen
Generate code for a catch clause.
genClass(Env<AttrContext>, JCTree.JCClassDecl) - Method in class com.sun.tools.javac.jvm.Gen
Generate code for a class definition.
genclass - Static variable in class com.sun.tools.javah.MainDoclet
 
genClassFileNames - Variable in class com.sun.tools.apt.comp.Apt
List of names of generated class files.
genClassFileNames - Variable in class com.sun.tools.apt.main.JavaCompiler
 
genClassFileNames - Variable in class com.sun.tools.apt.main.Main
List of names of generated class files from most recent apt round.
genCode(Env<AttrContext>, JCTree.JCClassDecl) - Method in class com.sun.tools.javac.main.JavaCompiler
Generate code and emit a class file for a given class
genCond(JCTree, int) - Method in class com.sun.tools.javac.jvm.Gen
Derived visitor method: check whether CharacterRangeTable should be emitted, if so, put a new entry into CRTable and call method to generate bytecode.
genCond(JCTree, boolean) - Method in class com.sun.tools.javac.jvm.Gen
Derived visitor method: generate code for a boolean expression in a control-flow context.
genCrt - Variable in class com.sun.tools.javac.jvm.ClassWriter
Switch: generate CharacterRangeTable attribute.
genCrt - Variable in class com.sun.tools.javac.jvm.Gen
 
genDef(JCTree, Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Visitor method: generate code for a definition, catching and reporting any completion failures.
genEndPos - Variable in class com.sun.tools.javac.main.JavaCompiler
Switch: should we store the ending positions?
generalValidOptions(String[][], DocErrorReporter) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
This checks for the validity of the options used by the user.
generate() - Method in class com.sun.source.util.JavacTask
Generate code.
generate(ConfigurationImpl, IndexBuilder) - Static method in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Create AllClassesFrameWriter object.
generate(ConfigurationImpl, ClassTree) - Static method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Write out class use pages.
generate(ConfigurationImpl, ClassUseMapper, ClassDoc) - Static method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Generate a class page.
generate(ConfigurationImpl) - Static method in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
Get list of all the deprecated classes and members in all the Packages specified on the Command Line.
generate(ConfigurationImpl) - Static method in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Construct FrameOutputWriter object and then use it to generate the Html file which will have the description of all the frames in the documentation.
generate(ConfigurationImpl) - Static method in class com.sun.tools.doclets.formats.html.HelpWriter
Construct the HelpWriter object and then use it to generate the help file.
generate(ConfigurationImpl, PackageDoc) - Static method in class com.sun.tools.doclets.formats.html.PackageFrameWriter
Generate a package summary page for the left-hand bottom frame.
generate(ConfigurationImpl) - Static method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Generate the package index file named "overview-frame.html".
generate(ConfigurationImpl) - Static method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Generate the package index page for the right-hand frame.
generate(ConfigurationImpl, PackageDoc, PackageDoc, PackageDoc, boolean) - Static method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Construct a PackageTreeWriter object and then use it to generate the package tree page.
generate(ConfigurationImpl, ClassUseMapper, PackageDoc) - Static method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Generate a class page.
generate(ConfigurationImpl, IndexBuilder) - Static method in class com.sun.tools.doclets.formats.html.SingleIndexWriter
Generate single index file, for all Unicode characters.
generate(ConfigurationImpl, IndexBuilder) - Static method in class com.sun.tools.doclets.formats.html.SplitIndexWriter
Generate separate index files, for each Unicode character, listing all the members starting with the particular unicode character.
generate(ConfigurationImpl) - Static method in class com.sun.tools.doclets.formats.html.StylesheetWriter
Generate the style file contents.
generate(ConfigurationImpl, ClassTree) - Static method in class com.sun.tools.doclets.formats.html.TreeWriter
Create a TreeWriter object and use it to generate the "overview-tree.html" file.
generate(Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.PackageListWriter
Generate the package index.
generate() - Method in class com.sun.tools.javac.api.JavacTaskImpl
Generate code.
generate(Iterable<? extends TypeElement>) - Method in class com.sun.tools.javac.api.JavacTaskImpl
Generate code corresponding to the given classes.
generate(Queue<Pair<Env<AttrContext>, JCTree.JCClassDecl>>) - Method in class com.sun.tools.javac.main.JavaCompiler
Generates the source or class file for a list of classes.
generate(Queue<Pair<Env<AttrContext>, JCTree.JCClassDecl>>, Queue<JavaFileObject>) - Method in class com.sun.tools.javac.main.JavaCompiler
 
generateAllClassesFile(boolean) - Method in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Print all the classes in table format in the file.
generateAnnotation(AptEnv, Attribute.Compound, Class<A>) - Static method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
Returns a dynamic proxy for an annotation mirror.
generateAnnotation() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
Returns a dynamic proxy for an annotation mirror.
generateAnnotation(Attribute.Compound, Class<A>) - Static method in class com.sun.tools.javac.model.AnnotationProxyMaker
Returns a dynamic proxy for an annotation mirror.
generateAnnotation() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker
Returns a dynamic proxy for an annotation mirror.
generateBytes(Queue<Pair<Env<AttrContext>, JCTree.JCClassDecl>>) - Method in class edu.rice.cs.mint.runtime.StringCodeCompiler
 
generateClassFiles(ClassDoc[], ClassTree) - Method in class com.sun.tools.doclets.formats.html.HtmlDoclet
Generate the class documentation.
generateClassFiles(ClassDoc[], ClassTree) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Generate the class documentation.
generateClassFiles(RootDoc, ClassTree) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Iterate through all classes and construct documentation for them.
generateClassFiles(ClassTree) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Generate the class files for single classes specified on the command line.
generateClassKindListing(ClassDoc[], String) - Method in class com.sun.tools.doclets.formats.html.PackageFrameWriter
Generate specific class kind listing.
generateClassList() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
generateClassList() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
 
generateClassListing() - Method in class com.sun.tools.doclets.formats.html.PackageFrameWriter
Generate class listing for all the classes in this package.
generateClassUse() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
generateClassUse(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print the class use list.
generateClassUseFile() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print the class use list.
generateCLDCStackmap() - Method in enum com.sun.tools.javac.jvm.Target
Return true if cldc-style stack maps need to be generated.
generateCodeCspPair(StringBuffer, ArrayList<Object>) - Method in class edu.rice.cs.mint.runtime.mspTree.CspMSPTree
 
generateCodeCspPair(StringBuffer, ArrayList<Object>) - Method in class edu.rice.cs.mint.runtime.mspTree.InternalMSPTree
 
generateCodeCspPair() - Method in class edu.rice.cs.mint.runtime.mspTree.MSPTree
 
generateCodeCspPair(StringBuffer, ArrayList<Object>) - Method in class edu.rice.cs.mint.runtime.mspTree.MSPTree
 
generateCodeCspPair(StringBuffer, ArrayList<Object>) - Method in class edu.rice.cs.mint.runtime.mspTree.StringMSPTree
 
generateContents(Character, List<? extends Doc>) - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Generate the member information for the unicode character along with the list of the members.
generateContents(List<Doc>, boolean) - Method in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Given a list of classes, generate links for each class or interface.
generatedClasses - Variable in class com.sun.tools.javac.processing.JavacFiler
Names and class files of the class files closed in this round.
GENERATEDCONSTR - Static variable in class com.sun.tools.javac.code.Flags
Flag that marks a generated default constructor.
generateDeclsForClass(PrintWriter, ClassDoc, String) - Method in class com.sun.tools.javah.LLNI
 
generateDeprecatedListFile(DeprecatedAPIListBuilder) - Method in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
Print the deprecated API list.
generatedSourceFileObjects - Variable in class com.sun.tools.javac.processing.JavacFiler
JavaFileObjects for source files closed in this round.
generatedSourceNames - Variable in class com.sun.tools.javac.processing.JavacFiler
Names of source files closed in this round.
generateEmptyAfterBig() - Method in enum com.sun.tools.javac.jvm.Target
Do we generate "empty" stackmap slots after double and long?
generateException() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
generateException() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
generateException() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
generateException() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
generateFrameFile() - Method in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Generate the contants in the "index.html" file.
generateHelpFile() - Method in class com.sun.tools.doclets.formats.html.HelpWriter
Generate the help file contents.
generateIndex() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Generate the frame or non-frame package index.
generateIndex() - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Depending upon the grouping information and their titles, generate separate table indices for each package group.
generateIndexFile() - Method in class com.sun.tools.doclets.formats.html.SingleIndexWriter
Generate the contents of each index file, with Header, Footer, Member Field, Method and Constructor Description.
generateIndexFile(Character) - Method in class com.sun.tools.doclets.formats.html.SplitIndexWriter
Generate the contents of each index file, with Header, Footer, Member Field, Method and Constructor Description.
generateIproxies - Variable in class com.sun.tools.javac.jvm.Gen
Set when Miranda method stubs are to be generated.
generateKey() - Method in class com.sun.tools.javadoc.DocImpl
Generate a key for sorting.
generateKey() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Generate a key for sorting.
generateKey() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Generate a key for sorting.
generateLevelInfo(ClassDoc, List<ClassDoc>, boolean) - Method in class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Generate each level of the class tree.
generateOtherFiles(RootDoc, ClassTree) - Method in class com.sun.tools.doclets.formats.html.HtmlDoclet
Start the generation of files.
generateOtherFiles(RootDoc, ClassTree) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Generate additional documentation that is added to the API documentation.
generatePackageAnnotationList() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
generatePackageFiles(ClassTree) - Method in class com.sun.tools.doclets.formats.html.HtmlDoclet
Generate the package documentation.
generatePackageFiles(ClassTree) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Generate the package documentation.
generatePackageIndexFile(String, boolean) - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Generate the contants in the package index file.
generatePackageList() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
generatePackageList() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
 
generatePackageListFile(RootDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.PackageListWriter
 
generatePackageTreeFile() - Method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Generate a separate tree file for each package.
generatePackageUse(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print the package use list.
generatePackageUse() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Print the class use list.
generatePackageUse(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Print the package use list.
generatePackageUseFile() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Print the class use list.
generateStackMapTable() - Method in enum com.sun.tools.javac.jvm.Target
Beginning in -target 6, we generate stackmap attribute in compact format.
generateStyleFile() - Method in class com.sun.tools.doclets.formats.html.StylesheetWriter
Generate the style file contents.
generateTree(List<ClassDoc>, String) - Method in class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Generate the heading for the tree depending upon tree type if it's a Class Tree or Interface tree and also print the tree.
generateTreeFile() - Method in class com.sun.tools.doclets.formats.html.TreeWriter
Print the interface hierarchy and class hierarchy in the file.
generateValue(Symbol.MethodSymbol, Attribute) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
Converts an element value to its "dynamic proxy return form".
generateValue(Symbol.MethodSymbol, Attribute) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker
Converts an element value to its "dynamic proxy return form".
genExpr(JCTree, Type) - Method in class com.sun.tools.javac.jvm.Gen
Visitor method: generate code for an expression, catching and reporting any completion failures.
genFinalizer(Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Generate code to invoke the finalizer associated with given environment.
genHandleType(PrintWriter, String) - Method in class com.sun.tools.javah.LLNI
 
genKey - Static variable in class com.sun.tools.javac.jvm.Gen
 
genLast() - Method in class com.sun.tools.javac.jvm.Gen.GenFinalizer
Generate code to clean up at last.
genList - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
genLoop(JCTree.JCStatement, JCTree.JCStatement, JCTree.JCExpression, List<JCTree.JCExpressionStatement>, boolean) - Method in class com.sun.tools.javac.jvm.Gen
Generate code for a loop.
genMethod(JCTree.JCMethodDecl, Env<Gen.GenContext>, boolean) - Method in class com.sun.tools.javac.jvm.Gen
Generate code for a method.
genNullCheck(JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.jvm.Gen
Generate a null check from the object value at stack top.
genSourceFileNames - Variable in class com.sun.tools.apt.comp.Apt
 
genSourceFileNames - Variable in class com.sun.tools.apt.main.JavaCompiler
 
genSourceFileNames - Variable in class com.sun.tools.apt.main.Main
List of top level names of generated source files from most recent apt round.
genStat(JCTree, Env<Gen.GenContext>, int) - Method in class com.sun.tools.javac.jvm.Gen
Derived visitor method: check whether CharacterRangeTable should be emitted, if so, put a new entry into CRTable and call method to generate bytecode.
genStat(JCTree, Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Derived visitor method: generate code for a statement.
genStats(List<JCTree.JCStatement>, Env<Gen.GenContext>, int) - Method in class com.sun.tools.javac.jvm.Gen
Derived visitor method: check whether CharacterRangeTable should be emitted, if so, put a new entry into CRTable and call method to generate bytecode.
genStats(List<? extends JCTree>, Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Derived visitor method: generate code for a list of statements.
genSym(String) - Method in class edu.rice.cs.mint.comp.TransStaging
 
gensym_counter - Static variable in class edu.rice.cs.mint.runtime.MSPTreeCode
 
gensym_counter - Static variable in class edu.rice.cs.mint.runtime.StringCode
 
genSymNum - Static variable in class edu.rice.cs.mint.comp.TransStaging
 
genSyms - Variable in class edu.rice.cs.mint.comp.TransStaging.BracketInfo
 
genTagOuput(TagletManager, Doc, Taglet[], TagletWriter, TagletOutput) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Given an output object, append to it the tag documentation for the given member.
genTry(JCTree, List<JCTree.JCCatch>, Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Generate code for a try or synchronized statement
genVarSym - Variable in class com.sun.tools.javac.tree.JCTree.JCIdent
 
genVarSym - Variable in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
genWriter(Configuration, String, String, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Create the directory path for the file to be generated, construct FileOutputStream and OutputStreamWriter depending upon docencoding.
get(int) - Method in class com.sun.tools.classfile.Attributes
 
get(String) - Method in class com.sun.tools.classfile.Attributes
 
get(int) - Method in class com.sun.tools.classfile.ConstantPool
 
get(int, int) - Method in class com.sun.tools.classfile.ConstantPool
 
get(Map<ClassDoc, List<ClassDoc>>, ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
From the map return the list of sub-classes or sub-interfaces.
get(String) - Static method in enum com.sun.tools.javac.code.Lint.LintCategory
 
get(int) - Method in class com.sun.tools.javac.file.JavacFileManager.ByteBufferCache
 
get(Object) - Method in class com.sun.tools.javac.jvm.Pool
Return the given object's index in the pool, or -1 if object is not in there.
get(int) - Method in class com.sun.tools.javac.model.FilteredMemberList
 
get(Context.Key<T>) - Method in class com.sun.tools.javac.util.Context
Get the value for the key in this context.
get(Class<T>) - Method in class com.sun.tools.javac.util.Context
 
get(int) - Method in class com.sun.tools.javac.util.List
 
get(String) - Method in class com.sun.tools.javac.util.Options
 
get(OptionName) - Method in class com.sun.tools.javac.util.Options
 
get(Class<T>) - Method in class com.sun.tools.javap.Context
 
get(Code<T>) - Method in class edu.rice.cs.mint.runtime.FieldCode
 
get1(int) - Method in class com.sun.tools.javac.jvm.Code
Return code byte at position pc as an unsigned int.
get2(int) - Method in class com.sun.tools.javac.jvm.Code
Return two code bytes at position pc as an unsigned int.
get2ByteLittleEndian(byte[], int) - Static method in class com.sun.tools.javac.file.ZipFileIndex
return the two bytes buf[pos], buf[pos+1] as an unsigned integer in little endian format.
get4(int) - Method in class com.sun.tools.javac.jvm.Code
Return four code bytes at position pc as an int.
get4ByteLittleEndian(byte[], int) - Static method in class com.sun.tools.javac.file.ZipFileIndex
return the 4 bytes buf[i..i+3] as an integer in little endian format.
get_exc_index_table() - Method in class sun.tools.javap.MethodData
Return exception index table in Exception attribute.
getAbsoluteName(String) - Method in class com.sun.tools.javac.Server.CwdFileManager
 
getAccess() - Method in class sun.tools.javap.ClassData
Returns the access of this class or interface.
getAccess() - Method in class sun.tools.javap.FieldData
Returns access of a field.
getAccess() - Method in class sun.tools.javap.InnerClassData
Returns the access of this class or interface.
getAccess() - Method in class sun.tools.javap.MethodData
Return access of the method.
getAccessLevel() - Method in class com.sun.tools.javac.file.BaseFileObject
 
getAccessLevel() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerInputJavaFileObject
 
getAccessLevel() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputJavaFileObject
 
getAccessLevel() - Method in class javax.tools.ForwardingJavaFileObject
 
getAccessLevel() - Method in interface javax.tools.JavaFileObject
Provides a hint about the access level of the class represented by this file object.
getAccessLevel() - Method in class javax.tools.SimpleJavaFileObject
This implementation returns null.
getActualTypeArguments() - Method in interface com.sun.mirror.type.DeclaredType
Returns (in order) the actual type arguments of this type.
getActualTypeArguments() - Method in class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
Returns (in order) the actual type arguments of this type.
getAggregateGenFiles() - Method in class com.sun.tools.apt.main.JavaCompiler
 
getAll(RecognizedOptions.OptionHelper) - Static method in class com.sun.tools.javac.main.RecognizedOptions
Get all the recognized options.
getAllAnnotationMirrors(Element) - Method in class com.sun.tools.javac.model.JavacElements
Returns all annotations of an element, whether inherited or directly present.
getAllAnnotationMirrors(Element) - Method in interface javax.lang.model.util.Elements
Returns all annotations of an element, whether inherited or directly present.
getAllDirectories() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
getAllFields(ClassDoc) - Method in class com.sun.tools.javah.Gen
Including super classes' fields.
getAllInterfaces(Type, Configuration, boolean) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
For the class return all implemented interfaces including the superinterfaces of the implementing interfaces, also iterate over for all the superclasses.
getAllInterfaces(Type, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
 
getAllMembers(TypeElement) - Method in class com.sun.tools.javac.model.JavacElements
Returns all members of a type element, whether inherited or declared directly.
getAllMembers(TypeElement) - Method in interface javax.lang.model.util.Elements
Returns all members of a type element, whether inherited or declared directly.
getAllReflectedValues() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
Returns a map from element names to their values in "dynamic proxy return form".
getAllReflectedValues() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker
Returns a map from element names to their values in "dynamic proxy return form".
getAllTypes() - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Caches and returns all top-level type declarations in this package.
getAllValues() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker
Returns a map from element symbols to their values.
getAllValues() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker
Returns a map from element symbols to their values.
getAnchor(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
getAnchor(Doc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Given a Doc, return an anchor for it.
getAnchorName(Doc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Given a Doc, return an anchor name for it.
getAnnotation(Class<A>) - Method in interface com.sun.mirror.declaration.Declaration
Returns the annotation of this declaration having the specified type.
getAnnotation(Class<A>) - Method in class com.sun.tools.apt.mirror.declaration.ClassDeclarationImpl
Returns the annotation of this declaration having the specified type. The annotation may be either inherited or directly present on this declaration.

The annotation returned by this method could contain an element whose value is of type Class. This value cannot be returned directly: information necessary to locate and load a class (such as the class loader to use) is not available, and the class might not be loadable at all. Attempting to read a Class object by invoking the relevant method on the returned annotation will result in a MirroredTypeException, from which the corresponding TypeMirror may be extracted. Similarly, attempting to read a Class[]-valued element will result in a MirroredTypesException.

Note: This method is unlike others in this and related interfaces. It operates on run-time reflective information -- representations of annotation types currently loaded into the VM -- rather than on the mirrored representations defined by and used throughout these interfaces. It is intended for callers that are written to operate on a known, fixed set of annotation types.
Overridden by ClassDeclarationImpl to handle @Inherited. Overridden here to handle @Inherited.
getAnnotation(Class<A>) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns the annotation of this declaration having the specified type. Overridden by ClassDeclarationImpl to handle @Inherited.
getAnnotation(Class<A>, Symbol) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
 
getAnnotation(Class<A>) - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
Deprecated. this method should never be used by javac internally.
getAnnotation(Class<A>) - Method in class com.sun.tools.javac.code.Symbol
Deprecated. this method should never be used by javac internally.
getAnnotation(Symbol, Class<A>) - Static method in class com.sun.tools.javac.model.JavacElements
An internal-use utility that creates a reified annotation.
getAnnotation(Symbol.ClassSymbol, Class<A>) - Static method in class com.sun.tools.javac.model.JavacElements
An internal-use utility that creates a reified annotation.
getAnnotation(Class<A>) - Method in interface javax.lang.model.element.Element
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotationMirror(Attribute.Compound, Declaration) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns an annotation.
getAnnotationMirrors() - Method in interface com.sun.mirror.declaration.Declaration
Returns the annotations that are directly present on this declaration.
getAnnotationMirrors() - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns the annotations that are directly present on this declaration.
getAnnotationMirrors() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
getAnnotationMirrors() - Method in class com.sun.tools.javac.code.Symbol
An accessor method for the attributes of this symbol.
getAnnotationMirrors() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
getAnnotationMirrors() - Method in interface javax.lang.model.element.Element
Returns the annotations that are directly present on this element.
getAnnotations() - Method in interface com.sun.source.tree.ModifiersTree
 
getAnnotations(int, AnnotationDesc[], boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the string representations of the annotation types for the given doc.
getAnnotations() - Method in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
getAnnotationSet() - Method in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
getAnnotationType() - Method in interface com.sun.mirror.declaration.AnnotationMirror
Returns the annotation type of this annotation.
getAnnotationType() - Method in interface com.sun.source.tree.AnnotationTree
 
getAnnotationType() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
Returns the annotation type of this annotation.
getAnnotationType() - Method in class com.sun.tools.javac.code.Attribute.Compound
 
getAnnotationType() - Method in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
getAnnotationType() - Method in interface javax.lang.model.element.AnnotationMirror
Returns the type of this annotation.
getAnnotationTypeBuilder(AnnotationTypeDoc, Type, Type) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return the builder for the annotation type.
getAnnotationTypeDoc() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Return the AnnotationTypeDoc being documented.
getAnnotationTypeDoc() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Return the AnnotationTypeDoc being documented.
getAnnotationTypeElementDoc(Symbol.MethodSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Return the AnnotationTypeElementDoc for a MethodSymbol.
getAnnotationTypeOptionalMemberBuilder(AnnotationTypeWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the annotation type member builder for the given class.
getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the annotation type optional member writer for a given annotation type.
getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the annotation type optional member writer for a given annotation type.
getAnnotationTypeRequiredMemberBuilder(AnnotationTypeWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the annotation type member builder for the given class.
getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the annotation type required member writer for a given annotation type.
getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the annotation type required member writer for a given annotation type.
getAnnotationTypes() - Method in interface com.sun.mirror.declaration.PackageDeclaration
Returns the declarations of the top-level annotation types in this package.
getAnnotationTypes() - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Returns the declarations of the top-level annotation types in this package.
getAnnotationTypeWriter(AnnotationTypeDoc, Type, Type) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the writer for an annotation type.
getAnnotationTypeWriter(AnnotationTypeDoc, Type, Type) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the writer for an annotation type.
getArgs() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the arguments to be included in the text of the diagnostic.
getArgument() - Method in exception javax.lang.model.element.UnknownAnnotationValueException
Returns the additional argument.
getArgument() - Method in exception javax.lang.model.element.UnknownElementException
Returns the additional argument.
getArgument() - Method in exception javax.lang.model.type.UnknownTypeException
Returns the additional argument.
getArgumentlength() - Method in class sun.tools.javap.MethodData
Return number of arguments of that method.
getArgumentlength() - Method in class sun.tools.javap.TypeSignature
Return number of arguments of a method.
getArguments() - Method in interface com.sun.source.tree.AnnotationTree
 
getArguments() - Method in interface com.sun.source.tree.MethodInvocationTree
 
getArguments() - Method in interface com.sun.source.tree.NewClassTree
 
getArguments() - Method in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
getArguments() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
getArguments() - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
getArray(Map<String, Set<ClassDoc>>, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
 
getArrayType(TypeMirror) - Method in interface com.sun.mirror.util.Types
Returns an array type with the specified component type.
getArrayType(TypeMirror) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns an array type with the specified component type.
getArrayType(TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
getArrayType(TypeMirror) - Method in interface javax.lang.model.util.Types
Returns an array type with the specified component type.
getArrayType(String) - Method in class sun.tools.javap.TypeSignature
Returns java type signature for array type.
getAttrContext(TreePath) - Method in class com.sun.tools.javac.api.JavacTrees
 
getAttribute(String) - Method in class com.sun.tools.classfile.ClassFile
 
getAttributeName(Names) - Method in enum com.sun.tools.javac.jvm.Code.StackMapFormat
 
getAttributes() - Method in class sun.tools.javap.ClassData
Returns list of attributes.
getAttributes() - Method in class sun.tools.javap.FieldData
Returns list of attributes of field.
getAttributes() - Method in class sun.tools.javap.MethodData
Return method attributes.
getAttrName() - Method in class sun.tools.javap.AttrData
Returns attribute name.
getBaseType(String) - Method in class sun.tools.javap.TypeSignature
Returns java type signature for a base type.
getBinaryName(TypeElement) - Method in class com.sun.tools.javac.model.JavacElements
 
getBinaryName(TypeElement) - Method in interface javax.lang.model.util.Elements
Returns the binary name of a type element.
getBlock() - Method in interface com.sun.source.tree.CatchTree
 
getBlock() - Method in interface com.sun.source.tree.SynchronizedTree
 
getBlock() - Method in interface com.sun.source.tree.TryTree
 
getBlock() - Method in class com.sun.tools.javac.tree.JCTree.JCCatch
 
getBlock() - Method in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
getBlock() - Method in class com.sun.tools.javac.tree.JCTree.JCTry
 
getBody() - Method in interface com.sun.source.tree.BracketExprTree
 
getBody() - Method in interface com.sun.source.tree.BracketStatTree
 
getBody() - Method in interface com.sun.source.tree.EscapeExprTree
 
getBody() - Method in interface com.sun.source.tree.EscapeStatTree
 
getBody() - Method in interface com.sun.source.tree.MethodTree
 
getBody() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
getBody() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
getBody() - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeExpr
 
getBody() - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeStat
 
getBody() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getBound() - Method in interface com.sun.source.tree.WildcardTree
 
getBound() - Method in class com.sun.tools.javac.tree.JCTree.JCWildcard
 
getBounds() - Method in interface com.sun.mirror.declaration.TypeParameterDeclaration
Returns the bounds of this type parameter.
getBounds() - Method in interface com.sun.source.tree.TypeParameterTree
 
getBounds() - Method in class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
Returns the bounds of this type parameter.
getBounds() - Method in class com.sun.tools.javac.code.Symbol.TypeSymbol
 
getBounds(Type.TypeVar) - Method in class com.sun.tools.javac.code.Types
Return list of bounds of the given type variable.
getBounds() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
getBounds(Type.TypeVar, DocEnv) - Static method in class com.sun.tools.javadoc.TypeVariableImpl
Get the bounds of a type variable as listed in the "extends" clause.
getBounds() - Method in interface javax.lang.model.element.TypeParameterElement
Returns the bounds of this type parameter.
getBuilderFactory() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the builder factory for this doclet.
getBuilderXML() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the input stream to the builder XML.
getBundles(Locale) - Method in class com.sun.tools.javac.util.JavacMessages
 
getByte(int) - Method in class com.sun.tools.classfile.Code_attribute
 
getbyte(int) - Method in class sun.tools.javap.JavapPrinter
 
getByteArray() - Method in class com.sun.tools.javac.util.Name
Get the underlying byte array for this name.
getByteArray() - Method in class com.sun.tools.javac.util.SharedNameTable.NameImpl
 
getByteArray() - Method in class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
getByteAt(int) - Method in class com.sun.tools.javac.util.Name
Returns i'th byte of this name.
getByteAt(int) - Method in class com.sun.tools.javac.util.SharedNameTable.NameImpl
 
getByteAt(int) - Method in class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
getByteLength() - Method in class com.sun.tools.javac.util.Name
Get the length (in bytes) of this name.
getByteLength() - Method in class com.sun.tools.javac.util.SharedNameTable.NameImpl
 
getByteLength() - Method in class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
getByteOffset() - Method in class com.sun.tools.javac.util.Name
Get the start offset of this name within its byte array.
getByteOffset() - Method in class com.sun.tools.javac.util.SharedNameTable.NameImpl
 
getByteOffset() - Method in class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
getBytes(byte[], int) - Method in class com.sun.tools.javac.util.Name
Copy all bytes of this name to buffer cs, starting at start.
getCachedContent(JavaFileObject) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getCanonicalFile(File) - Method in class com.sun.tools.javac.file.CacheFSInfo
 
getCanonicalFile(File) - Method in class com.sun.tools.javac.file.FSInfo
 
getCases() - Method in interface com.sun.source.tree.SwitchTree
 
getCases() - Method in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
getCatches() - Method in interface com.sun.source.tree.TryTree
 
getCatches() - Method in class com.sun.tools.javac.tree.JCTree.JCTry
 
getCause() - Method in exception com.sun.tools.javac.util.PropagatedException
 
getChar(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Extract a character at position bp from buf.
getCharContent(boolean) - Method in class com.sun.tools.javac.file.RegularFileObject
 
getCharContent(boolean) - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
getCharContent(boolean) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
getCharContent(boolean) - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
getCharContent(boolean) - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
getCharContent(boolean) - Method in class edu.rice.cs.mint.runtime.StringJavaFileObject
 
getCharContent(boolean) - Method in interface javax.tools.FileObject
Gets the character content of this file object, if available.
getCharContent(boolean) - Method in class javax.tools.ForwardingFileObject
 
getCharContent(boolean) - Method in class javax.tools.SimpleJavaFileObject
This implementation always throws UnsupportedOperationException.
getCheckedClassName(ConstantPool.CPRefInfo) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
getCheckedName(ConstantPool.CONSTANT_Class_info) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
getCheckedName(ConstantPool.CONSTANT_NameAndType_info) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
getClass - Variable in class com.sun.tools.javac.util.Names
 
getClassBody() - Method in interface com.sun.source.tree.NewClassTree
 
getClassBody() - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
getClassBuilder(ClassDoc, ClassDoc, ClassDoc, ClassTree) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return the builder for the class.
getClassDoc() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Return the classDoc being documented.
getClassDoc() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Return the classDoc being documented.
getClassDoc(Symbol.ClassSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Return the ClassDoc (or a subtype) of this class symbol.
getClassEnv(Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Enter
 
getClasses() - Method in interface com.sun.mirror.declaration.PackageDeclaration
Returns the declarations of the top-level classes in this package.
getClasses() - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Returns the declarations of the top-level classes in this package.
getClasses(boolean) - Method in class com.sun.tools.javadoc.PackageDocImpl
Return a list of all classes contained in this package, including member classes of those classes, and their member classes, etc.
getClassFile() - Method in class com.sun.tools.classfile.ClassReader
 
getClassFile() - Method in class com.sun.tools.javap.ClassWriter
 
getClassFileNames() - Method in class com.sun.tools.apt.comp.Apt
 
getClassFileNames() - Method in class com.sun.tools.apt.main.JavaCompiler
List of names of generated class files.
getClassFileNames() - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
 
getClassFileObject(String) - Method in class com.sun.tools.javap.JavapTask
 
getClassFlags() - Method in class com.sun.tools.classfile.AccessFlags
 
getClassInfo() - Method in class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
getClassInfo(int) - Method in class com.sun.tools.classfile.ConstantPool
 
getClassKeyword(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.MetaKeywords
Get the current class for a meta tag keyword, as the first and only element of an array list.
getClassLink(LinkInfo) - Method in class com.sun.tools.doclets.formats.html.LinkFactoryImpl
Return the link to the given class.
getClassLink(LinkInfo) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Return the link to the given class.
getClassLinkLabel(Configuration) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
Return the label for this class link.
getClassLoader(JavaFileManager.Location) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getClassLoader - Variable in class com.sun.tools.javac.util.Names
 
getClassLoader(JavaFileManager.Location) - Method in class javax.tools.ForwardingJavaFileManager
 
getClassLoader(JavaFileManager.Location) - Method in interface javax.tools.JavaFileManager
Gets a class loader for loading plug-ins from the given location.
getClassMember(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
getClassMembers(ClassDoc, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
Return all available class members.
getClassModifiers() - Method in class com.sun.tools.classfile.AccessFlags
 
getClassName() - Method in class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
getClassName(ConstantPool) - Method in class com.sun.tools.classfile.EnclosingMethod_attribute
 
getClassName(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the qualified name of the ClassDoc if it's qualifier is not excluded.
getClassName(Symbol.ClassSymbol, boolean) - Static method in class com.sun.tools.javadoc.ClassDocImpl
Return the class name as a string.
getClassName() - Method in class sun.tools.javap.ClassData
Returns the name of this class.
getClassName(int) - Method in class sun.tools.javap.ClassData
Returns the name of class at perticular index.
getClassOutDir() - Method in class com.sun.tools.javac.file.JavacFileManager
 
getClassSymbol(String) - Method in class com.sun.tools.javadoc.DocEnv
Retrieve class symbol by fully-qualified name.
getClassToolTip(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.LinkFactoryImpl
Given a class, return the appropriate tool tip.
getClassWriter(ClassDoc, ClassDoc, ClassDoc, ClassTree) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the writer for a class.
getClassWriter(ClassDoc, ClassDoc, ClassDoc, ClassTree) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the writer for a class.
getCode() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Get the "<CODE>" string.
getCode() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getCode() - Method in interface javax.tools.Diagnostic
Gets a diagnostic code indicating the type of diagnostic.
getCode() - Method in class sun.tools.javap.MethodData
Return code attribute data of a method.
getCodeAttributes() - Method in class sun.tools.javap.MethodData
Return code attributes.
getCodeClass() - Method in class edu.rice.cs.mint.runtime.ClassCode
 
getCodeEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Get the "</CODE>" string.
getColumn() - Method in class com.sun.tools.javac.model.JavacSourcePosition
 
getColumnNumber(long) - Method in interface com.sun.source.tree.LineMap
Find the column for a character position.
getColumnNumber(int, boolean) - Method in class com.sun.tools.javac.util.DiagnosticSource
Return the one-based column number associated with a given pos for the current source file.
getColumnNumber() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the column number within the line of source referred to by this diagnostic.
getColumnNumber(int) - Method in interface com.sun.tools.javac.util.Position.LineMap
Find the column for a character position.
getColumnNumber(int) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getColumnNumber(long) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getColumnNumber(int) - Method in class com.sun.tools.javac.util.Position.LineTabMapImpl
 
getColumnNumber() - Method in interface javax.tools.Diagnostic
Gets the column number of the character offset returned by Diagnostic.getPosition().
getCompilationID(ConstantPool) - Method in class com.sun.tools.classfile.CompilationID_attribute
 
getCompilationUnit() - Method in class com.sun.source.util.TaskEvent
 
getCompilationUnit() - Method in class com.sun.source.util.TreePath
Get the compilation unit associated with this path.
getCompletions(Element, AnnotationMirror, ExecutableElement, String) - Method in class javax.annotation.processing.AbstractProcessor
Returns an empty iterable of completions.
getCompletions(Element, AnnotationMirror, ExecutableElement, String) - Method in interface javax.annotation.processing.Processor
Returns to the tool infrastructure an iterable of suggested completions to an annotation.
getComponentType() - Method in interface com.sun.mirror.type.ArrayType
Returns the component type of this array type.
getComponentType() - Method in class com.sun.tools.apt.mirror.type.ArrayTypeImpl
Returns the component type of this array type.
getComponentType() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
getComponentType - Variable in class com.sun.tools.javac.util.Names
 
getComponentType(String) - Method in class com.sun.tools.javah.TypeSignature
 
getComponentType() - Method in interface javax.lang.model.type.ArrayType
Returns the component type of this array type.
getCompositeAnnotationProcessor(AnnotationProcessor...) - Static method in class com.sun.mirror.apt.AnnotationProcessors
Constructs a new composite annotation processor.
getCompositeAnnotationProcessor(Collection<AnnotationProcessor>) - Static method in class com.sun.mirror.apt.AnnotationProcessors
Constructs a new composite annotation processor.
getCondition() - Method in interface com.sun.source.tree.AssertTree
 
getCondition() - Method in interface com.sun.source.tree.ConditionalExpressionTree
 
getCondition() - Method in interface com.sun.source.tree.DoWhileLoopTree
 
getCondition() - Method in interface com.sun.source.tree.ForLoopTree
 
getCondition() - Method in interface com.sun.source.tree.IfTree
 
getCondition() - Method in interface com.sun.source.tree.WhileLoopTree
 
getCondition() - Method in class com.sun.tools.javac.tree.JCTree.JCAssert
 
getCondition() - Method in class com.sun.tools.javac.tree.JCTree.JCConditional
 
getCondition() - Method in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
getCondition() - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
getCondition() - Method in class com.sun.tools.javac.tree.JCTree.JCIf
 
getCondition() - Method in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
getConstantCharValue(char) - Method in class com.sun.tools.javap.ClassWriter
 
getConstantExpression() - Method in interface com.sun.mirror.declaration.FieldDeclaration
Returns the text of a constant expression representing the value of this field if this field is a compile-time constant.
getConstantExpression() - Method in class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
Returns the text of a constant expression representing the value of this field if this field is a compile-time constant.
getConstantExpression(Object) - Method in class com.sun.tools.javac.model.JavacElements
 
getConstantExpression(Object) - Method in interface javax.lang.model.util.Elements
Returns the text of a constant expression representing a primitive value or a string.
getConstantPool() - Method in class com.sun.tools.classfile.ClassReader
 
getConstantsSummaryBuider() - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return the builder that builds the constant summary.
getConstantsSummaryWriter() - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the writer for the constant summary.
getConstantsSummaryWriter() - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the writer for the constant summary.
getConstantStringValue(String) - Method in class com.sun.tools.javap.ClassWriter
 
getConstantValue() - Method in interface com.sun.mirror.declaration.FieldDeclaration
Returns the value of this field if this field is a compile-time constant.
getConstantValue() - Method in class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
Returns the value of this field if this field is a compile-time constant.
getConstantValue() - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
getConstantValue(Descriptor, int) - Method in class com.sun.tools.javap.ClassWriter
Get the value of an entry in the constant pool as a Java constant.
getConstantValue() - Method in interface javax.lang.model.element.VariableElement
Returns the value of this variable if this is a final field initialized to a compile-time constant.
getConstantValueIndex() - Method in class sun.tools.javap.FieldData
Returns index of constant value in cpool.
getConstructorBuilder(ClassWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the constructor builder for the given class.
getConstructorCustomTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of Taglets that can appear in constructors.
getConstructorDoc(Symbol.MethodSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Return the ConstructorDoc for a MethodSymbol.
getConstructors() - Method in interface com.sun.mirror.declaration.ClassDeclaration
Returns the constructors of this class.
getConstructors() - Method in class com.sun.tools.apt.mirror.declaration.ClassDeclarationImpl
Returns the constructors of this class.
getConstructorWriter(ClassWriter) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the constructor writer for a given class.
getConstructorWriter(ClassWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the constructor writer for a given class.
getConstValue() - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
getContainingClass() - Method in class com.sun.tools.javadoc.ClassDocImpl
Identify the containing class
getContainingClass() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Identify the containing class
getContainingClass() - Method in class com.sun.tools.javadoc.FieldDocImpl
Identify the containing class
getContainingClass() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Subclasses override to identify the containing class
getContainingType() - Method in interface com.sun.mirror.type.DeclaredType
Returns the type that contains this type as a member.
getContainingType() - Method in class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
Returns the type that contains this type as a member.
getContext() - Method in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Return the id indicating where the link appears in the documentation.
getContext() - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
Return the id indicating where the link appears in the documentation.
getContext() - Method in class com.sun.tools.javac.api.JavacTaskImpl
For internal use by Sun Microsystems only.
getContext() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
For internal use by Sun Microsystems only.
getCpoolCount() - Method in class sun.tools.javap.ClassData
Returns total constant pool entry count.
getCpoolEntry(int) - Method in class sun.tools.javap.ClassData
Returns constant pool entry at that index.
getCpoolEntryobj(int) - Method in class sun.tools.javap.ClassData
 
getCrossClassLink(String, String, String, boolean, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return a class cross link to external class documentation.
getCrossPackageLink(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
getCurrentLocale() - Method in class com.sun.tools.javac.util.JavacMessages
 
getCurrentPath() - Method in class com.sun.source.util.TreePathScanner
Get the current path for the node, as built up by the currently active set of scan calls.
getCustomTags(Doc) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
 
getData() - Method in class sun.tools.javap.AttrData
Returns attribute data.
getDeclaration() - Method in interface com.sun.mirror.type.AnnotationType
Returns the declaration of this type.
getDeclaration() - Method in interface com.sun.mirror.type.ClassType
Returns the declaration of this type.
getDeclaration() - Method in interface com.sun.mirror.type.DeclaredType
Returns the declaration of this type.
getDeclaration() - Method in interface com.sun.mirror.type.EnumType
Returns the declaration of this type.

Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.

getDeclaration() - Method in interface com.sun.mirror.type.InterfaceType
Returns the declaration of this type.
getDeclaration() - Method in interface com.sun.mirror.type.TypeVariable
Returns the type parameter that declared this type variable.
getDeclaration() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
 
getDeclaration() - Method in class com.sun.tools.apt.mirror.type.AnnotationTypeImpl
Returns the declaration of this type.

Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.

getDeclaration() - Method in class com.sun.tools.apt.mirror.type.ClassTypeImpl
Returns the declaration of this type.

Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.

getDeclaration() - Method in class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
Returns the declaration of this type.
getDeclaration() - Method in class com.sun.tools.apt.mirror.type.EnumTypeImpl
Returns the declaration of this type.

Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.

getDeclaration() - Method in class com.sun.tools.apt.mirror.type.InterfaceTypeImpl
Returns the declaration of this type.

Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.

getDeclaration() - Method in class com.sun.tools.apt.mirror.type.TypeVariableImpl
Returns the type parameter that declared this type variable.
getDeclarationsAnnotatedWith(AnnotationTypeDeclaration) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns the declarations annotated with the given annotation type.
getDeclarationsAnnotatedWith(AnnotationTypeDeclaration) - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getDeclarationScanner(DeclarationVisitor, DeclarationVisitor) - Static method in class com.sun.mirror.util.DeclarationVisitors
Return a DeclarationVisitor that will scan the declaration structure, visiting declarations contained in another declaration.
getDeclarationUtils() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns an implementation of some utility methods for operating on declarations.
getDeclarationUtils() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getDeclaredType(TypeDeclaration, TypeMirror...) - Method in interface com.sun.mirror.util.Types
Returns the type corresponding to a type declaration and actual type arguments.
getDeclaredType(DeclaredType, TypeDeclaration, TypeMirror...) - Method in interface com.sun.mirror.util.Types
Returns the type corresponding to a type declaration and actual arguments, given a containing type of which it is a member.
getDeclaredType(Type.ClassType) - Method in class com.sun.tools.apt.mirror.type.TypeMaker
Returns the declared type corresponding to a given ClassType.
getDeclaredType(TypeDeclaration, TypeMirror...) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns the type corresponding to a type declaration and actual type arguments.
getDeclaredType(DeclaredType, TypeDeclaration, TypeMirror...) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns the type corresponding to a type declaration and actual arguments, given a containing type of which it is a member.
getDeclaredType(Type, Symbol.ClassSymbol, TypeMirror...) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
 
getDeclaredType(TypeElement, TypeMirror...) - Method in class com.sun.tools.javac.model.JavacTypes
 
getDeclaredType(DeclaredType, TypeElement, TypeMirror...) - Method in class com.sun.tools.javac.model.JavacTypes
 
getDeclaredType(TypeElement, TypeMirror...) - Method in interface javax.lang.model.util.Types
Returns the type corresponding to a type element and actual type arguments.
getDeclaredType(DeclaredType, TypeElement, TypeMirror...) - Method in interface javax.lang.model.util.Types
Returns the type corresponding to a type element and actual type arguments, given a containing type of which it is a member.
getDeclaredType0(Type, Symbol.ClassSymbol, TypeMirror...) - Method in class com.sun.tools.javac.model.JavacTypes
 
getDeclaringClass - Variable in class com.sun.tools.javac.util.Names
 
getDeclaringClassSymbol() - Method in class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
Returns the ClassSymbol of the declaring type, or null if this is a top-level type.
getDeclaringType() - Method in interface com.sun.mirror.declaration.AnnotationTypeElementDeclaration
Returns the type declaration within which this member or constructor is declared.
getDeclaringType() - Method in interface com.sun.mirror.declaration.EnumConstantDeclaration
Returns the type declaration within which this member or constructor is declared.
getDeclaringType() - Method in interface com.sun.mirror.declaration.MemberDeclaration
Returns the type declaration within which this member or constructor is declared.
getDeclaringType() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationTypeElementDeclarationImpl
Returns the type declaration within which this member or constructor is declared. If this is the declaration of a top-level type (a non-nested class or interface), returns null.
getDeclaringType() - Method in class com.sun.tools.apt.mirror.declaration.EnumConstantDeclarationImpl
Returns the type declaration within which this member or constructor is declared. If this is the declaration of a top-level type (a non-nested class or interface), returns null.
getDeclaringType() - Method in class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
Returns the type declaration within which this member or constructor is declared.
getDecoder(boolean) - Method in class com.sun.tools.javac.file.BaseFileObject
 
getDecoder(String, boolean) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getDecoder(boolean) - Method in class com.sun.tools.javac.file.RegularFileObject
 
getDecoder(boolean) - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
getDecoder(boolean) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
getDefaultBundle() - Static method in class com.sun.tools.javac.util.JavacMessages
 
getDefaultEncodingName() - Method in class com.sun.tools.javac.file.JavacFileManager
 
getDefaultFileManager(DiagnosticListener<? super JavaFileObject>, PrintWriter) - Method in class com.sun.tools.javap.JavapTask
 
getDefaultLocalizedString(String, Object...) - Static method in class com.sun.tools.javac.util.JavacMessages
Gets a localized string from the compiler's default bundle.
getDefaultMessages() - Static method in class com.sun.tools.javac.util.JavacMessages
Deprecated. 
getDefaultValue() - Method in interface com.sun.mirror.declaration.AnnotationTypeElementDeclaration
Returns the default value of this element.
getDefaultValue() - Method in interface com.sun.source.tree.MethodTree
 
getDefaultValue() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationTypeElementDeclarationImpl
Returns the default value of this element.
getDefaultValue() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
getDefaultValue() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getDefaultValue() - Method in interface javax.lang.model.element.ExecutableElement
Returns the default value if this executable is an annotation type element.
getDefinedSerializableFields(Symbol.ClassSymbol) - Method in class com.sun.tools.javadoc.SerializedForm
 
getDetail() - Method in interface com.sun.source.tree.AssertTree
 
getDetail() - Method in class com.sun.tools.javac.tree.JCTree.JCAssert
 
getDetailValue() - Method in exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
getDiagnostic() - Method in exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
getDiagnostic() - Method in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
getDiagnosticListenerForStream(OutputStream) - Method in class com.sun.tools.javap.JavapTask
 
getDiagnosticListenerForWriter(Writer) - Method in class com.sun.tools.javap.JavapTask
 
getDiagnostics() - Method in class javax.tools.DiagnosticCollector
Gets a list view of diagnostics collected by this object.
getDiagnosticSource() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the source referred to by this diagnostic.
getDimensions() - Method in interface com.sun.source.tree.NewArrayTree
 
getDimensions() - Method in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
getDirectories() - Method in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
getDirectories(RelativePath.RelativeDirectory) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
getDirectory(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.SourcePath
Find the specified directory in the source path.
getDirectoryPath(PackageDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a PackageDoc, return the corresponding directory name with the platform-dependent file separator between subdirectory names.
getDirectoryPath(String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a package name, return the corresponding directory name with the platform-dependent file separator between subdirectory names.
getDocComment() - Method in interface com.sun.mirror.declaration.Declaration
Returns the text of the documentation ("javadoc") comment of this declaration.
getDocComment() - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns the text of the documentation ("javadoc") comment of this declaration.
getDocComment(Element) - Method in class com.sun.tools.javac.model.JavacElements
 
getDocComment(Element) - Method in interface javax.lang.model.util.Elements
Returns the text of the documentation ("Javadoc") comment of an element.
getDocletSpecificBuildDate() - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Return the build date for the doclet.
getDocletSpecificBuildDate() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the build date for the doclet.
getDocletSpecificMsg() - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Return the doclet specific MessageRetriever
getDocletSpecificMsg() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the doclet specific MessageRetriever
getDocLink(int, MemberDoc, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the link for the given member.
getDocLink(int, ClassDoc, MemberDoc, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the link for the given member.
getDocRootOutput() - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Returns the output for the DocRoot inline tag.
getDocRootOutput() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Returns the output for the DocRoot inline tag.
getDouble(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Extract a double at position bp from buf.
getElement(TreePath) - Method in class com.sun.source.util.Trees
Gets the Element for the Tree node identified by a given TreePath.
getElement(Symbol.MethodSymbol) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
Returns the annotation type element for a symbol.
getElement(TreePath) - Method in class com.sun.tools.javac.api.JavacTrees
 
getElements() - Method in class com.sun.source.util.JavacTask
Get a utility object for dealing with program elements.
getElements() - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
getElements() - Method in class com.sun.tools.javac.code.Scope
 
getElementsAnnotatedWith(TypeElement) - Method in class com.sun.tools.javac.processing.JavacRoundEnvironment
Returns the elements annotated with the given annotation type.
getElementsAnnotatedWith(Class<? extends Annotation>) - Method in class com.sun.tools.javac.processing.JavacRoundEnvironment
getElementsAnnotatedWith(TypeElement) - Method in interface javax.annotation.processing.RoundEnvironment
Returns the elements annotated with the given annotation type.
getElementsAnnotatedWith(Class<? extends Annotation>) - Method in interface javax.annotation.processing.RoundEnvironment
Returns the elements annotated with the given annotation type.
getElementUtils() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getElementUtils() - Method in interface javax.annotation.processing.ProcessingEnvironment
Returns an implementation of some utility methods for operating on elements
getElementValues() - Method in interface com.sun.mirror.declaration.AnnotationMirror
Returns this annotation's elements and their values.
getElementValues() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
Returns this annotation's elements and their values.
getElementValues() - Method in class com.sun.tools.javac.code.Attribute.Compound
 
getElementValues() - Method in interface javax.lang.model.element.AnnotationMirror
Returns the values of this annotation's elements.
getElementValuesWithDefaults(AnnotationMirror) - Method in class com.sun.tools.javac.model.JavacElements
 
getElementValuesWithDefaults(AnnotationMirror) - Method in interface javax.lang.model.util.Elements
Returns the values of an annotation's elements, including defaults.
getElems() - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
getElseStatement() - Method in interface com.sun.source.tree.IfTree
 
getElseStatement() - Method in class com.sun.tools.javac.tree.JCTree.JCIf
 
getEnclosedElements() - Method in class com.sun.tools.javac.code.Symbol
 
getEnclosedElements() - Method in class com.sun.tools.javac.code.Symbol.TypeSymbol
 
getEnclosedElements() - Method in interface javax.lang.model.element.Element
Returns the elements that are, loosely speaking, directly enclosed by this element.
getEnclosingClass() - Method in interface com.sun.source.tree.Scope
Returns the innermost type element containing the position of this scope
getEnclosingClass() - Method in class com.sun.tools.javac.api.JavacScope
 
getEnclosingElement() - Method in class com.sun.tools.javac.code.Symbol
 
getEnclosingElement() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
getEnclosingElement() - Method in interface javax.lang.model.element.Element
Returns the innermost element within which this element is, loosely speaking, enclosed.
getEnclosingExpression() - Method in interface com.sun.source.tree.NewClassTree
 
getEnclosingExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
getEnclosingMethod() - Method in interface com.sun.source.tree.Scope
Returns the innermost executable element containing the position of this scope.
getEnclosingMethod() - Method in class com.sun.tools.javac.api.JavacScope
 
getEnclosingScope() - Method in interface com.sun.source.tree.Scope
Returns the enclosing scope.
getEnclosingScope() - Method in class com.sun.tools.javac.api.JavacScope
 
getEnclosingType() - Method in class com.sun.tools.javac.code.Type.ClassType
 
getEnclosingType() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
getEnclosingType() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
getEnclosingType() - Method in class com.sun.tools.javac.code.Type
 
getEnclosingType() - Method in interface javax.lang.model.type.DeclaredType
Returns the type of the innermost enclosing instance or a NoType of kind NONE if there is no enclosing instance.
getEncoding() - Method in class com.sun.tools.javadoc.DocEnv
Get the encoding.
getEncodingName() - Method in class com.sun.tools.javac.file.JavacFileManager
 
getEndPos(JCTree) - Method in class com.sun.tools.javac.parser.EndPosParser
Get the end position for a tree node.
getEndPos(JCTree) - Method in class com.sun.tools.javac.parser.JavacParser
Get the end position for a tree node.
getEndPos(JCTree, Map<JCTree, Integer>) - Static method in class com.sun.tools.javac.tree.TreeInfo
The end position of given tree, given a table of end positions generated by the parser
getEndPosition(CompilationUnitTree, Tree) - Method in interface com.sun.source.util.SourcePositions
Gets the ending position of tree within file.
getEndPosition(Map<JCTree, Integer>) - Method in class com.sun.tools.javac.tree.JCTree
 
getEndPosition(Map<JCTree, Integer>) - Method in interface com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition
If there is a tree node, and if endPositions are available, get the end position of the tree node.
getEndPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getEndPosition(Map<JCTree, Integer>) - Method in class com.sun.tools.javac.util.JCDiagnostic.SimpleDiagnosticPosition
 
getEndPosition() - Method in interface javax.tools.Diagnostic
Gets the character offset from the beginning of the file associated with this diagnostic that indicates the end of the problem.
getEndPosTable() - Method in class com.sun.tools.javac.util.DiagnosticSource
 
getEnterEnv() - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns this declaration's enter environment, or null if it has none.
getEnterEnv(Symbol) - Method in class com.sun.tools.javac.model.JavacElements
Returns a symbol's enter environment, or null if it has none.
getEntries() - Method in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
getEntriesAsCollection() - Method in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
getEntry(File) - Method in class com.sun.tools.javac.file.CacheFSInfo
 
getEntry(String) - Method in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
getEnumConstants() - Method in interface com.sun.mirror.declaration.EnumDeclaration
Returns the enum constants defined for this enum.
getEnumConstants() - Method in class com.sun.tools.apt.mirror.declaration.EnumDeclarationImpl
Returns the enum constants defined for this enum.
getEnumConstantsBuilder(ClassWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the enum constants builder for the given class.
getEnumConstantWriter(ClassWriter) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the enum constant writer for a given class.
getEnumConstantWriter(ClassWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the enum constant writer for a given class.
getEnums() - Method in interface com.sun.mirror.declaration.PackageDeclaration
Returns the declarations of the top-level enum types in this package.
getEnums() - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Returns the declarations of the top-level enum types in this package.
getEnv() - Method in class com.sun.tools.javac.api.JavacScope
 
getEnv(Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Enter
Accessor for typeEnvs
getErasure(TypeMirror) - Method in interface com.sun.mirror.util.Types
Returns the erasure of a type.
getErasure(TypeMirror) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns the erasure of a type.
getErasureAnchor(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
For backward compatibility, include an anchor using the erasures of the parameters.
getErrorEndPos() - Method in class com.sun.tools.javac.parser.JavacParser
 
getErrorKey(String, List<Type>, List<Type>, Kinds.KindName) - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
 
getErrorTrees() - Method in interface com.sun.source.tree.ErroneousTree
 
getErrorTrees() - Method in class com.sun.tools.javac.tree.JCTree.JCErroneous
 
getException(int, ConstantPool) - Method in class com.sun.tools.classfile.Exceptions_attribute
 
getexception_table() - Method in class sun.tools.javap.MethodData
Return exception table in code attributre.
getExecutableDeclaration(Symbol.MethodSymbol) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns the method or constructor declaration for a method symbol.
getExistingZipIndex(File) - Static method in class com.sun.tools.javac.file.ZipFileIndex
 
getExportTypeCount() - Method in class com.sun.tools.classfile.ModuleExportTable_attribute
 
getExportTypeName(int, ConstantPool) - Method in class com.sun.tools.classfile.ModuleExportTable_attribute
 
getExportTypeName(ModuleExportTable_attribute, int) - Method in class com.sun.tools.javap.AttributeWriter
 
getExpression() - Method in interface com.sun.source.tree.ArrayAccessTree
 
getExpression() - Method in interface com.sun.source.tree.AssignmentTree
 
getExpression() - Method in interface com.sun.source.tree.CaseTree
 
getExpression() - Method in interface com.sun.source.tree.CompoundAssignmentTree
 
getExpression() - Method in interface com.sun.source.tree.EnhancedForLoopTree
 
getExpression() - Method in interface com.sun.source.tree.ExpressionStatementTree
 
getExpression() - Method in interface com.sun.source.tree.InstanceOfTree
 
getExpression() - Method in interface com.sun.source.tree.MemberSelectTree
 
getExpression() - Method in interface com.sun.source.tree.ParenthesizedTree
 
getExpression() - Method in interface com.sun.source.tree.ReturnTree
 
getExpression() - Method in interface com.sun.source.tree.SwitchTree
 
getExpression() - Method in interface com.sun.source.tree.SynchronizedTree
 
getExpression() - Method in interface com.sun.source.tree.ThrowTree
 
getExpression() - Method in interface com.sun.source.tree.TypeCastTree
 
getExpression() - Method in interface com.sun.source.tree.UnaryTree
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCAssign
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCCase
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCExpressionStatement
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCParens
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCReturn
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCThrow
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
getExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCUnary
 
getExtendsBound() - Method in class com.sun.tools.javac.code.Type.WildcardType
 
getExtendsBound() - Method in interface javax.lang.model.type.WildcardType
Returns the upper bound of this wildcard.
getExtendsBounds(AptEnv, Type.TypeVar) - Static method in class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
Returns the bounds of a type variable, eliding java.lang.Object if it appears alone.
getExtendsBounds(Type.WildcardType) - Static method in class com.sun.tools.javadoc.WildcardTypeImpl
 
getExtendsClause() - Method in interface com.sun.source.tree.ClassTree
 
getExtendsClause() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getExternalLink(String, String, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Convert a link to be an external link if appropriate.
getFalseExpression() - Method in interface com.sun.source.tree.ConditionalExpressionTree
 
getFalseExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCConditional
 
getfield - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
getField(String) - Method in class edu.rice.cs.mint.runtime.ClassCode
 
getFieldBuilder(ClassWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the field builder for the given class.
getFieldClassCode() - Method in class edu.rice.cs.mint.runtime.FieldCode
 
getFieldCustomTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of Taglets that can appear in fields.
getFieldDeclaration(Symbol.VarSymbol) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns the field declaration for a var symbol.
getFieldDoc(Configuration, Tag, String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Given the name of the field, return the corresponding FieldDoc.
getFieldDoc(Symbol.VarSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Return the FieldDoc of this var symbol.
getFieldFlags() - Method in class com.sun.tools.classfile.AccessFlags
 
getFieldModifiers() - Method in class com.sun.tools.classfile.AccessFlags
 
getFieldName(Field) - Method in class com.sun.tools.javap.ClassWriter
 
getFields() - Method in interface com.sun.mirror.declaration.TypeDeclaration
Returns the fields that are directly declared by this class or interface.
getFields() - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns the fields that are directly declared by this class or interface.
getFields() - Method in class edu.rice.cs.mint.runtime.ClassCode
 
getFields() - Method in class sun.tools.javap.ClassData
Returns list of field info.
getFieldType(ConstantPool) - Method in class com.sun.tools.classfile.Descriptor
 
getFieldType(ConstantPool) - Method in class com.sun.tools.classfile.Signature
 
getFieldType(Descriptor) - Method in class com.sun.tools.javap.ClassWriter
 
getFieldType() - Method in class sun.tools.javap.TypeSignature
Returns java type signature for field type.
getFieldTypeSignature(String) - Method in class sun.tools.javap.TypeSignature
Returns java type signature of a field.
getFieldWriter(ClassWriter) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the field writer for a given class.
getFieldWriter(ClassWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the field writer for a given class.
getFile(File) - Method in class com.sun.tools.javac.file.RelativePath
 
getFile() - Method in class com.sun.tools.javac.model.JavacSourcePosition
 
getFile() - Method in class com.sun.tools.javac.util.DiagnosticSource
Return the underlying file object handled by this DiagnosticSource object.
getFileForInput(JavaFileManager.Location, String, String) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
 
getFileForInput(String) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getFileForInput(JavaFileManager.Location, String, String) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getFileForInput(JavaFileManager.Location, RelativePath.RelativeFile) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getFileForInput(JavaFileManager.Location, String, String) - Method in class javax.tools.ForwardingJavaFileManager
 
getFileForInput(JavaFileManager.Location, String, String) - Method in interface javax.tools.JavaFileManager
Gets a file object for input representing the specified relative name in the specified package in the given location.
getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
 
getFileForOutput(String, JavaFileObject.Kind, JavaFileObject) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getFileForOutput(JavaFileManager.Location, RelativePath.RelativeFile, FileObject) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class javax.tools.ForwardingJavaFileManager
 
getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in interface javax.tools.JavaFileManager
Gets a file object for output representing the specified relative name in the specified package in the given location.
getFileInputStream(String) - Method in class sun.tools.javap.JavapEnvironment
According to which flags are set, returns file input stream for classfile to disassemble.
getFileName() - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
getFileName(String) - Method in class com.sun.tools.javah.Gen
 
getFileObject(RelativePath.RelativeDirectory, String) - Method in interface com.sun.tools.javac.file.JavacFileManager.Archive
 
getFileObject(RelativePath.RelativeDirectory, String) - Method in class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
getFileObject(RelativePath.RelativeDirectory, String) - Method in class com.sun.tools.javac.file.SymbolArchive
 
getFileObject(RelativePath.RelativeDirectory, String) - Method in class com.sun.tools.javac.file.ZipArchive
 
getFileObject(RelativePath.RelativeDirectory, String) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive
 
getFiler() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns the filer used to create new source, class, or auxiliary files.
getFiler() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getFiler() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getFiler() - Method in interface javax.annotation.processing.ProcessingEnvironment
Returns the filer used to create new source, class, or auxiliary files.
getFiles(RelativePath.RelativeDirectory) - Method in interface com.sun.tools.javac.file.JavacFileManager.Archive
 
getFiles(RelativePath.RelativeDirectory) - Method in class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
getFiles(RelativePath.RelativeDirectory) - Method in class com.sun.tools.javac.file.ZipArchive
 
getFiles() - Method in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
getFiles(RelativePath.RelativeDirectory) - Method in class com.sun.tools.javac.file.ZipFileIndex
Returns a javac List of filenames within an absolute path in the ZipFileIndex.
getFiles(RelativePath.RelativeDirectory) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive
 
getFileSuffix() - Method in class com.sun.tools.javah.Gen
 
getFilter(Collection<Modifier>) - Static method in class com.sun.mirror.util.DeclarationFilter
Returns a filter that selects declarations containing all of a collection of modifiers.
getFilter(Class<? extends Declaration>) - Static method in class com.sun.mirror.util.DeclarationFilter
Returns a filter that selects declarations of a particular kind.
getFinallyBlock() - Method in interface com.sun.source.tree.TryTree
 
getFinallyBlock() - Method in class com.sun.tools.javac.tree.JCTree.JCTry
 
getFirstVisibleSuperClass(ClassDoc, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a class, return the closest visible super class.
getFirstVisibleSuperClassCD(ClassDoc, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a class, return the closest visible super class.
getFlags() - Method in interface com.sun.source.tree.ModifiersTree
 
getFlags(Symbol) - Static method in class com.sun.tools.apt.mirror.AptEnv
Returns a symbol's flags.
getFlags(int[], AccessFlags.Type) - Method in class com.sun.tools.classfile.AccessFlags
 
getFlags() - Method in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
getFlags() - Method in class com.sun.tools.javadoc.ClassDocImpl
Returns the flags in terms of javac's flags
getFlags(Symbol.ClassSymbol) - Static method in class com.sun.tools.javadoc.ClassDocImpl
Returns the flags of a ClassSymbol in terms of javac's flags
getFlags() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Returns the flags in terms of javac's flags
getFlags() - Method in class com.sun.tools.javadoc.FieldDocImpl
Returns the flags in terms of javac's flags
getFlags() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Returns the flags in terms of javac's flags
getFloat(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Extract a float at position bp from buf.
getFontColor(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Get the "<FONT COLOR="color">" string.
getFontEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Get the "</FONT>" string.
getFooter() - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Get the footer
getFormalTypeParameters() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
Returns the formal type parameters of this method or constructor.
getFormalTypeParameters() - Method in interface com.sun.mirror.declaration.TypeDeclaration
Returns the formal type parameters of this class or interface.
getFormalTypeParameters() - Method in class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
For methods, constructors, and types.
getFormatter() - Static method in class com.sun.tools.apt.mirror.declaration.Constants
Returns a formatter for generating the text of constant expressions.
getFormatter(StringBuilder) - Static method in class com.sun.tools.apt.mirror.declaration.Constants
Returns a formatter for generating the text of constant expressions.
getFragmentFormatter() - Static method in class com.sun.tools.javac.util.JCDiagnostic
Deprecated. 
getFrameType() - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.AppendFrame
 
getFrameType() - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.ChopFrame
 
getFrameType() - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.FullFrame
 
getFrameType() - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame
 
getFrameType() - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameFrame
 
getFrameType() - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameLocals1StackItemFrame
 
getGeneratedClasses() - Method in class com.sun.tools.javac.processing.JavacFiler
 
getGeneratedSourceFileObjects() - Method in class com.sun.tools.javac.processing.JavacFiler
 
getGeneratedSourceNames() - Method in class com.sun.tools.javac.processing.JavacFiler
 
getGenericElement() - Method in class com.sun.tools.javac.code.Symbol.TypeSymbol
 
getGenericElement() - Method in interface javax.lang.model.element.TypeParameterElement
Returns the generic class, interface, method, or constructor that is parameterized by this type parameter.
getGreaterThanString() - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Return &gt;, which is used in type parameters.
getGroupList() - Method in class com.sun.tools.doclets.internal.toolkit.util.Group
Return the list of groups, in the same order as specified on the command line.
getHeader(Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Get the header.
getHeader(ZipFileIndex.Entry) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
getHTMLLineNo(int) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Get the HTML for the lines.
getHyperLink(String, String, String, boolean) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Return Html Hyper Link string.
getHyperLink(String, String, String, boolean, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Get Html Hyper Link string.
getHyperLink(String, String, String, boolean, String, String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Get Html Hyper Link string.
getHyperLink(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Get link string without positioning in the file.
getIdentifier() - Method in interface com.sun.source.tree.MemberSelectTree
 
getIdentifier() - Method in interface com.sun.source.tree.NewClassTree
 
getIdentifier() - Method in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
getIdentifier() - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
getImplementsClause() - Method in interface com.sun.source.tree.ClassTree
 
getImplementsClause() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getImports() - Method in interface com.sun.source.tree.CompilationUnitTree
 
getImports() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getIncludes() - Method in class com.sun.tools.javah.Gen
Override this method to provide a list of #include statements required by the native interface.
getIncludes() - Method in class com.sun.tools.javah.JNI
 
getIncludes() - Method in class com.sun.tools.javah.LLNI
 
getIndex() - Method in interface com.sun.source.tree.ArrayAccessTree
 
getIndex(ConstantPool, String) - Method in class com.sun.tools.classfile.Attributes
 
getIndex() - Method in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
getIndex() - Method in class com.sun.tools.javac.util.Name
 
getIndex() - Method in class com.sun.tools.javac.util.SharedNameTable.NameImpl
 
getIndex() - Method in class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
getIndexFile() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
getIndexMap() - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Return a map of all the individual member lists with Unicode character.
getInheritedPackagePrivateMethods(Configuration) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Return the package private members inherited by the class.
getInheritedTagletOutput(boolean, Doc, TagletWriter, Object[], Set<String>) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Loop through each indivitual parameter.
getInitEnv(JCTree.JCVariableDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
 
getInitialFrame() - Method in class com.sun.tools.javac.jvm.Code
 
getInitializer() - Method in interface com.sun.source.tree.ForLoopTree
 
getInitializer() - Method in interface com.sun.source.tree.VariableTree
 
getInitializer() - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
getInitializer() - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
getInitializers() - Method in interface com.sun.source.tree.NewArrayTree
 
getInitializers() - Method in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
getInlineCustomTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of inline Taglets that can appear in comments.
getInlineTagOuput(TagletManager, Tag, Tag, TagletWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Given an inline tag, return its output.
getInlineTags(DocImpl, String) - Static method in class com.sun.tools.javadoc.Comment
Return array of tags with text and inline See Tags for a Doc comment.
getInnerClasses() - Method in class sun.tools.javap.ClassData
Returns list of innerclasses.
getInnerClassFlags() - Method in class com.sun.tools.classfile.AccessFlags
 
getInnerClassInfo(ConstantPool) - Method in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
getInnerClassModifiers() - Method in class com.sun.tools.classfile.AccessFlags
 
getInnerName(ConstantPool) - Method in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
getInnerName(ConstantPool, InnerClasses_attribute.Info) - Method in class com.sun.tools.javap.AttributeWriter
 
getInnerQualifiedName(ClassDoc) - Static method in class com.sun.tools.javah.Mangle
 
getInstance() - Static method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
 
getInstance(Configuration, AnnotationTypeDoc, AnnotationTypeWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Construct a new ClassBuilder.
getInstance(Configuration, ClassDoc, AnnotationTypeOptionalMemberWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeOptionalMemberBuilder
Construct a new AnnotationTypeMemberBuilder.
getInstance(Configuration, ClassDoc, AnnotationTypeRequiredMemberWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Construct a new AnnotationTypeMemberBuilder.
getInstance(Configuration, ClassDoc, ClassWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Construct a new ClassBuilder.
getInstance(Configuration, ConstantsSummaryWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Construct a ConstantsSummaryBuilder.
getInstance(Configuration, ClassDoc, ConstructorWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Construct a new ConstructorBuilder.
getInstance(Configuration, ClassDoc, EnumConstantWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Construct a new EnumConstantsBuilder.
getInstance(Configuration, ClassDoc, FieldWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Construct a new FieldBuilder.
getInstance(Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
Return an instance of the BuilderXML.
getInstance(ClassWriter, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Construct a new MemberSummaryBuilder.
getInstance(AnnotationTypeWriter, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Construct a new MemberSummaryBuilder.
getInstance(Configuration, ClassDoc, MethodWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Construct a new MethodBuilder.
getInstance(Configuration, PackageDoc, PackageSummaryWriter) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Construct a new PackageSummaryBuilder.
getInstance(Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Construct a new SerializedFormBuilder.
getInstance(Code.StackMapFrame, int, Type[], Types) - Static method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame
Compare this frame with the previous frame and produce an entry of compressed stack map frame.
getInstance(DataInputStream, MethodData) - Static method in class sun.tools.javap.StackMapTableData
 
getInstFun - Variable in class com.sun.tools.javac.comp.Infer
A mapping that returns its type argument with every UndetVar replaced by its `inst' field.
getInt(int) - Method in class com.sun.tools.classfile.Code_attribute
 
getInt(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Extract an integer at position bp from buf.
getInt(int) - Method in class sun.tools.javap.JavapPrinter
 
getIntEndPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getInterfaceName(int) - Method in class com.sun.tools.classfile.ClassFile
 
getInterfaces() - Method in interface com.sun.mirror.declaration.PackageDeclaration
Returns the declarations of the top-level interfaces in this package.
getInterfaces() - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Returns the declarations of the top-level interfaces in this package.
getInterfaces() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
getInterfaces() - Method in interface javax.lang.model.element.TypeElement
Returns the interface types directly implemented by this class or extended by this interface.
getInternalSig() - Method in class sun.tools.javap.FieldData
Returns internal signature of a field
getInternalSig() - Method in class sun.tools.javap.MethodData
Return internal siganature of the method.
getIntOption(Options, String, int) - Method in class com.sun.tools.javac.util.Log
 
getIntPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getIntStartPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getJarClassPath(File) - Method in class com.sun.tools.javac.file.CacheFSInfo
 
getJarClassPath(File) - Method in class com.sun.tools.javac.file.FSInfo
 
getJavacBaseFileName(FileObject) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
getJavacFileManagerOptions(RecognizedOptions.OptionHelper) - Static method in class com.sun.tools.javac.main.RecognizedOptions
 
getJavacFileName(FileObject) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
getJavaClassName(EnclosingMethod_attribute) - Method in class com.sun.tools.javap.AttributeWriter
 
getJavaCompilerOptions(RecognizedOptions.OptionHelper) - Static method in class com.sun.tools.javac.main.RecognizedOptions
 
getJavacPosition() - Method in class com.sun.tools.apt.mirror.util.SourcePositionImpl
 
getJavacToolOptions(RecognizedOptions.OptionHelper) - Static method in class com.sun.tools.javac.main.RecognizedOptions
 
getJavacTrees(Class<?>, Object) - Static method in class com.sun.source.util.Trees
 
getJavaException(Exceptions_attribute, int) - Method in class com.sun.tools.javap.AttributeWriter
 
getJavaException(Exceptions_attribute, int) - Method in class com.sun.tools.javap.ClassWriter
 
getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
 
getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in class javax.tools.ForwardingJavaFileManager
 
getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in interface javax.tools.JavaFileManager
Gets a file object for input representing the specified class of the specified kind in the given location.
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class javax.tools.ForwardingJavaFileManager
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in interface javax.tools.JavaFileManager
Gets a file object for output representing the specified class of the specified kind in the given location.
getJavaFileObjects(String...) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getJavaFileObjects(File...) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getJavaFileObjects(File...) - Method in interface javax.tools.StandardJavaFileManager
Gets file objects representing the given files.
getJavaFileObjects(String...) - Method in interface javax.tools.StandardJavaFileManager
Gets file objects representing the given file names.
getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in interface javax.tools.StandardJavaFileManager
Gets file objects representing the given files.
getJavaFileObjectsFromStrings(Iterable<String>) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getJavaFileObjectsFromStrings(Iterable<String>) - Method in interface javax.tools.StandardJavaFileManager
Gets file objects representing the given file names.
getJavaInterfaceName(ClassFile, int) - Method in class com.sun.tools.javap.ClassWriter
 
getJavaName(String) - Static method in class com.sun.tools.javap.AttributeWriter
 
getJavaName(ClassFile) - Method in class com.sun.tools.javap.ClassWriter
 
getJavaName(String) - Static method in class com.sun.tools.javap.ClassWriter
 
getJavaSuperclassName(ClassFile) - Method in class com.sun.tools.javap.ClassWriter
 
getKey(String) - Method in enum com.sun.tools.javac.util.MandatoryWarningHandler.DeferredDiagnosticKind
 
getKind() - Method in interface com.sun.mirror.type.PrimitiveType
Returns the kind of primitive type that this object represents.
getKind() - Method in interface com.sun.source.tree.Tree
Gets the kind of this tree.
getKind() - Method in class com.sun.source.util.TaskEvent
 
getKind() - Method in class com.sun.tools.apt.mirror.type.PrimitiveTypeImpl
Returns the kind of primitive type that this object represents.
getKind() - Method in interface com.sun.tools.javac.api.Formattable
Retrieve a pretty name of this object's kind
getKind() - Method in class com.sun.tools.javac.api.Formattable.LocalizedString
 
getKind() - Method in enum com.sun.tools.javac.code.Kinds.KindName
 
getKind() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
getKind() - Method in class com.sun.tools.javac.code.Symbol
 
getKind() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
getKind() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
getKind() - Method in class com.sun.tools.javac.code.Symbol.TypeSymbol
 
getKind() - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
getKind() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
getKind() - Method in class com.sun.tools.javac.code.Type.BottomType
 
getKind() - Method in class com.sun.tools.javac.code.Type.ClassType
 
getKind() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
getKind() - Method in class com.sun.tools.javac.code.Type.ForAll
 
getKind() - Method in class com.sun.tools.javac.code.Type
 
getKind() - Method in class com.sun.tools.javac.code.Type.JCNoType
 
getKind() - Method in class com.sun.tools.javac.code.Type.MethodType
 
getKind() - Method in class com.sun.tools.javac.code.Type.PackageType
 
getKind() - Method in class com.sun.tools.javac.code.Type.TypeVar
 
getKind() - Method in class com.sun.tools.javac.code.Type.WildcardType
 
getKind() - Method in class com.sun.tools.javac.file.BaseFileObject
 
getKind(String) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getKind() - Method in interface com.sun.tools.javac.main.JavacOption
 
getKind() - Method in class com.sun.tools.javac.main.JavacOption.HiddenOption
 
getKind() - Method in class com.sun.tools.javac.main.JavacOption.Option
 
getKind() - Method in class com.sun.tools.javac.main.JavacOption.XOption
 
getKind() - Method in enum com.sun.tools.javac.parser.Token
 
getKind() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerInputJavaFileObject
 
getKind() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputJavaFileObject
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCArrayTypeTree
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCAssert
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCAssign
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCBinary
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCBlock
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCBreak
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCCase
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCCatch
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCConditional
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCContinue
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCErroneous
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeExpr
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeStat
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCExpressionStatement
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCIdent
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCIf
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCImport
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCParens
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCReturn
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCSkip
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCThrow
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCTry
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCUnary
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.JCWildcard
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.LetExpr
 
getKind() - Method in class com.sun.tools.javac.tree.JCTree.TypeBoundKind
 
getKind() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getKind() - Method in interface javax.lang.model.element.Element
Returns the kind of this element.
getKind() - Method in interface javax.lang.model.type.TypeMirror
Returns the kind of this type.
getKind() - Method in interface javax.tools.Diagnostic
Gets the kind of this diagnostic, for example, error or warning.
getKind() - Method in class javax.tools.ForwardingJavaFileObject
 
getKind() - Method in interface javax.tools.JavaFileObject
Gets the kind of this file object.
getKind() - Method in class javax.tools.SimpleJavaFileObject
 
getLabel() - Method in interface com.sun.source.tree.BreakTree
 
getLabel() - Method in interface com.sun.source.tree.ContinueTree
 
getLabel() - Method in interface com.sun.source.tree.LabeledStatementTree
 
getLabel() - Method in class com.sun.tools.javac.tree.JCTree.JCBreak
 
getLabel() - Method in class com.sun.tools.javac.tree.JCTree.JCContinue
 
getLabel() - Method in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
getLastModified() - Method in class com.sun.tools.javac.file.RegularFileObject
 
getLastModified() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
getLastModified() - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
getLastModified(RelativePath.RelativeFile) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
getLastModified() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
getLastModified() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
getLastModified(FileObject) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
getLastModified() - Method in interface javax.tools.FileObject
Gets the time this file object was last modified.
getLastModified() - Method in class javax.tools.ForwardingFileObject
 
getLastModified() - Method in class javax.tools.SimpleJavaFileObject
This implementation returns 0L.
getLatestSupported() - Static method in enum javax.lang.model.SourceVersion
 
getLeaf() - Method in class com.sun.source.util.TreePath
Get the leaf node for this path.
getLeafClassMembers(Configuration) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Return the visible members of the class being mapped.
getLeftOperand() - Method in interface com.sun.source.tree.BinaryTree
 
getLeftOperand() - Method in class com.sun.tools.javac.tree.JCTree.JCBinary
 
getLegacyPackages() - Static method in class com.sun.tools.javac.sym.CreateSymbols
 
getLessThanString() - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Return &lt;, which is used in type parameters.
getLevel() - Method in class com.sun.tools.javac.code.Scope
 
getLevel() - Method in class com.sun.tools.javac.code.Symbol
 
getLevel() - Method in class com.sun.tools.javac.code.Symbol.Level
 
getLevel() - Method in class com.sun.tools.javac.comp.Env
 
getlin_num_tb() - Method in class sun.tools.javap.MethodData
Return LineNumberTable
getLine() - Method in class com.sun.tools.javac.model.JavacSourcePosition
 
getLine(int) - Method in class com.sun.tools.javac.util.DiagnosticSource
Return the content of the line containing a given pos.
getLineMap() - Method in interface com.sun.source.tree.CompilationUnitTree
Gets the line map for this compilation unit, if available.
getLineMap() - Method in class com.sun.tools.javac.parser.DocCommentScanner
Build a map for translating between line numbers and positions in the input.
getLineMap() - Method in interface com.sun.tools.javac.parser.Lexer
Build a map for translating between line numbers and positions in the input.
getLineMap() - Method in class com.sun.tools.javac.parser.Scanner
Build a map for translating between line numbers and positions in the input.
getLineMap() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getLineNumber(long) - Method in interface com.sun.source.tree.LineMap
Find the line containing a position; a line termination character is on the line it terminates.
getLineNumber(int) - Method in class com.sun.tools.javac.util.DiagnosticSource
Return the one-based line number associated with a given pos for the current source file.
getLineNumber() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the line number within the source referred to by this diagnostic.
getLineNumber(int) - Method in interface com.sun.tools.javac.util.Position.LineMap
Find the line containing a position; a line termination character is on the line it terminates.
getLineNumber(int) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getLineNumber(long) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getLineNumber() - Method in interface javax.tools.Diagnostic
Gets the line number of the character offset returned by Diagnostic.getPosition().
getLink(LinkInfoImpl) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the link to the given class.
getLinkOutput(LinkInfo) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Constructs a link from the given link information.
getList(int) - Method in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
Return the list of deprecated Doc objects of a given type.
getloc_var_tb() - Method in class sun.tools.javap.MethodData
Return LocalVariableTable.
getloc_var_tbsize() - Method in class sun.tools.javap.MethodData
Return LocalVariableTable size.
getLocale() - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Return the Locale for this document.
getLocale() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the Locale for this document.
getLocale() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getLocale() - Method in class com.sun.tools.javadoc.DocLocale
Get the locale if specified on the command line else return null and if locale option is not used then return default locale.
getLocale() - Method in class com.sun.tools.javadoc.RootDocImpl
Return the locale provided by the user or the default locale value.
getLocale() - Method in interface javax.annotation.processing.ProcessingEnvironment
Returns the current locale or null if no locale is in effect.
getLocalElements() - Method in interface com.sun.source.tree.Scope
Returns the elements directly contained in this scope.
getLocalElements() - Method in class com.sun.tools.javac.api.JavacScope
 
getLocalElements() - Method in class com.sun.tools.javac.comp.AttrContext
 
getLocalizedString(String, Object...) - Static method in class com.sun.tools.apt.main.Main
Find a localized string in the resource bundle.
getLocalizedString(Locale, String, Object...) - Method in interface com.sun.tools.javac.api.Messages
Get a localized formatted string
getLocalizedString(Locale, String, Object...) - Method in class com.sun.tools.javac.code.Types.SymbolPrinter
 
getLocalizedString(Locale, String, Object...) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
getLocalizedString(String, Object...) - Static method in class com.sun.tools.javac.main.Main
Find a localized string in the resource bundle.
getLocalizedString(String, Object...) - Method in class com.sun.tools.javac.util.JavacMessages
Gets the localized string corresponding to a key, formatted with a set of args.
getLocalizedString(Locale, String, Object...) - Method in class com.sun.tools.javac.util.JavacMessages
 
getLocalizedString(List<ResourceBundle>, String, Object...) - Static method in class com.sun.tools.javac.util.JavacMessages
 
getLocalizedString(String, Object...) - Static method in class com.sun.tools.javac.util.Log
Find a localized string in the resource bundle.
getLocalsSize() - Method in class com.sun.tools.javac.jvm.Code
 
getLocation(JavaFileManager.Location) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getLocation(JavaFileManager.Location) - Method in interface javax.tools.StandardJavaFileManager
Gets the path associated with the given location.
getLong(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Extract a long integer at position bp from buf.
getLowerBound() - Method in class com.sun.tools.javac.code.Type.CapturedType
 
getLowerBound() - Method in class com.sun.tools.javac.code.Type
 
getLowerBound() - Method in class com.sun.tools.javac.code.Type.TypeVar
 
getLowerBound() - Method in interface javax.lang.model.type.TypeVariable
Returns the lower bound of this type variable.
getLowerBounds() - Method in interface com.sun.mirror.type.WildcardType
Returns the lower bounds of this wildcard.
getLowerBounds() - Method in class com.sun.tools.apt.mirror.type.WildcardTypeImpl
Returns the lower bounds of this wildcard.
getMajor_version() - Method in class sun.tools.javap.ClassData
Returns major version of class file.
getMatchingField() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Return the corresponding FieldDocImpl for this SerialFieldTagImpl.
getMaxLocals() - Method in class sun.tools.javap.MethodData
Return number of local variables.
getMaxStack() - Method in class sun.tools.javap.MethodData
Return max depth of operand stack.
getMemberComparator() - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Return the comparator that will be used to sort member documentation.
getMemberComparator() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the comparator that will be used to sort member documentation.
getMemberKey(ProgramElementDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Return the key to the member map for the given member.
getMemberKeywords(MemberDoc[]) - Method in class com.sun.tools.doclets.internal.toolkit.util.MetaKeywords
Get members for meta tag keywords as an array, where each member name is a string element of the array.
getMemberKind() - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
getMemberKind() - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
getMemberKind() - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
getMemberKind() - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
getMemberKind() - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
getMemberList(Character) - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Return the sorted list of members, for passed Unicode Character.
getMembers() - Method in interface com.sun.source.tree.ClassTree
 
getMembers(boolean) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns the symbols of type or package members (and constructors) that are not synthetic or otherwise unwanted.
getMembers() - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
Return list of inherited members from mapping class.
getMembers() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getMembersFor(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Retrn the list of members for the given class.
getMemberSummaryBuilder(ClassWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the member summary builder for the given class.
getMemberSummaryBuilder(AnnotationTypeWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the member summary builder for the given annotation type.
getMemberSummaryWriter(ClassWriter, int) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the specified member summary writer for a given class.
getMemberSummaryWriter(AnnotationTypeWriter, int) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the specified member summary writer for a given annotation type.
getMemberSummaryWriter(int) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Return the specified member summary writer.
getMemberSummaryWriter(ClassWriter, int) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the specified member summary writer for a given class.
getMemberSummaryWriter(AnnotationTypeWriter, int) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the specified member summary writer for a given annotation type.
getMessage() - Method in exception com.sun.tools.classfile.Code_attribute.InvalidIndex
 
getMessage() - Method in exception com.sun.tools.classfile.ConstantPool.EntryNotFound
 
getMessage() - Method in exception com.sun.tools.classfile.ConstantPool.InvalidEntry
 
getMessage() - Method in exception com.sun.tools.classfile.ConstantPool.InvalidIndex
 
getMessage() - Method in exception com.sun.tools.classfile.ConstantPool.UnexpectedEntry
 
getMessage() - Method in exception com.sun.tools.classfile.Descriptor.InvalidDescriptor
 
getMessage() - Method in exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
getMessage(Locale) - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getMessage - Variable in class com.sun.tools.javac.util.Names
 
getMessage(String, Object...) - Method in class com.sun.tools.javap.JavapTask
 
getMessage(Locale, String, Object...) - Method in class com.sun.tools.javap.JavapTask
 
getMessage() - Method in interface javax.annotation.processing.Completion
Returns an informative message about the completion.
getMessage() - Method in class javax.annotation.processing.Completions.SimpleCompletion
 
getMessage(Locale) - Method in interface javax.tools.Diagnostic
Gets a localized message for the given locale.
getMessager() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns the messager used to report errors, warnings, and other notices.
getMessager() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getMessager() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getMessager() - Method in interface javax.annotation.processing.ProcessingEnvironment
Returns the messager used to report errors, warnings, and other notices.
getMetaKeywords(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.MetaKeywords
Returns an array of strings where each element is a class, method or field name.
getMetaKeywords(PackageDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.MetaKeywords
Get the package keywords.
getMethod() - Method in class com.sun.tools.javap.ClassWriter
 
getMethodBuilder(ClassWriter) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return an instance of the method builder for the given class.
getMethodCustomTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of Taglets that can appear in methods.
getMethodDoc(Symbol.MethodSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Return the MethodDoc for a MethodSymbol.
getMethodEnv(JCTree.JCMethodDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
 
getMethodFlags() - Method in class com.sun.tools.classfile.AccessFlags
 
getMethodHolder(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
getMethodModifiers() - Method in class com.sun.tools.classfile.AccessFlags
 
getMethodName(ConstantPool) - Method in class com.sun.tools.classfile.EnclosingMethod_attribute
 
getMethodName(EnclosingMethod_attribute) - Method in class com.sun.tools.javap.AttributeWriter
 
getMethods() - Method in interface com.sun.mirror.declaration.AnnotationTypeDeclaration
Returns the annotation type elements of this annotation type.
getMethods() - Method in interface com.sun.mirror.declaration.ClassDeclaration
Returns the methods that are directly declared by this class or interface.
getMethods() - Method in interface com.sun.mirror.declaration.TypeDeclaration
Returns the methods that are directly declared by this class or interface.
getMethods() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationTypeDeclarationImpl
Returns the methods that are directly declared by this class or interface. Includes annotation type elements. Excludes implicitly declared methods of an interface, such as toString, that correspond to the methods of java.lang.Object.
getMethods() - Method in class com.sun.tools.apt.mirror.declaration.ClassDeclarationImpl
Returns the methods that are directly declared by this class or interface. Includes annotation type elements. Excludes implicitly declared methods of an interface, such as toString, that correspond to the methods of java.lang.Object.
getMethods() - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns the methods that are directly declared by this class or interface.
getMethods() - Method in class sun.tools.javap.ClassData
Returns list of method info.
getMethodSelect() - Method in interface com.sun.source.tree.MethodInvocationTree
 
getMethodSelect() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
getMethodWriter(ClassWriter) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the method writer for a given class.
getMethodWriter(ClassWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the method writer for a given class.
getMinor_version() - Method in class sun.tools.javap.ClassData
Returns minor version of class file.
getModifiers() - Method in interface com.sun.mirror.declaration.Declaration
Returns the modifiers of this declaration, excluding annotations.
getModifiers() - Method in interface com.sun.source.tree.ClassTree
 
getModifiers() - Method in interface com.sun.source.tree.MethodTree
 
getModifiers() - Method in interface com.sun.source.tree.VariableTree
 
getModifiers() - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns the modifiers of this declaration, excluding annotations.
getModifiers(int[], AccessFlags.Type) - Method in class com.sun.tools.classfile.AccessFlags
 
getModifiers(int, int[], AccessFlags.Type) - Static method in class com.sun.tools.classfile.AccessFlags
 
getModifiers() - Method in class com.sun.tools.javac.code.Symbol
 
getModifiers() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getModifiers() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getModifiers() - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
getModifiers() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Returns the modifier flags in terms of java.lang.reflect.Modifier.
getModifiers() - Method in interface javax.lang.model.element.Element
Returns the modifiers of this element, excluding annotations.
getModuleName(ConstantPool) - Method in class com.sun.tools.classfile.Module_attribute
 
getModuleName(Module_attribute) - Method in class com.sun.tools.javap.AttributeWriter
 
getMsgRetriever() - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Returns MessageRetriever for output purposes.
getMsgRetriever() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Returns MessageRetriever for output purposes.
getName() - Method in interface com.sun.source.tree.IdentifierTree
 
getName() - Method in interface com.sun.source.tree.MethodTree
 
getName() - Method in interface com.sun.source.tree.TypeParameterTree
 
getName() - Method in interface com.sun.source.tree.VariableTree
 
getName(ConstantPool) - Method in class com.sun.tools.classfile.Attribute
 
getName() - Method in class com.sun.tools.classfile.ClassFile
 
getName() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info
 
getName() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
getName(ConstantPool) - Method in class com.sun.tools.classfile.Field
 
getName(ConstantPool) - Method in class com.sun.tools.classfile.Method
 
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeOptionalMemberBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Return the name of this builder.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return the name of this custom tag.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.CodeTaglet
 
getName() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return the name of this custom tag.
getName() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
getName() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return the name of this Taglet.
getName() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return the name of this custom tag.
getName() - Method in interface com.sun.tools.doclets.Taglet
Return the name of this custom tag.
getName() - Method in class com.sun.tools.javac.file.BaseFileObject
Deprecated. see bug 6410637
getName(FileObject) - Static method in class com.sun.tools.javac.file.Old199
Deprecated.  
getName() - Method in class com.sun.tools.javac.file.RegularFileObject
Deprecated. 
getName() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
Deprecated. 
getName() - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
getName() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
Deprecated. see bug 6410637
getName() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
Deprecated. see bug 6410637
getName() - Method in interface com.sun.tools.javac.main.JavacOption
 
getName() - Method in class com.sun.tools.javac.main.JavacOption.Option
 
getName(CharSequence) - Method in class com.sun.tools.javac.model.JavacElements
 
getName() - Method in class com.sun.tools.javac.tree.JCTree.JCIdent
 
getName() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getName() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
getName() - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
getName() - Method in class com.sun.tools.javac.util.DiagnosticSource
 
getName(Method) - Method in class com.sun.tools.javap.ClassWriter
 
getName(CharSequence) - Method in interface javax.lang.model.util.Elements
Return a name with the same sequence of characters as the argument.
getName() - Method in interface javax.tools.FileObject
Gets a user-friendly name for this file object.
getName() - Method in class javax.tools.ForwardingFileObject
 
getName() - Method in interface javax.tools.JavaFileManager.Location
Gets the name of this location.
getName() - Method in class javax.tools.SimpleJavaFileObject
 
getName() - Method in enum javax.tools.StandardLocation
 
getName(int) - Method in class sun.tools.javap.ClassData
 
getName() - Method in class sun.tools.javap.FieldData
Returns name of a field.
getName() - Method in class sun.tools.javap.MethodData
Return name of the method.
getNameAndTypeInfo() - Method in class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
getNameAndTypeInfo(int) - Method in class com.sun.tools.classfile.ConstantPool
 
getNestedTypes() - Method in interface com.sun.mirror.declaration.TypeDeclaration
Returns the declarations of the nested classes and interfaces that are directly declared by this class or interface.
getNestedTypes() - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns the declarations of the nested classes and interfaces that are directly declared by this class or interface.
getNestingKind() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
getNestingKind() - Method in class com.sun.tools.javac.file.BaseFileObject
 
getNestingKind() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerInputJavaFileObject
 
getNestingKind() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputJavaFileObject
 
getNestingKind() - Method in interface javax.lang.model.element.TypeElement
Returns the nesting kind of this type element.
getNestingKind() - Method in class javax.tools.ForwardingJavaFileObject
 
getNestingKind() - Method in interface javax.tools.JavaFileObject
Provides a hint about the nesting level of the class represented by this file object.
getNestingKind() - Method in class javax.tools.SimpleJavaFileObject
This implementation returns null.
getNoType(TypeKind) - Method in class com.sun.tools.javac.model.JavacTypes
 
getNoType(TypeKind) - Method in interface javax.lang.model.util.Types
Returns a pseudo-type used where no actual type is appropriate.
getNullType() - Method in class com.sun.tools.javac.model.JavacTypes
 
getNullType() - Method in interface javax.lang.model.util.Types
Returns the null type.
getnumlines() - Method in class sun.tools.javap.MethodData
Return LineNumberTable size.
getObjectType(String) - Method in class sun.tools.javap.TypeSignature
Returns java type signature for a object type.
getOffset() - Method in class com.sun.tools.javac.model.JavacSourcePosition
 
getOperator() - Method in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
getOperator() - Method in class com.sun.tools.javac.tree.JCTree.JCBinary
 
getOperator() - Method in class com.sun.tools.javac.tree.JCTree.JCUnary
 
getOption(String) - Method in class com.sun.tools.javac.main.Main
 
getOptions() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns the options passed to the annotation processing tool.
getOptions() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getOptions(RecognizedOptions.OptionHelper, Set<OptionName>) - Static method in class com.sun.tools.javac.main.RecognizedOptions
 
getOptions() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Command line options suitable for presenting to annotation processors.
getOptions() - Method in interface javax.annotation.processing.ProcessingEnvironment
Returns the processor-specific options passed to the annotation processing tool.
getOrigin() - Method in class com.sun.tools.javac.code.Scope.Entry
 
getOrigin() - Method in class com.sun.tools.javac.code.Scope.ImportScope.ImportEntry
 
getOriginalType(ErrorType) - Method in class com.sun.source.util.Trees
Gets the original type from the ErrorType object.
getOriginalType(ErrorType) - Method in class com.sun.tools.javac.api.JavacTrees
Gets the original type from the ErrorType object.
getOriginalType() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
getOuterClassInfo(ConstantPool) - Method in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
getOutputDirectory(Iterable<? extends File>) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getOutputFileName() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Return the name of the output file.
getOutputFileName() - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Return the name of the output file.
getOutputInstance() - Method in class com.sun.tools.doclets.formats.html.LinkFactoryImpl
Return an empty instance of the link output object.
getOutputInstance() - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
getOutputInstance() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
 
getOutputInstance() - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Return an empty instance of the link output object.
getOutputLocation(File, OptionName) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getOutputStream(Filer.Location, String, String, FilerImpl.FileKind) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Returns an output stream for a binary file given its location and its pathname relative to that location.
getOutputStream(File, String, FilerImpl.FileKind) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
 
getOverviewCustomTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of Taglets that can appear in an overview.
getOverviewMetaKeywords(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.MetaKeywords
Get the overview keywords.
getOverviewPath() - Method in class com.sun.tools.javadoc.RootDocImpl
Return the path of the overview file and null if it does not exist.
getOwner() - Method in interface com.sun.mirror.declaration.TypeParameterDeclaration
Returns the type, method, or constructor declaration within which this type parameter is declared.
getOwner() - Method in class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
Returns the type, method, or constructor declaration within which this type parameter is declared.
getPackage(String) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns the declaration of a package given its fully qualified name.
getPackage() - Method in interface com.sun.mirror.declaration.TypeDeclaration
Returns the package within which this type is declared.
getPackage(String) - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getPackage() - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns the package within which this type is declared.
getPackageAnnotations() - Method in interface com.sun.source.tree.CompilationUnitTree
 
getPackageAnnotations() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getPackageCustomTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of Taglets that can appear in packages.
getPackageDeclaration(Symbol.PackageSymbol) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns the package declaration for a package symbol.
getPackageDeclaration(String) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns the package declaration for the package with the given name.
getPackageDoc(Symbol.PackageSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Return the PackageDoc of this package symbol.
getPackageElement(CharSequence) - Method in class com.sun.tools.javac.model.JavacElements
 
getPackageElement(CharSequence) - Method in interface javax.lang.model.util.Elements
Returns a package given its fully qualified name.
getPackageFileHeadName(PackageDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a package, return it's file name without the extension.
getPackageFileKinds() - Method in class com.sun.tools.javac.jvm.ClassReader
specifies types of files to be read when filling in a package symbol
getPackageFileKinds() - Method in class com.sun.tools.javadoc.JavadocClassReader
Override getPackageFileKinds to include search for package.html
getPackageInfoFiles(List<? extends JCTree.JCCompilationUnit>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getPackageLink(PackageDoc, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the link to the given package.
getPackageLink(PackageDoc, String, boolean, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the link to the given package.
getPackageMemberCount() - Method in class com.sun.tools.classfile.ModuleMemberTable_attribute
 
getPackageMemberName(int, ConstantPool) - Method in class com.sun.tools.classfile.ModuleMemberTable_attribute
 
getPackageMemberName(ModuleMemberTable_attribute, int) - Method in class com.sun.tools.javap.AttributeWriter
 
getPackageName() - Method in interface com.sun.source.tree.CompilationUnitTree
 
getPackageName(PackageDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a package, return it's name.
getPackageName() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getPackageName(String) - Method in class com.sun.tools.javadoc.JavadocTool
 
getPackageOf(Element) - Method in class com.sun.tools.javac.model.JavacElements
 
getPackageOf(Element) - Method in interface javax.lang.model.util.Elements
Returns the package of an element.
getPackageOutputDir(String, PackageDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Return the directory write output to for the given package.
getPackageSourcePath(Configuration, PackageDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a PackageDoc, return the source path for that package.
getPackageSummaryBuilder(PackageDoc, PackageDoc, PackageDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return the builder that builds the package summary.
getPackageSummaryWriter(PackageDoc, PackageDoc, PackageDoc) - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the writer for the package summary.
getPackageSummaryWriter(PackageDoc, PackageDoc, PackageDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the writer for the package summary.
getParameter() - Method in interface com.sun.source.tree.CatchTree
 
getParameter() - Method in class com.sun.tools.javac.tree.JCTree.JCCatch
 
getParameterCount(ConstantPool) - Method in class com.sun.tools.classfile.Descriptor
 
getParameterCount(ConstantPool) - Method in class com.sun.tools.classfile.Signature
 
getParameterDeclaration(Symbol.VarSymbol) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns a parameter declaration.
getParameterizedType(Type.ClassType) - Method in class com.sun.tools.javadoc.DocEnv
Return the ParameterizedType of this instantiation.
getParameters() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
Returns the formal parameters of this method or constructor.
getParameters() - Method in interface com.sun.source.tree.MethodTree
 
getParameters() - Method in class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl
Returns the formal parameters of this method or constructor.
getParameters() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
getParameters() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getParameters() - Method in interface javax.lang.model.element.ExecutableElement
Returns the formal parameters of this executable.
getParameters() - Method in class sun.tools.javap.MethodData
Return java type parameter signature.
getParameters() - Method in class sun.tools.javap.TypeSignature
Returns java type signature for parameters.
getParametersHelper(String) - Method in class sun.tools.javap.TypeSignature
Returns java type signature of a parameter.
getParameterTypes(ConstantPool) - Method in class com.sun.tools.classfile.Descriptor
 
getParameterTypes(ConstantPool) - Method in class com.sun.tools.classfile.Signature
 
getParameterTypes() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
getParameterTypes() - Method in class com.sun.tools.javac.code.Type
 
getParameterTypes() - Method in class com.sun.tools.javac.code.Type.MethodType
 
getParameterTypes(Descriptor, AccessFlags) - Method in class com.sun.tools.javap.ClassWriter
 
getParameterTypes() - Method in interface javax.lang.model.type.ExecutableType
Returns the types of this executable's formal parameters.
getParamHeader(String) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the header for the param tags.
getParamHeader(String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the header for the param tags.
getParamJVMSignature(String) - Method in class com.sun.tools.javah.TypeSignature
 
getParentPath() - Method in class com.sun.source.util.TreePath
Get the path for the enclosing node, or null if there is no enclosing node.
getParsedSignature() - Method in class com.sun.tools.classfile.Signature_attribute
 
getPath(CompilationUnitTree, Tree) - Static method in class com.sun.source.util.TreePath
Gets a tree path for a tree node within a compilation unit.
getPath(TreePath, Tree) - Static method in class com.sun.source.util.TreePath
Gets a tree path for a tree node within a subtree identified by a TreePath object.
getPath(CompilationUnitTree, Tree) - Method in class com.sun.source.util.Trees
Gets the path to tree node within the specified compilation unit.
getPath(Element) - Method in class com.sun.source.util.Trees
Gets the TreePath node for a given Element.
getPath(Element, AnnotationMirror) - Method in class com.sun.source.util.Trees
Gets the TreePath node for an AnnotationMirror on a given Element.
getPath(Element, AnnotationMirror, AnnotationValue) - Method in class com.sun.source.util.Trees
Gets the TreePath node for an AnnotationValue for an AnnotationMirror on a given Element.
getPath(String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a package name (a string), return the path string, with the URL separator "/" separating the subdirectory names.
getPath(CompilationUnitTree, Tree) - Method in class com.sun.tools.javac.api.JavacTrees
 
getPath(Element) - Method in class com.sun.tools.javac.api.JavacTrees
 
getPath(Element, AnnotationMirror) - Method in class com.sun.tools.javac.api.JavacTrees
 
getPath(Element, AnnotationMirror, AnnotationValue) - Method in class com.sun.tools.javac.api.JavacTrees
 
getPath() - Method in class com.sun.tools.javac.file.BaseFileObject
Deprecated. see bug 6410637
getPath(FileObject) - Static method in class com.sun.tools.javac.file.Old199
Deprecated.  
getPath() - Method in class com.sun.tools.javac.file.RegularFileObject
Deprecated. 
getPath() - Method in class com.sun.tools.javac.file.RelativePath
 
getPath() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
Deprecated. 
getPath() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
Deprecated. see bug 6410637
getPathEntries(String) - Static method in class com.sun.tools.javac.file.Paths
Split a path into its elements.
getPathEntries(String, File) - Static method in class com.sun.tools.javac.file.Paths
Split a path into its elements.
getPathForLocation(JavaFileManager.Location) - Method in class com.sun.tools.javac.file.Paths
 
getPathNoTrailingSlash(String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a relative or absolute path that might be empty, convert it to a path that does not end with a URL separator "/".
getPathToClass(ClassDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a class name return the full path to the class file.
getPathToPackage(PackageDoc, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a package name and a file name, return the full path to that file.
getPkgList(Map<String, List<PackageDoc>>, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Group
For the given group name, return the package list, on which it is mapped.
getPkgName(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Get the name of the package, this class is in.
getPkgName() - Method in class sun.tools.javap.ClassData
Returns package name.
getPlatformString(String) - Static method in class com.sun.tools.javah.Util
 
getPosition() - Method in interface com.sun.mirror.declaration.AnnotationMirror
Returns the source position of the beginning of this annotation.
getPosition() - Method in interface com.sun.mirror.declaration.AnnotationValue
Returns the source position of the beginning of this annotation value.
getPosition() - Method in interface com.sun.mirror.declaration.Declaration
Returns the source position of the beginning of this declaration.
getPosition(long, long) - Method in interface com.sun.source.tree.LineMap
Find the position corresponding to a (line,column).
getPosition() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
 
getPosition() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl
 
getPosition() - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns the source position of the beginning of this declaration.
getPosition(JCDiagnostic, DiagnosticFormatter.PositionKind) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
getPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getPosition(int, int) - Method in interface com.sun.tools.javac.util.Position.LineMap
Find the position corresponding to a (line,column).
getPosition(int, int) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getPosition(long, long) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getPosition(int, int) - Method in class com.sun.tools.javac.util.Position.LineTabMapImpl
 
getPosition() - Method in interface javax.tools.Diagnostic
Gets a character offset from the beginning of the source object associated with this diagnostic that indicates the location of the problem.
getPreferredPosition() - Method in class com.sun.tools.javac.tree.JCTree
 
getPreferredPosition() - Method in interface com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition
Get the position within the file that most accurately defines the location for the diagnostic.
getPreferredPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic.SimpleDiagnosticPosition
 
getPrefix() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the prefix string associated with this type of diagnostic.
getPrefix(JCDiagnostic.DiagnosticType) - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the prefix string associated with a particular type of diagnostic.
getPreQualifiedClassLink(int, ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Retrieve the class link with the package portion of the label in plain text.
getPrimitiveType(PrimitiveType.Kind) - Method in interface com.sun.mirror.util.Types
Returns a primitive type.
getPrimitiveType(PrimitiveType.Kind) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns a primitive type.
getPrimitiveType(TypeKind) - Method in class com.sun.tools.javac.model.JavacTypes
 
getPrimitiveType(TypeKind) - Method in interface javax.lang.model.util.Types
Returns a primitive type.
getPrimitiveTypeKind() - Method in interface com.sun.source.tree.PrimitiveTypeTree
 
getPrimitiveTypeKind() - Method in class com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree
 
getPrintingVisitor() - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
getPrintWriter(Filer.Location, String, String, String, FilerImpl.FileKind) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Returns a writer for a text file given its location, its pathname relative to that location, and its encoding.
getPrintWriter(File, String, String, FilerImpl.FileKind) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Returns a writer for a text file given its encoding.
getPrintWriterForStream(OutputStream) - Static method in class com.sun.tools.javap.JavapTask
 
getPrintWriterForWriter(Writer) - Static method in class com.sun.tools.javap.JavapTask
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in interface com.sun.mirror.apt.AnnotationProcessorFactory
Returns an annotation processor for a set of annotation types.
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class com.sun.tools.apt.comp.BootstrapAPF
 
getQualifiedIdentifier() - Method in interface com.sun.source.tree.ImportTree
 
getQualifiedIdentifier() - Method in class com.sun.tools.javac.tree.JCTree.JCImport
 
getQualifiedName() - Method in interface com.sun.mirror.declaration.PackageDeclaration
Returns the fully qualified name of this package.
getQualifiedName() - Method in interface com.sun.mirror.declaration.TypeDeclaration
Returns the fully qualified name of this class or interface declaration.
getQualifiedName() - Method in exception com.sun.mirror.type.MirroredTypeException
Returns the fully qualified name of the type being accessed.
getQualifiedName() - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Returns the fully qualified name of this package.
getQualifiedName() - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns the fully qualified name of this class or interface declaration.
getQualifiedName() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
getQualifiedName() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
getQualifiedName() - Method in class com.sun.tools.javac.code.Symbol
The fully qualified name of this symbol.
getQualifiedName() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
getQualifiedName() - Method in interface javax.lang.model.element.PackageElement
Returns the fully qualified name of this package.
getQualifiedName() - Method in interface javax.lang.model.element.TypeElement
Returns the fully qualified name of this type element.
getQualifiedNames() - Method in exception com.sun.mirror.type.MirroredTypesException
Returns the fully qualified names of the types being accessed.
getRankMap(Object[]) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Given an array of Parameters, return a name/rank number map.
getRawCharacters() - Method in interface com.sun.tools.javac.parser.Lexer
Returns a copy of the input buffer, up to its inputLength.
getRawCharacters(int, int) - Method in interface com.sun.tools.javac.parser.Lexer
Returns a copy of a character array subset of the input buffer.
getRawCharacters() - Method in class com.sun.tools.javac.parser.Scanner
Returns a copy of the input buffer, up to its inputLength.
getRawCharacters(int, int) - Method in class com.sun.tools.javac.parser.Scanner
Returns a copy of a character array subset of the input buffer.
getRawCommentText() - Method in interface com.sun.javadoc.Doc
Return the full unprocessed text of the comment.
getRawCommentText() - Method in class com.sun.tools.javadoc.DocImpl
Return the full unprocessed text of the comment.
getRegularFile(File) - Method in class com.sun.tools.javac.file.JavacFileManager
 
getRelativeDirectory(String) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
getRelativeName(File) - Static method in class com.sun.tools.javac.file.JavacFileManager
Converts a relative file name to a relative URI.
getRelativePath(String, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given two package names as strings, return the relative path from the package directory corresponding to the first string to the package directory corresponding to the second string, with the URL file separator "/" separating subdirectory names.
getRelativePath(PackageDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a package name as a string, return relative path string from the corresponding package directory to the root of the documentation, using the URL separator "/" between subdirectory names.
getRelativePath(String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
Given a package name as a string, return relative path string from the corresponding package directory to the root of the documentation, using the URL separator "/" between subdirectory names.
getResource(JavaFileManager.Location, CharSequence, CharSequence) - Method in class com.sun.tools.javac.processing.JavacFiler
 
getResource(JavaFileManager.Location, CharSequence, CharSequence) - Method in interface javax.annotation.processing.Filer
Returns an object for reading an existing resource.
getRetention(Symbol.TypeSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
getReturnType() - Method in interface com.sun.mirror.declaration.MethodDeclaration
Returns the formal return type of this method.
getReturnType() - Method in interface com.sun.source.tree.MethodTree
 
getReturnType() - Method in class com.sun.tools.apt.mirror.declaration.MethodDeclarationImpl
Returns the formal return type of this method.
getReturnType(ConstantPool) - Method in class com.sun.tools.classfile.Descriptor
 
getReturnType(ConstantPool) - Method in class com.sun.tools.classfile.Signature
 
getReturnType() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
getReturnType() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
getReturnType() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
getReturnType() - Method in class com.sun.tools.javac.code.Type
 
getReturnType() - Method in class com.sun.tools.javac.code.Type.MethodType
 
getReturnType() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getReturnType(Descriptor) - Method in class com.sun.tools.javap.ClassWriter
 
getReturnType() - Method in interface javax.lang.model.element.ExecutableElement
Returns the return type of this executable.
getReturnType() - Method in interface javax.lang.model.type.ExecutableType
Returns the return type of this executable.
getReturnType() - Method in class sun.tools.javap.MethodData
Return java return type signature of method.
getReturnType() - Method in class sun.tools.javap.TypeSignature
Returns java type signature for return type.
getReturnTypeHelper(String) - Method in class sun.tools.javap.TypeSignature
Returns java type signature for a return type.
getReturnTypeLength(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
getRightOperand() - Method in interface com.sun.source.tree.BinaryTree
 
getRightOperand() - Method in class com.sun.tools.javac.tree.JCTree.JCBinary
 
getRootDocImpl(String, String, ModifierFilter, List<String>, List<String[]>, boolean, List<String>, List<String>, boolean, boolean, boolean) - Method in class com.sun.tools.javadoc.JavadocTool
 
getRootElements() - Method in class com.sun.tools.javac.processing.JavacRoundEnvironment
Returns the type elements specified by the prior round.
getRootElements() - Method in interface javax.annotation.processing.RoundEnvironment
Returns the root elements for annotation processing generated by the prior round.
getRoundState() - Method in class com.sun.mirror.apt.RoundCompleteEvent
Return round state.
getScope(TreePath) - Method in class com.sun.source.util.Trees
Gets the Scope for the Tree node identified by a given TreePath.
getScope(TreePath) - Method in class com.sun.tools.javac.api.JavacTrees
 
getSerialFieldWriter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
Return an instance of a SerialFieldWriter.
getSerialFieldWriter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Return an instance of a SerialFieldWriter.
getSerializedFormBuilder() - Method in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
Return the builder that builds the serialized form.
getSerializedFormTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of Taglets that can appear in the serialized form.
getSerializedFormWriter() - Method in class com.sun.tools.doclets.formats.html.WriterFactoryImpl
Return the writer for the serialized form.
getSerializedFormWriter() - Method in interface com.sun.tools.doclets.internal.toolkit.WriterFactory
Return the writer for the serialized form.
getSerialMethodWriter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
Return an instance of a SerialMethodWriter.
getSerialMethodWriter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Return an instance of a SerialMethodWriter.
getShort(int) - Method in class com.sun.tools.classfile.Code_attribute
 
getShort(int) - Method in class sun.tools.javap.JavapPrinter
 
getShortClassName(int) - Method in class sun.tools.javap.ClassData
Returns unqualified class name.
getSignature(ConstantPool) - Method in class com.sun.tools.classfile.Signature_attribute
 
getSignature(Signature_attribute) - Method in class com.sun.tools.javap.AttributeWriter
 
getSignature(Attributes) - Method in class com.sun.tools.javap.ClassWriter
 
getSimpleName() - Method in interface com.sun.mirror.declaration.Declaration
Returns the simple (unqualified) name of this declaration.
getSimpleName() - Method in interface com.sun.source.tree.ClassTree
 
getSimpleName() - Method in class com.sun.tools.apt.mirror.declaration.ConstructorDeclarationImpl
Returns the simple (unqualified) name of this declaration. The name of a generic type does not include any reference to its formal type parameters. For example, the simple name of the interface declaration java.util.Set<E> is "Set". If this declaration represents the empty package, an empty string is returned. If it represents a constructor, the simple name of its declaring class is returned. Overridden in some subclasses. Returns the simple name of the declaring class.
getSimpleName() - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Returns the simple (unqualified) name of this declaration. Overridden in some subclasses.
getSimpleName() - Method in class com.sun.tools.javac.code.Symbol
 
getSimpleName() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getSimpleName(String) - Method in class com.sun.tools.javadoc.JavadocTool
 
getSimpleName() - Method in interface javax.lang.model.element.Element
Returns the simple (unqualified) name of this element.
getSource() - Method in class com.sun.mirror.apt.RoundCompleteEvent
Return source.
getSource() - Method in class com.sun.tools.apt.mirror.util.SourcePositionImpl
 
getSource() - Method in class com.sun.tools.javac.file.JavacFileManager
 
getSource(JavaFileObject) - Method in class com.sun.tools.javac.util.AbstractLog
 
getSource() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the name of the source file referred to by this diagnostic.
getSource() - Method in interface javax.tools.Diagnostic
Gets the source object associated with this diagnostic.
getSourceFile() - Method in interface com.sun.source.tree.CompilationUnitTree
 
getSourceFile() - Method in class com.sun.source.util.TaskEvent
 
getSourceFile(ConstantPool) - Method in class com.sun.tools.classfile.SourceFile_attribute
 
getSourceFile() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getSourceFile(SourceFile_attribute) - Method in class com.sun.tools.javap.AttributeWriter
 
getSourceFile(SourceFile_attribute) - Method in class com.sun.tools.javap.ClassWriter
 
getSourceFileNames() - Method in class com.sun.tools.apt.comp.Apt
 
getSourceFileNames() - Method in class com.sun.tools.apt.main.JavaCompiler
 
getSourceFileNames() - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
 
getSourceID(ConstantPool) - Method in class com.sun.tools.classfile.SourceID_attribute
 
getSourceName() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the name of the source file referred to by this diagnostic.
getSourceName() - Method in class sun.tools.javap.ClassData
Returns source file name.
getSourceOrderDeclarationScanner(DeclarationVisitor, DeclarationVisitor) - Static method in class com.sun.mirror.util.DeclarationVisitors
Return a DeclarationVisitor that will scan the declaration structure, visiting declarations contained in another declaration in source code order.
getSourceOutDir() - Method in class com.sun.tools.javac.file.JavacFileManager
 
getSourcePosition(Element) - Method in class com.sun.tools.javac.model.JavacElements
 
getSourcePosition(Element, AnnotationMirror) - Method in class com.sun.tools.javac.model.JavacElements
 
getSourcePosition(Element, AnnotationMirror, AnnotationValue) - Method in class com.sun.tools.javac.model.JavacElements
 
getSourcePositions() - Method in class com.sun.source.util.Trees
Gets a utility object for obtaining source positions.
getSourcePositions() - Method in class com.sun.tools.javac.api.JavacTrees
 
getSourceVersion() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getSourceVersion() - Method in interface javax.annotation.processing.ProcessingEnvironment
Returns the source version that any generated source and class files should conform to.
getSourceVersions() - Method in class com.sun.tools.javac.api.JavacTool
 
getSourceVersions() - Method in interface javax.tools.Tool
Gets the source versions of the Java™ programming language supported by this tool.
getSpecifiedPackages() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getSpecifiedTypeDeclarations() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns the declarations of the types specified when the annotation processing tool was invoked.
getSpecifiedTypeDeclarations() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getStackMap() - Method in class sun.tools.javap.MethodData
Return StackMap.
getStackMapTable() - Method in class sun.tools.javap.MethodData
Return StackMapTable.
getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) - Method in class com.sun.tools.javac.api.JavacTool
 
getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) - Method in interface com.sun.tools.javap.DisassemblerTool
Gets a new instance of the standard file manager implementation for this tool.
getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) - Method in interface javax.tools.JavaCompiler
Gets a new instance of the standard file manager implementation for this tool.
getStartPos(JCTree) - Method in class com.sun.tools.javac.parser.JavacParser
Get the start position for a tree node.
getStartPos(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Get the start position for a tree node.
getStartPosition(long) - Method in interface com.sun.source.tree.LineMap
Find the start position of a line.
getStartPosition(CompilationUnitTree, Tree) - Method in interface com.sun.source.util.SourcePositions
Gets the starting position of tree within file.
getStartPosition() - Method in class com.sun.tools.javac.tree.JCTree
 
getStartPosition() - Method in interface com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition
If there is a tree node, get the start position of the tree node.
getStartPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
getStartPosition() - Method in class com.sun.tools.javac.util.JCDiagnostic.SimpleDiagnosticPosition
 
getStartPosition(int) - Method in interface com.sun.tools.javac.util.Position.LineMap
Find the start position of a line.
getStartPosition(int) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getStartPosition(long) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
getStartPosition() - Method in interface javax.tools.Diagnostic
Gets the character offset from the beginning of the file associated with this diagnostic that indicates the start of the problem.
getStatement() - Method in interface com.sun.source.tree.DoWhileLoopTree
 
getStatement() - Method in interface com.sun.source.tree.EnhancedForLoopTree
 
getStatement() - Method in interface com.sun.source.tree.ForLoopTree
 
getStatement() - Method in interface com.sun.source.tree.LabeledStatementTree
 
getStatement() - Method in interface com.sun.source.tree.WhileLoopTree
 
getStatement() - Method in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
getStatement() - Method in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
getStatement() - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
getStatement() - Method in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
getStatement() - Method in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
getStatements() - Method in interface com.sun.source.tree.BlockTree
 
getStatements() - Method in interface com.sun.source.tree.CaseTree
 
getStatements() - Method in class com.sun.tools.javac.tree.JCTree.JCBlock
 
getStatements() - Method in class com.sun.tools.javac.tree.JCTree.JCCase
 
getstatic - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
getString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_String_info
 
getString(String) - Method in class com.sun.tools.javadoc.Messager
Get string from ResourceBundle, initialize ResourceBundle if needed.
getString(int) - Method in class sun.tools.javap.ClassData
get a string
getStringBufferAppend(JCTree, Type) - Method in class com.sun.tools.javac.jvm.Gen
 
getStringValue(int) - Method in class sun.tools.javap.ClassData
Returns string at prticular constant pool index.
getStrong() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Get the "<STRONG>" string.
getStrongEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Get the "</STRONG>" string.
getSubdiagnostics() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the subdiagnostic list
getSubdiagnostics() - Method in class com.sun.tools.javac.util.JCDiagnostic.MultilineDiagnostic
 
getSubdirectories() - Method in interface com.sun.tools.javac.file.JavacFileManager.Archive
 
getSubdirectories() - Method in class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
getSubdirectories() - Method in class com.sun.tools.javac.file.ZipArchive
 
getSubdirectories() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive
 
getSuperBound() - Method in class com.sun.tools.javac.code.Type.WildcardType
 
getSuperBound() - Method in interface javax.lang.model.type.WildcardType
Returns the lower bound of this wildcard.
getSuperBounds(Type.WildcardType) - Static method in class com.sun.tools.javadoc.WildcardTypeImpl
 
getSuperclass() - Method in interface com.sun.mirror.declaration.ClassDeclaration
Returns the class type directly extended by this class.
getSuperclass() - Method in interface com.sun.mirror.type.ClassType
Returns the class type that is a direct supertype of this one.
getSuperclass() - Method in class com.sun.tools.apt.mirror.declaration.ClassDeclarationImpl
Returns the class type directly extended by this class.
getSuperclass() - Method in class com.sun.tools.apt.mirror.type.ClassTypeImpl
Returns the class type that is a direct supertype of this one.
getSuperclass() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
getSuperclass() - Method in interface javax.lang.model.element.TypeElement
Returns the direct superclass of this type element.
getSuperclassName() - Method in class com.sun.tools.classfile.ClassFile
 
getSuperClassName() - Method in class sun.tools.javap.ClassData
Returns super class name.
getSuperinterfaces() - Method in interface com.sun.mirror.declaration.TypeDeclaration
Returns the interface types directly implemented by this class or extended by this interface.
getSuperinterfaces() - Method in interface com.sun.mirror.type.DeclaredType
Returns the interface types that are direct supertypes of this type.
getSuperinterfaces() - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns the interface types directly implemented by this class or extended by this interface.
getSuperinterfaces() - Method in class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
Returns the interface types that are direct supertypes of this type.
getSuperInterfaces() - Method in class sun.tools.javap.ClassData
Returns list of super interfaces.
getSupportedAnnotationTypes() - Method in class javax.annotation.processing.AbstractProcessor
If the processor class is annotated with SupportedAnnotationTypes, return an unmodifiable set with the same set of strings as the annotation.
getSupportedAnnotationTypes() - Method in interface javax.annotation.processing.Processor
Returns the names of the annotation types supported by this processor.
getSupportedOptions() - Method in class javax.annotation.processing.AbstractProcessor
If the processor class is annotated with SupportedOptions, return an unmodifiable set with the same set of strings as the annotation.
getSupportedOptions() - Method in interface javax.annotation.processing.Processor
Returns the options recognized by this processor.
getSupportedSourceVersion() - Method in class com.sun.tools.javac.sym.CreateSymbols
 
getSupportedSourceVersion() - Method in class javax.annotation.processing.AbstractProcessor
If the processor class is annotated with SupportedSourceVersion, return the source version in the annotation.
getSupportedSourceVersion() - Method in interface javax.annotation.processing.Processor
Returns the latest source version supported by this annotation processor.
getSystemJavaCompiler() - Static method in class javax.tools.ToolProvider
Gets the Java™ programming language compiler provided with this platform.
getSystemToolClassLoader() - Static method in class javax.tools.ToolProvider
Returns the class loader for tools provided with this platform.
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Double_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Integer_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Long_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_String_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Utf8_info
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CPInfo
 
getTag() - Method in class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCArrayTypeTree
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCAssert
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCAssign
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCBinary
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCBlock
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCBreak
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCCase
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCCatch
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCConditional
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCContinue
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCErroneous
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeExpr
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCEscapeStat
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCExpressionStatement
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCIdent
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCIf
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCImport
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCModifiers
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCParens
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCReturn
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCSkip
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCThrow
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCTry
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCUnary
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.JCWildcard
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.LetExpr
 
getTag() - Method in class com.sun.tools.javac.tree.JCTree.TypeBoundKind
 
getTag(int) - Method in class sun.tools.javap.ClassData
get the type of constant given an index
getTaglet(String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Given the name of a tag, return the corresponding taglet.
getTagletOutput(Tag, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Given the Tag representation of this custom tag, return its TagletOutput representation, which is output to the generated page.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Given a Doc object, check if it holds any tags of this type.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.DeprecatedTaglet
Given a Doc object, check if it holds any tags of this type. If it does, return the string representing the output. If it does not, return null.
getTagletOutput(Tag, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.DocRootTaglet
Given a Doc object, check if it holds any tags of this type.
getTagletOutput(Tag, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Given the Tag representation of this custom tag, return its string representation, which is output to the generated page.
getTagletOutput(Tag, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Given the Tag representation of this custom tag, return its TagletOutput representation, which is output to the generated page.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Given a Doc object, check if it holds any tags of this type.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Given an array of ParamTags,return its string representation.
getTagletOutput(boolean, Doc, TagletWriter, Object[], ParamTag[]) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Given an array of ParamTags,return its string representation.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ReturnTaglet
Given a Doc object, check if it holds any tags of this type. If it does, return the string representing the output. If it does not, return null.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SeeTaglet
Given a Doc object, check if it holds any tags of this type. If it does, return the string representing the output. If it does not, return null.
getTagletOutput(Tag, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Given the Tag representation of this custom tag, return its TagletOutput representation, which is output to the generated page.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Given a Doc object, check if it holds any tags of this type. If it does, return the string representing the output. If it does not, return null.
getTagletOutput(Tag, TagletWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Given the Tag representation of this custom tag, return its TagletOutput representation, which is output to the generated page.
getTagletOutput(Doc, TagletWriter) - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Given a Doc object, check if it holds any tags of this type.
getTagletOutput(Doc, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ThrowsTaglet
Given a Doc object, check if it holds any tags of this type. If it does, return the string representing the output. If it does not, return null.
getTagletOutput(Tag, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Given the Tag representation of this custom tag, return its TagletOutput representation, which is output to the generated page.
getTagletOutputInstance() - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return an instance of a TagletWriter that knows how to write HTML.
getTagletOutputInstance() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
 
getTagletWriterInstance(boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Returns a TagletWriter that knows how to write HTML.
getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Method in class com.sun.tools.javac.api.JavacTool
 
getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>) - Method in interface com.sun.tools.javap.DisassemblerTool
Creates a future for a disassembly task with the given components and arguments.
getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Method in interface javax.tools.JavaCompiler
Creates a future for a compilation task with the given components and arguments.
getText(String, Object...) - Static method in class com.sun.tools.apt.main.Main
Get and format message string from resource.
getText(String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
 
getText(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
 
getText(String, String, String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
 
getText(String, String, String, String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
 
getText(String, Object...) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Get and format message string from resource
getText(String) - Method in class com.sun.tools.javadoc.Messager
get and format message string from resource
getText(String, String) - Method in class com.sun.tools.javadoc.Messager
get and format message string from resource
getText(String, String, String) - Method in class com.sun.tools.javadoc.Messager
get and format message string from resource
getText(String, String, String, String) - Method in class com.sun.tools.javadoc.Messager
get and format message string from resource
getText(String, String, String, String, String) - Method in class com.sun.tools.javadoc.Messager
get and format message string from resource
getText(String) - Static method in class com.sun.tools.javah.Util
 
getText(String, String, String) - Static method in class com.sun.tools.javah.Util
 
getThenStatement() - Method in interface com.sun.source.tree.IfTree
 
getThenStatement() - Method in class com.sun.tools.javac.tree.JCTree.JCIf
 
getthis_cpx() - Method in class sun.tools.javap.ClassData
Returns index of this class.
getThrownTypes() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
Returns the exceptions and other throwables listed in this method or constructor's throws clause.
getThrownTypes() - Method in class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl
Returns the exceptions and other throwables listed in this method or constructor's throws clause.
getThrownTypes() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
getThrownTypes() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
getThrownTypes() - Method in class com.sun.tools.javac.code.Type
 
getThrownTypes() - Method in class com.sun.tools.javac.code.Type.MethodType
 
getThrownTypes() - Method in interface javax.lang.model.element.ExecutableElement
Returns the exceptions and other throwables listed in this method or constructor's throws clause in declaration order.
getThrownTypes() - Method in interface javax.lang.model.type.ExecutableType
Returns the exceptions and other throwables listed in this executable's throws clause.
getThrows() - Method in interface com.sun.source.tree.MethodTree
 
getThrows() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getThrowsHeader() - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the header for the throws tag.
getThrowsHeader() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the header for the throws tag.
getTopLevelClasses(List<? extends JCTree.JCCompilationUnit>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getTopLevelEnv(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.comp.Enter
 
getTree(Element) - Method in class com.sun.source.util.Trees
Gets the Tree node for a given Element.
getTree(TypeElement) - Method in class com.sun.source.util.Trees
Gets the ClassTree node for a given TypeElement.
getTree(ExecutableElement) - Method in class com.sun.source.util.Trees
Gets the MethodTree node for a given ExecutableElement.
getTree(Element, AnnotationMirror) - Method in class com.sun.source.util.Trees
Gets the Tree node for an AnnotationMirror on a given Element.
getTree(Element, AnnotationMirror, AnnotationValue) - Method in class com.sun.source.util.Trees
Gets the Tree node for an AnnotationValue for an AnnotationMirror on a given Element.
getTree(TypeElement) - Method in class com.sun.tools.javac.api.JavacTrees
 
getTree(ExecutableElement) - Method in class com.sun.tools.javac.api.JavacTrees
 
getTree(Element) - Method in class com.sun.tools.javac.api.JavacTrees
 
getTree(Element, AnnotationMirror) - Method in class com.sun.tools.javac.api.JavacTrees
 
getTree(Element, AnnotationMirror, AnnotationValue) - Method in class com.sun.tools.javac.api.JavacTrees
 
getTree(Element) - Method in class com.sun.tools.javac.model.JavacElements
Returns the tree node corresponding to this element, or null if none can be found.
getTree() - Method in class com.sun.tools.javac.tree.JCTree
 
getTree() - Method in interface com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition
Gets the tree node, if any, to which the diagnostic applies.
getTree() - Method in class com.sun.tools.javac.util.JCDiagnostic.SimpleDiagnosticPosition
 
getTreeAndTopLevel(Element) - Method in class com.sun.tools.javac.model.JavacElements
Returns the tree node and compilation unit corresponding to this element, or null if they can't be found.
getTreeAndTopLevel(Element, AnnotationMirror, AnnotationValue) - Method in class com.sun.tools.javac.model.JavacElements
Returns the best approximation for the tree node and compilation unit corresponding to the given element, annotation and value.
getTrueExpression() - Method in interface com.sun.source.tree.ConditionalExpressionTree
 
getTrueExpression() - Method in class com.sun.tools.javac.tree.JCTree.JCConditional
 
getType() - Method in interface com.sun.mirror.declaration.FieldDeclaration
Returns the type of this field.
getType() - Method in interface com.sun.mirror.declaration.ParameterDeclaration
Returns the type of this parameter.
getType() - Method in interface com.sun.source.tree.ArrayTypeTree
 
getType() - Method in interface com.sun.source.tree.InstanceOfTree
 
getType() - Method in interface com.sun.source.tree.NewArrayTree
 
getType() - Method in interface com.sun.source.tree.ParameterizedTypeTree
 
getType() - Method in interface com.sun.source.tree.TypeCastTree
 
getType() - Method in interface com.sun.source.tree.VariableTree
 
getType() - Method in class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
Returns the type of this field.
getType() - Method in class com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
Returns the type of this parameter.
getType(AptEnv, PrimitiveType.Kind) - Static method in class com.sun.tools.apt.mirror.type.PrimitiveTypeImpl
Returns the javac type corresponding to a kind of primitive type.
getType(Type) - Method in class com.sun.tools.apt.mirror.type.TypeMaker
Returns the TypeMirror corresponding to a javac Type object.
getType() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
getType(ConstantPool) - Method in class com.sun.tools.classfile.Signature
 
getType(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
 
getType() - Method in class com.sun.tools.javac.tree.JCTree.JCArrayTypeTree
 
getType() - Method in class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
getType() - Method in class com.sun.tools.javac.tree.JCTree.JCNewArray
 
getType() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
getType() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
getType() - Method in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
getType() - Method in class com.sun.tools.javac.util.JCDiagnostic
Get the type of this diagnostic.
getType(DocEnv, Type) - Static method in class com.sun.tools.javadoc.TypeMaker
 
getType(DocEnv, Type, boolean) - Static method in class com.sun.tools.javadoc.TypeMaker
 
getType(ConstantPool.CONSTANT_NameAndType_info) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
getType() - Method in class sun.tools.javap.FieldData
Returns java type signature of a field.
getTypeArguments() - Method in interface com.sun.source.tree.MethodInvocationTree
 
getTypeArguments() - Method in interface com.sun.source.tree.NewClassTree
 
getTypeArguments() - Method in interface com.sun.source.tree.ParameterizedTypeTree
 
getTypeArguments() - Method in class com.sun.tools.javac.code.Type.ClassType
 
getTypeArguments() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
getTypeArguments() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
getTypeArguments() - Method in class com.sun.tools.javac.code.Type.ForAll
 
getTypeArguments() - Method in class com.sun.tools.javac.code.Type
Access methods.
getTypeArguments() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
getTypeArguments() - Method in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
getTypeArguments() - Method in class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
getTypeArguments() - Method in interface javax.lang.model.type.DeclaredType
Returns the actual type arguments of this type.
getTypeCustomTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Return the array of Taglets that can appear in classes or interfaces.
getTypeDeclaration(String) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns the declaration of a type given its fully qualified name.
getTypeDeclaration(String) - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getTypeDeclaration(Symbol.ClassSymbol) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns the type declaration for a class symbol.
getTypeDeclaration(String) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns the type declaration for the type with the given canonical name.
getTypeDeclarations() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
A convenience method that returns the declarations of the types included in this invocation of the annotation processing tool.
getTypeDeclarations() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getTypeDecls() - Method in interface com.sun.source.tree.CompilationUnitTree
 
getTypeDecls() - Method in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
getTypeElement() - Method in class com.sun.source.util.TaskEvent
 
getTypeElement(CharSequence) - Method in class com.sun.tools.javac.model.JavacElements
 
getTypeElement(CharSequence) - Method in interface javax.lang.model.util.Elements
Returns a type element given its canonical name.
getTypeMirror() - Method in exception com.sun.mirror.type.MirroredTypeException
Returns the type mirror corresponding to the type being accessed.
getTypeMirror(Iterable<? extends Tree>) - Method in class com.sun.source.util.JavacTask
Get a type mirror of the tree node determined by the specified path.
getTypeMirror(TreePath) - Method in class com.sun.source.util.Trees
Gets the TypeMirror for the Tree node identified by a given TreePath.
getTypeMirror(Iterable<? extends Tree>) - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
getTypeMirror(TreePath) - Method in class com.sun.tools.javac.api.JavacTrees
 
getTypeMirror() - Method in exception javax.lang.model.type.MirroredTypeException
Returns the type mirror corresponding to the type being accessed.
getTypeMirrors() - Method in exception com.sun.mirror.type.MirroredTypesException
Returns the type mirrors corresponding to the types being accessed.
getTypeMirrors() - Method in exception javax.lang.model.type.MirroredTypesException
Returns the type mirrors corresponding to the types being accessed.
getTypeName(Configuration, ClassDoc, boolean) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a ClassDoc, return the name of its type (Class, Interface, etc.).
getTypeName(Type, boolean) - Static method in class com.sun.tools.javadoc.TypeMaker
 
getTypeParameterDeclaration(Symbol.TypeSymbol) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns a type parameter declaration.
getTypeParameterLink(LinkInfo, Type) - Method in class com.sun.tools.doclets.formats.html.LinkFactoryImpl
Return the link to the given type parameter.
getTypeParameterLink(LinkInfo, Type) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Return the link to the given type parameter.
getTypeParameterLinks(LinkInfoImpl) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the type parameters for the given class.
getTypeParameterLinks(LinkInfo) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Return the links to the type parameters.
getTypeParameterLinks(LinkInfo, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
Return the links to the type parameters.
getTypeParameters() - Method in interface com.sun.source.tree.ClassTree
 
getTypeParameters() - Method in interface com.sun.source.tree.MethodTree
 
getTypeParameters() - Method in class com.sun.tools.javac.code.Symbol
 
getTypeParameters() - Method in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
getTypeParameters() - Method in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
getTypeParameters() - Method in interface javax.lang.model.element.ExecutableElement
Returns the formal type parameters of this executable in declaration order.
getTypeParameters() - Method in interface javax.lang.model.element.TypeElement
Returns the formal type parameters of this type element in declaration order.
getTypes() - Method in class com.sun.source.util.JavacTask
Get a utility object for dealing with type mirrors.
getTypes(Iterable<Type>) - Method in class com.sun.tools.apt.mirror.type.TypeMaker
Returns a collection of types corresponding to a list of javac Type objects.
getTypes(Iterable<Type>, Class<T>) - Method in class com.sun.tools.apt.mirror.type.TypeMaker
Returns a collection of types corresponding to a list of javac Type objects.
getTypes() - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
getTypes(int) - Method in class com.sun.tools.javac.jvm.CRTable
Return string describing flags enabled.
getTypes(DocEnv, List<Type>) - Static method in class com.sun.tools.javadoc.TypeMaker
Convert a list of javac types into an array of javadoc types.
getTypes(DocEnv, List<Type>, Type[]) - Static method in class com.sun.tools.javadoc.TypeMaker
Like the above version, but use and return the array given.
getTypeSignature(String) - Method in class com.sun.tools.javah.TypeSignature
 
getTypeSignature(String, Type) - Method in class com.sun.tools.javah.TypeSignature
 
getTypeString(DocEnv, Type, boolean) - Static method in class com.sun.tools.javadoc.TypeMaker
Return the string representation of a type use.
getTypeUtils() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Returns an implementation of some utility methods for operating on types.
getTypeUtils() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
getTypeUtils() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
getTypeUtils() - Method in interface javax.annotation.processing.ProcessingEnvironment
Returns an implementation of some utility methods for operating on types.
getTypeVariable(TypeParameterDeclaration) - Method in interface com.sun.mirror.util.Types
Returns the type variable declared by a type parameter.
getTypeVariable(TypeParameterDeclaration) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns the type variable declared by a type parameter.
getTypeVariables() - Method in class com.sun.tools.javac.code.Type.ForAll
 
getTypeVariables() - Method in class com.sun.tools.javac.code.Type.MethodType
 
getTypeVariables() - Method in interface javax.lang.model.type.ExecutableType
Returns the type variables declared by the formal type parameters of this executable.
getUbyte(int) - Method in class sun.tools.javap.JavapPrinter
 
getUnknownAnnotationValue() - Method in exception javax.lang.model.element.UnknownAnnotationValueException
Returns the unknown annotation value.
getUnknownElement() - Method in exception javax.lang.model.element.UnknownElementException
Returns the unknown element.
getUnknownType() - Method in exception javax.lang.model.type.UnknownTypeException
Returns the unknown type.
getUnsignedByte(int) - Method in class com.sun.tools.classfile.Code_attribute
 
getUnsignedShort(int) - Method in class com.sun.tools.classfile.Code_attribute
 
getUpdate() - Method in interface com.sun.source.tree.ForLoopTree
 
getUpdate() - Method in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
getUpperBound() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
getUpperBound() - Method in class com.sun.tools.javac.code.Type
 
getUpperBound() - Method in class com.sun.tools.javac.code.Type.TypeVar
 
getUpperBound() - Method in interface javax.lang.model.type.TypeVariable
Returns the upper bound of this type variable.
getUpperBounds() - Method in interface com.sun.mirror.type.WildcardType
Returns the upper bounds of this wildcard.
getUpperBounds() - Method in class com.sun.tools.apt.mirror.type.WildcardTypeImpl
Returns the upper bounds of this wildcard.
getUShort(int) - Method in class sun.tools.javap.JavapPrinter
 
getUTF8Index(String) - Method in class com.sun.tools.classfile.ConstantPool
 
getUTF8Info(int) - Method in class com.sun.tools.classfile.ConstantPool
 
getUTF8Value(int) - Method in class com.sun.tools.classfile.ConstantPool
 
getValidClass(ClassDoc[]) - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
 
getValue() - Method in interface com.sun.mirror.declaration.AnnotationValue
Returns the value.
getValue() - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
getValue() - Method in interface com.sun.source.tree.LiteralTree
 
getValue(Attribute) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
getValue() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl
Returns the value.
getValue(ConstantPool) - Method in class com.sun.tools.classfile.Descriptor
 
getValue() - Method in class com.sun.tools.classfile.SourceDebugExtension_attribute
 
getValue() - Method in class com.sun.tools.javac.code.Attribute.Array
 
getValue() - Method in class com.sun.tools.javac.code.Attribute.Class
 
getValue() - Method in class com.sun.tools.javac.code.Attribute.Compound
 
getValue() - Method in class com.sun.tools.javac.code.Attribute.Constant
 
getValue() - Method in class com.sun.tools.javac.code.Attribute.Enum
 
getValue() - Method in class com.sun.tools.javac.code.Attribute.Error
 
getValue() - Method in class com.sun.tools.javac.code.Attribute
 
getValue(Attribute) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
getValue() - Method in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
getValue(Descriptor) - Method in class com.sun.tools.javap.ClassWriter
 
getValue() - Method in interface javax.annotation.processing.Completion
Returns the text of the suggested completion.
getValue() - Method in class javax.annotation.processing.Completions.SimpleCompletion
 
getValue() - Method in interface javax.lang.model.element.AnnotationValue
Returns the value.
getVariable() - Method in interface com.sun.source.tree.AssignmentTree
 
getVariable() - Method in interface com.sun.source.tree.CompoundAssignmentTree
 
getVariable() - Method in interface com.sun.source.tree.EnhancedForLoopTree
 
getVariable() - Method in class com.sun.tools.javac.tree.JCTree.JCAssign
 
getVariable() - Method in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
getVariable() - Method in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
getVisibleClassesList() - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Return the list of visible classes in this map.
getVisibleMemberMap() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Returns the visible member map for the members of this class.
getVisibleMemberMap() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Returns the visible member map for the enum constants of this class.
getVisibleMemberMap() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Returns the visible member map for the fields of this class.
getVisibleMemberMap(int) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Return the specified visible member map.
getVisibleMemberMap() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Returns the visible member map for the methods of this class.
getVoidType() - Method in interface com.sun.mirror.util.Types
Returns the pseudo-type representing the type of void.
getVoidType() - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns the pseudo-type representing the type of void.
getWildcardType(Collection<ReferenceType>, Collection<ReferenceType>) - Method in interface com.sun.mirror.util.Types
Returns a new wildcard.
getWildcardType(Collection<ReferenceType>, Collection<ReferenceType>) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Returns a new wildcard.
getWildcardType(TypeMirror, TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
getWildcardType(TypeMirror, TypeMirror) - Method in interface javax.lang.model.util.Types
Returns a new wildcard type argument.
getWindowTitleOnload() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Return the Javascript call to be embedded in the <BODY> tag.
getWriter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeOptionalMemberBuilder
Return the annotation type required member writer for this builder.
getWriter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Return the annotation type required member writer for this builder.
getWriter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Return the constructor writer for this builder.
getWriter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Return the enum constant writer for this builder.
getWriter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Return the field writer for this builder.
getWriter() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Return the method writer for this builder.
getWriterFactory() - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Return the doclet specific instance of a writer factory.
getWriterFactory() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return the doclet specific instance of a writer factory.
getWriterForDiagnosticType(JCDiagnostic.DiagnosticType) - Method in class com.sun.tools.javac.util.Log
Deprecated. 
getXLintChoices() - Static method in class com.sun.tools.javac.main.RecognizedOptions
 
getZipEntry(ZipFile) - Method in class com.sun.tools.javac.file.RelativePath.RelativeFile
 
getZipEntryName() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
getZipEntryName() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
getZipFile() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
getZipFileIndex(File, RelativePath.RelativeDirectory, boolean, String, boolean) - Static method in class com.sun.tools.javac.file.ZipFileIndex
 
getZipFileIndexes() - Static method in class com.sun.tools.javac.file.ZipFileIndex
Returns a list of all ZipFileIndex entries
getZipFileIndexes(boolean) - Static method in class com.sun.tools.javac.file.ZipFileIndex
Returns a list of all ZipFileIndex entries
getZipFileLastModified() - Method in class com.sun.tools.javac.file.ZipFileIndex
Returns the last modified timestamp of a zip file.
getZipIndexEntry(RelativePath) - Method in class com.sun.tools.javac.file.ZipFileIndex
Returns the ZipFileIndexEntry for an absolute path, if there is one.
getZipName() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
getZipName() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
giveWarning(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
glb(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
GOTO - Static variable in interface sun.tools.javap.Constants
 
goto_ - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
goto_w - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
group - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The package grouping instance.
Group - Class in com.sun.tools.doclets.internal.toolkit.util
Process and manage grouping of packages, as specified by "-group" option on the command line.
Group(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.Group
 
Group.MapKeyComparator - Class in com.sun.tools.doclets.internal.toolkit.util
Since we need to sort the keys in the reverse order(longest key first), the compare method in the implementing class is doing the reverse comparison.
Group.MapKeyComparator() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.Group.MapKeyComparator
 
groupByFile() - Method in class com.sun.tools.javac.comp.Todo
 
groupByFile(Queue<Env<AttrContext>>) - Method in class com.sun.tools.javac.main.JavaCompiler
 
groupList - Variable in class com.sun.tools.doclets.formats.html.PackageIndexWriter
List to store the order groups as specified on the command line.
groupList - Variable in class com.sun.tools.doclets.internal.toolkit.util.Group
List of group names in the same order as given on the command line.
groupPackageMap - Variable in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Map representing the group of packages as specified on the command line.
groupPackages(PackageDoc[]) - Method in class com.sun.tools.doclets.internal.toolkit.util.Group
Group the packages according the grouping information provided on the command line.
GT - Static variable in class com.sun.tools.javac.tree.JCTree
 
GT - Static variable in interface sun.tools.javap.Constants
 
guardBegin(String) - Method in class com.sun.tools.javah.Gen
 
guardEnd(String) - Method in class com.sun.tools.javah.Gen
 

H

h1() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <H1> tag.
h1(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print text with <H1> tag.
h1End() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </H1> tag.
h2() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <H2> tag.
h2(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print text with <H2> tag.
h2End() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </H2> tag.
h3() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <H3> tag.
h3(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print text with <H3> tag.
h3End() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </H3> tag.
h4() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <H4> tag.
h4(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print text with <H4> tag.
h4End() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </H4> tag.
h5() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <H5> tag.
h5End() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </H5> tag.
halfcompleted - Variable in class com.sun.tools.javac.comp.MemberEnter
A queue for classes whose members still need to be entered into the symbol table.
handleException(String, Exception) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Handle a security exception thrown during initializing the Processor iterator.
handleFlowResults(Queue<Env<AttrContext>>, ListBuffer<Element>) - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
handleOption(String, Iterator<String>) - Method in class com.sun.tools.javac.file.JavacFileManager
 
handleOption(String, Iterator<String>) - Method in class com.sun.tools.javap.JavapTask
 
handleOption(String, Iterator<String>) - Method in class javax.tools.ForwardingJavaFileManager
 
handleOption(String, Iterator<String>) - Method in interface javax.tools.JavaFileManager
Handles one option.
handleOptions(String[]) - Method in class com.sun.tools.javap.JavapTask
 
handleOptions(Iterable<String>, boolean) - Method in class com.sun.tools.javap.JavapTask
 
handler_pc - Variable in class com.sun.tools.classfile.Code_attribute.Exception_data
 
handler_pc - Variable in class sun.tools.javap.TrapData
 
handleReflectionException(Exception, String) - Static method in class edu.rice.cs.mint.runtime.Mint
 
handleServiceLoaderUnavailability(String, Exception) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Returns an empty processor iterator if no processors are on the relevant path, otherwise if processors are present, logs an error.
hasArg() - Method in class com.sun.tools.apt.main.Main.Option
Does this option take a (separate) operand?
hasArg() - Method in interface com.sun.tools.javac.main.JavacOption
Does this option take a (separate) operand?
hasArg() - Method in class com.sun.tools.javac.main.JavacOption.Option
 
hasArg - Variable in class com.sun.tools.javap.JavapTask.Option
 
hasBeenUsed - Variable in class com.sun.tools.apt.main.JavaCompiler
Track when the JavaCompiler has been used to compile something.
hasBeenUsed - Variable in class com.sun.tools.javac.main.JavaCompiler
Track when the JavaCompiler has been used to compile something.
hasClassLiterals() - Method in enum com.sun.tools.javac.jvm.Target
Does the VM have direct support for class literals?
hasCodeFields(Type) - Method in class com.sun.tools.javac.comp.Attr
Return true if the type has code fields.
hasCodeFields(Type, HashSet<String>) - Method in class com.sun.tools.javac.comp.Attr
Return true if the type has code fields.
hasCodeFieldsCache - Variable in class com.sun.tools.javac.comp.Attr
Cache for queries to hasCodeFields.
hasConstantField(PackageDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Return true if the given package has constant fields to document.
hasConstantField(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Return true if the given class has constant fields to document.
hasConstructors(List<JCTree>) - Static method in class com.sun.tools.javac.tree.TreeInfo
Is there a constructor declaration in the given list of trees?
hasDeprecatedAnnotation(List<JCTree.JCAnnotation>) - Method in class com.sun.tools.javac.comp.MemberEnter
Check if a list of annotations contains a reference to java.lang.Deprecated.
hasDiagnosticListener() - Method in class com.sun.tools.javac.util.Log
 
hasDocumentation(int) - Method in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
Return true if the list of a given type has size greater than 0.
hasEnclosingMethodAttribute() - Method in enum com.sun.tools.javac.jvm.Target
In J2SE1.5.0, we introduced the "EnclosingMethod" attribute for improved reflection support.
hasErasedSupertypes() - Method in class com.sun.tools.javac.code.Type.ClassType
 
hasErasedSupertypes() - Method in class com.sun.tools.javac.code.Type.ErasedClassType
 
hasFinalizer() - Method in class com.sun.tools.javac.jvm.Gen.GenFinalizer
Does this finalizer have some nontrivial cleanup to perform?
hasFinally(JCTree, Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Do any of the structures aborted by a non-local exit have finalizers that require an empty stack?
hasFlag(Symbol, long) - Static method in class com.sun.tools.apt.mirror.AptEnv
Does a symbol have a given flag? Forces symbol completion.
hasFlag(Symbol, long) - Static method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Does a symbol have a given flag?
hasFlag(Symbol, long) - Static method in class com.sun.tools.apt.mirror.type.TypeMaker
Does a symbol have a given flag?
hashCode() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
hashCode() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
hashCode() - Method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
hashCode() - Method in class com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
hashCode() - Method in class com.sun.tools.apt.mirror.type.TypeMirrorImpl
hashCode() - Method in class com.sun.tools.javac.api.JavacScope
 
hashCode() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
hashCode() - Method in class com.sun.tools.javac.code.Type
 
hashCode() - Method in class com.sun.tools.javac.code.Type.MethodType
 
hashCode - Static variable in class com.sun.tools.javac.code.Types
 
hashCode(Type) - Static method in class com.sun.tools.javac.code.Types
Compute a hash code on a type.
hashCode() - Method in class com.sun.tools.javac.code.Types.SingletonType
 
hashCode() - Method in class com.sun.tools.javac.code.Types.TypePair
 
hashCode() - Method in class com.sun.tools.javac.file.RegularFileObject
 
hashCode() - Method in class com.sun.tools.javac.file.RelativePath
 
hashCode() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
hashCode() - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
hashCode() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
hashCode() - Method in class com.sun.tools.javac.jvm.ClassFile.NameAndType
 
hashCode() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
hashCode() - Method in class com.sun.tools.javac.jvm.Pool.Method
 
hashCode() - Method in class com.sun.tools.javac.jvm.Pool.Variable
 
hashCode() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
hashCode() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
hashCode() - Method in class com.sun.tools.javac.util.List
Compute a hash code, overrides Object
hashCode - Variable in class com.sun.tools.javac.util.Names
 
hashCode() - Method in class com.sun.tools.javac.util.Pair
 
hashCode() - Method in class com.sun.tools.javac.util.SharedNameTable.NameImpl
Return the hash value of this name.
hashCode() - Method in interface javax.lang.model.element.Element
Obeys the general contract of Object.hashCode.
hashCode() - Method in interface javax.lang.model.element.Name
Obeys the general contract of Object.hashCode.
hashCode() - Method in interface javax.lang.model.type.TypeMirror
Obeys the general contract of Object.hashCode.
hashes - Variable in class com.sun.tools.javac.util.SharedNameTable
The hash table for names.
hashes - Variable in class com.sun.tools.javac.util.UnsharedNameTable
The hash table for names.
HashMapClassLoader - Class in edu.rice.cs.mint.runtime
 
HashMapClassLoader() - Constructor for class edu.rice.cs.mint.runtime.HashMapClassLoader
Private singleton constructor.
hashMask - Variable in class com.sun.tools.javac.code.Scope
Mask for hash codes, always equal to (table.length - 1).
hashMask - Variable in class com.sun.tools.javac.util.SharedNameTable
The mask to be used for hashing
hashMask - Variable in class com.sun.tools.javac.util.UnsharedNameTable
The mask to be used for hashing
hashValue(byte[], int, int) - Static method in class com.sun.tools.javac.util.Name.Table
The hashcode of a name.
hasInheritDocTag() - Method in class com.sun.tools.doclets.formats.html.TagletOutputImpl
Return true if this output has any occurances of @inheritDoc.
hasInheritDocTag() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.TagletOutput
Return true if this output has any occurances of @inheritDoc.
HASINIT - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for a variable symbol if the variable's definition has an initializer part.
hasInitCause() - Method in enum com.sun.tools.javac.jvm.Target
Although we may not have support for class literals, when we throw a NoClassDefFoundError, should we initialize its cause?
hasIterable() - Method in enum com.sun.tools.javac.jvm.Target
For bootstrapping, we use J2SE1.4's java.util.Collection instead of java.lang.Iterable.
hasLocation(JavaFileManager.Location) - Method in class com.sun.tools.javac.file.JavacFileManager
 
hasLocation(JavaFileManager.Location) - Method in class javax.tools.ForwardingJavaFileManager
 
hasLocation(JavaFileManager.Location) - Method in interface javax.tools.JavaFileManager
Determines if a location is known to this file manager.
hasMembersToDocument() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder
Return true if this subbuilder has anything to document.
hasMembersToDocument() - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
summaryOrder.size()
hasMembersToDocument() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Return true if this subbuilder has anything to document.
hasMembersToDocument() - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
summaryOrder.size()
hasMembersToDocument() - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
summaryOrder.size()
hasMembersToDocument() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Return true it there are any members to summarize.
hasMembersToDocument() - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Return true if this subbuilder has anything to document.
hasNext() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
 
hasNext() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
hasNext() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ServiceIterator
 
hasNext - Variable in class com.sun.tools.javac.util.Names
 
hasOuterInstance() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
hasOuterInstance() - Method in class com.sun.tools.javac.code.Symbol
An inner class has an outer instance if it is not an interface it has an enclosing instance class which might be referenced from the class.
hasParameterTypes(Symbol.MethodSymbol, String[]) - Method in class com.sun.tools.javadoc.ClassDocImpl
 
hasParents - Variable in class com.sun.tools.javac.file.RegularFileObject
Have the parent directories been created?
hasPopulatedData - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
hasPrintedPackageIndex(String) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Return true if the given package name has been printed.
hasSameArgs - Variable in class com.sun.tools.javac.code.Types
 
hasSameArgs(Type, Type) - Method in class com.sun.tools.javac.code.Types
Does t have the same arguments as s? It is assumed that both types are (possibly polymorphic) method types.
hasSameBounds(Type.ForAll, Type.ForAll) - Method in class com.sun.tools.javac.code.Types
Does t have the same bounds for quantified variables as s?
hasService(Class<?>, URL[]) - Static method in class com.sun.tools.javac.processing.ServiceProxy
Return true if a description for at least one service is found in the service configuration files in the given URLs.
hasSuffix - Variable in class com.sun.tools.apt.main.Main.Option
Suffix option (-foo=bar or -foo:bar)
hasSuffix - Variable in class com.sun.tools.javac.main.JavacOption.Option
Suffix option (-foo=bar or -foo:bar)
hasTypeName(Type, String) - Method in class com.sun.tools.javadoc.ClassDocImpl
 
hasTypeVar(List<Type>) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
head() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <HEAD> tag.
head - Variable in class com.sun.tools.javac.util.List
The first element of the list, supposed to be immutable.
headEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </HEAD> tag.
header - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-header".
header - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The header to output.
HEADING_KEYS - Static variable in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
 
help() - Method in class com.sun.tools.apt.main.Main.AptOption
Print a line of documentation describing this option, if standard.
help() - Method in class com.sun.tools.apt.main.Main
Print a string that explains usage.
help() - Method in class com.sun.tools.apt.main.Main.HiddenOption
 
help() - Method in class com.sun.tools.apt.main.Main.Option
For javac-only options, print nothing.
help() - Method in class com.sun.tools.apt.main.Main.SharedOption
 
help() - Method in class com.sun.tools.apt.main.Main.XOption
 
help(PrintWriter) - Method in class com.sun.tools.javac.main.JavacOption.HiddenOption
 
help(PrintWriter) - Method in class com.sun.tools.javac.main.JavacOption.Option
Print a line of documentation describing this option, if standard.
help(PrintWriter) - Method in class com.sun.tools.javac.main.JavacOption.XOption
 
help() - Method in class com.sun.tools.javac.main.Main
Print a string that explains usage.
help - Variable in class com.sun.tools.javap.Options
 
helpfile - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-helpfile".
helpSynopsis() - Method in class com.sun.tools.apt.main.Main.Option
 
helpSynopsis() - Method in class com.sun.tools.javac.main.JavacOption.Option
 
HelpWriter - Class in com.sun.tools.doclets.formats.html
Generate the Help File for the generated API documentation.
HelpWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.HelpWriter
Constructor to construct HelpWriter object.
hexFloatsWork - Static variable in class com.sun.tools.javac.parser.Scanner
 
hexFloatsWork() - Static method in class com.sun.tools.javac.parser.Scanner
 
hexString - Static variable in class sun.tools.javap.ClassData
 
hexTable - Static variable in class sun.tools.javap.ClassData
 
hibounds - Variable in class com.sun.tools.javac.code.Type.UndetVar
 
HIDDEN - Static variable in class com.sun.tools.javac.code.Kinds
 
hiddenIn(Symbol.ClassSymbol, Types) - Method in class com.sun.tools.javac.code.Symbol
Check for hiding.
hides(MemberDeclaration, MemberDeclaration) - Method in interface com.sun.mirror.util.Declarations
Tests whether one type, method, or field declaration hides another.
hides(MemberDeclaration, MemberDeclaration) - Method in class com.sun.tools.apt.mirror.util.DeclarationsImpl
Tests whether one type, method, or field declaration hides another. See JLS 2 sections 8.3 and 8.4.6.
hides(Element, Element) - Method in class com.sun.tools.javac.model.JavacElements
 
hides(Element, Element) - Method in interface javax.lang.model.util.Elements
Tests whether one type, method, or field hides another.
high - Variable in class com.sun.tools.javac.code.Types.Rewriter
 
holder() - Method in interface com.sun.javadoc.Tag
Return the containing Doc of this Tag element.
holder - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
The Doc object that holds the documentation.
holder - Variable in class com.sun.tools.doclets.internal.toolkit.util.TextTag
 
holder() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
Return the containing Doc of this Tag element.
holder - Variable in class com.sun.tools.javadoc.TagImpl
 
holder() - Method in class com.sun.tools.javadoc.TagImpl
Return the containing Doc of this Tag element.
holderTag - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
The tag that holds the documentation.
hr() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <HR> tag.
hr(int, int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <HR SIZE="size" WIDTH="widthpercent%"> tag.
hr(int, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <HR SIZE="size" NOSHADE> tag.
ht - Variable in class com.sun.tools.javac.util.Context
The underlying map storing the data.
html() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <HTML> tag.
HTML_ESCAPE_CHARS - Static variable in class com.sun.tools.doclets.internal.toolkit.util.Util
A mapping between characters and their corresponding HTML escape character.
HtmlDoclet - Class in com.sun.tools.doclets.formats.html
The class with "start" method, calls individual Writers.
HtmlDoclet() - Constructor for class com.sun.tools.doclets.formats.html.HtmlDoclet
 
htmlDoclet - Static variable in class com.sun.tools.doclets.standard.Standard
 
HtmlDocletWriter - Class in com.sun.tools.doclets.formats.html
Class for the Html Format Code Generation specific to JavaDoc.
HtmlDocletWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Constructor to construct the HtmlStandardWriter object.
HtmlDocletWriter(ConfigurationImpl, String, String, String) - Constructor for class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Constructor to construct the HtmlStandardWriter object.
HtmlDocWriter - Class in com.sun.tools.doclets.formats.html.markup
Class for the Html Format Code Generation specific to JavaDoc.
HtmlDocWriter(Configuration, String) - Constructor for class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Constructor.
HtmlDocWriter(Configuration, String, String) - Constructor for class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
 
htmlEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </HTML> tag.
htmlFilename - Variable in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Name of the file, to which this writer is writing to.
htmlSentenceTerminatorFound(String, int) - Method in class com.sun.tools.javadoc.DocLocale
Find out if there is any HTML tag in the given string.
HtmlSerialFieldWriter - Class in com.sun.tools.doclets.formats.html
Generate serialized form for serializable fields.
HtmlSerialFieldWriter(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
HtmlSerialMethodWriter - Class in com.sun.tools.doclets.formats.html
Generate serialized form for Serializable/Externalizable methods.
HtmlSerialMethodWriter(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
HtmlWriter - Class in com.sun.tools.doclets.formats.html.markup
Class for the Html format code generation.
HtmlWriter(Configuration, String, String, String) - Constructor for class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Constructor.
htmlWriter - Variable in class com.sun.tools.doclets.formats.html.TagletWriterImpl
 
hyphen - Variable in class com.sun.tools.javac.util.Names
 
HYPOTHETICAL - Static variable in class com.sun.tools.javac.code.Flags
Flag that marks a hypothetical method that need not really be generated in the binary, but is present in the symbol table to simplify checking for erasure clashes.

I

i2d - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
i2f - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
i2l - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iadd - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iaload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iand - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iastore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iconst_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iconst_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iconst_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iconst_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iconst_4 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iconst_5 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iconst_m1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ident() - Method in class com.sun.tools.javac.parser.JavacParser
Ident = IDENTIFIER
Ident(Name) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
IDENT - Static variable in class com.sun.tools.javac.tree.JCTree
Simple identifiers, of type Ident.
Ident(Name) - Method in class com.sun.tools.javac.tree.TreeMaker
 
Ident(Symbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Create an identifier from a symbol.
Ident(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.tree.TreeMaker
Create an identifier that refers to the variable declared in given variable declaration.
IDENT - Static variable in interface sun.tools.javap.Constants
 
ident() - Method in class sun.tools.javap.TrapData
returns recommended identifier
identAttributer - Variable in class com.sun.tools.javac.comp.Attr
 
IdentifierTree - Interface in com.sun.source.tree
A tree node for an identifier expression.
identityFilter - Static variable in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
 
Idents(List<JCTree.JCVariableDecl>) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a list of identifiers referring to the variables declared in given list of variable declarations.
idiv - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
If(JCTree.JCExpression, JCTree.JCStatement, JCTree.JCStatement) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
IF - Static variable in class com.sun.tools.javac.tree.JCTree
Conditional statements, of type If.
If(JCTree.JCExpression, JCTree.JCStatement, JCTree.JCStatement) - Method in class com.sun.tools.javac.tree.TreeMaker
 
IF - Static variable in interface sun.tools.javap.Constants
 
if_acmp_nonnull - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_acmp_null - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_acmpeq - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_acmpne - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_icmpeq - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_icmpge - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_icmpgt - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_icmple - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_icmplt - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
if_icmpne - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ifeq - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ifge - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ifgt - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ifle - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iflt - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ifne - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
IfTree - Interface in com.sun.source.tree
A tree node for an 'if' statement.
ignore(int) - Method in class com.sun.tools.classfile.AccessFlags
 
ignoreDiagnostics - Variable in class com.sun.tools.apt.util.Bark
Specifies whether or not to ignore any diagnostics that are reported.
ignoreRest() - Method in class com.sun.tools.javap.JavapTask.Option
 
ignoreSymbolFile - Variable in class com.sun.tools.javac.file.JavacFileManager
 
ignoreSymbolFile - Variable in class com.sun.tools.javap.Options
 
iinc - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
illegal - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
illegal(int) - Method in class com.sun.tools.javac.parser.JavacParser
Report an illegal start of expression/type error at given position.
illegal() - Method in class com.sun.tools.javac.parser.JavacParser
Report an illegal start of expression/type error at current position.
illegalArgumentExceptionType - Variable in class com.sun.tools.javac.code.Symtab
 
iload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iload_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iload_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iload_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iload_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
img(String, String, int, int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print HTML <IMG SRC="imggif" WIDTH="width" HEIGHT="height" ALT="imgname> tag.
imod - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
implementation(Symbol.TypeSymbol, Types, boolean) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
The implementation of this (abstract) symbol in class origin; null if none exists.
implemented(Symbol.TypeSymbol, Types) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
find a symbol that this (proxy method) symbol implements.
ImplementedMethods - Class in com.sun.tools.doclets.internal.toolkit.util
For a given class method, build an array of interface methods which it implements.
ImplementedMethods(MethodDoc, Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
implementing - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
implementingclasses - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Mapping for each Interface with classes who implement it.
implementingclasses(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the list of classes which implement the interface passed.
implementingClasses(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Return all implementing classes of an interface (including all subclasses of implementing classes and all classes implementing subinterfaces) AND fill-in both classToImplementingClass and classToSubinterface maps.
implementInterfaceMethods(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.Gen
Add abstract methods for all methods defined in one of the interfaces of a given class, provided they are not already implemented in the class.
implementInterfaceMethods(Symbol.ClassSymbol, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.Gen
Add abstract methods for all methods defined in one of the interfaces of a given class, provided they are not already implemented in the class.
IMPLEMENTS - Static variable in interface sun.tools.javap.Constants
 
implementsMethodInIntfac(MethodDoc, ClassDoc[]) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
implicitEnumFinalFlag(JCTree) - Method in class com.sun.tools.javac.comp.Check
Determine if this enum should be implicitly final.
ImplicitInterfaceMethodFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
implicitSourceFilesRead - Variable in class com.sun.tools.javac.main.JavaCompiler
Flag set if any implicit source files read.
implicitSourcePolicy - Variable in class com.sun.tools.javac.main.JavaCompiler
The policy for what to do with implicitly read source files
Import(JCTree, boolean) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
IMPORT - Static variable in class com.sun.tools.javac.tree.JCTree
Import clauses, of type Import.
Import(JCTree, boolean) - Method in class com.sun.tools.javac.tree.TreeMaker
 
IMPORT - Static variable in interface sun.tools.javap.Constants
 
importAll(int, Symbol.TypeSymbol, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Import all classes of a class or package on demand.
importDeclaration() - Method in class com.sun.tools.javac.parser.JavacParser
ImportDeclaration = IMPORT [ STATIC ] Ident { "." Ident } [ "." "*" ] ";"
importedClasses() - Method in interface com.sun.javadoc.ClassDoc
Deprecated. Import declarations are implementation details that should not be exposed here. In addition, not all imported classes are imported through single-type-import declarations.
importedClasses() - Method in class com.sun.tools.javadoc.ClassDocImpl
Deprecated. Import declarations are implementation details that should not be exposed here. In addition, not all imported classes are imported through single-type-import declarations.
importedPackages() - Method in interface com.sun.javadoc.ClassDoc
Deprecated. Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned.
importedPackages() - Method in class com.sun.tools.javadoc.ClassDocImpl
Deprecated. Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned.
importNamed(JCDiagnostic.DiagnosticPosition, Symbol, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Import given class.
importNamedStatic(JCDiagnostic.DiagnosticPosition, Symbol.TypeSymbol, Name, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Import statics types of a given name.
importStaticAll(int, Symbol.TypeSymbol, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Import all static members of a class or package on demand.
importStringToPattern(String) - Method in class com.sun.tools.apt.comp.Apt
Convert import-style string to regex matching that string.
importStringToPattern(String, Processor, Log) - Static method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Convert import-style string to regex matching that string.
ImportTree - Interface in com.sun.source.tree
A tree node for an import statement.
imul - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
in - Variable in class com.sun.tools.classfile.ClassReader
 
in - Variable in class com.sun.tools.javac.Server
 
INC - Static variable in interface sun.tools.javap.Constants
 
incl(Type, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Add type set to given type list, unless it is a subclass of some class in the list.
incl(int) - Method in class com.sun.tools.javac.util.Bits
Include x in this set.
inclRange(int, int) - Method in class com.sun.tools.javac.util.Bits
Include [start..limit) in this set.
includeClassFile(Symbol.PackageSymbol, JavaFileObject) - Method in class com.sun.tools.javac.jvm.ClassReader
Include class corresponding to given class file in package, unless (1) we already have one the same kind (.class or .java), or (2) we have one of the other kind, and the given class file is older.
includes(Symbol) - Method in class com.sun.tools.javac.code.Scope
Given a class, is there already a class with same fully qualified name in this (import) scope?
includeTypeAsSepLink - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
True if we should include the type as seperate link.
includeTypeInClassLinkLabel - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
True if we should include the type in the link label.
inConstructor() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return true if this Taglet is used in constructor documentation.
inConstructor() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Will return false because this inline tag may only appear in Methods.
inConstructor() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return true if this Taglet is used in constructor documentation.
inConstructor() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
inConstructor() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ReturnTaglet
Return true if this Taglet is used in constructor documentation.
inConstructor() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return true if this SimpleTaglet is used in constructor documentation.
inConstructor() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return true if this Taglet is used in constructor documentation.
inConstructor() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Will return false because this inline tag may only appear in Fields.
inConstructor() - Method in interface com.sun.tools.doclets.Taglet
Return true if this Taglet is used in constructor documentation.
incr(int) - Method in class com.sun.tools.javac.jvm.Items.LocalItem
 
indent() - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
indent() - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
indent() - Method in class com.sun.tools.javac.tree.Pretty
Increase left margin by indentation width.
indent(String, int) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Indent a string by prepending a given amount of empty spaces to each line of the string
indentation - Variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
indentation - Variable in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
indentString(int) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Creates a string with a given amount of empty spaces.
index - Variable in exception com.sun.tools.classfile.Code_attribute.InvalidIndex
 
index - Variable in exception com.sun.tools.classfile.ConstantPoolException
 
index - Variable in class com.sun.tools.classfile.Descriptor
 
index - Variable in exception com.sun.tools.classfile.Descriptor.InvalidDescriptor
 
index - Variable in class com.sun.tools.classfile.LocalVariableTable_attribute.Entry
 
index - Variable in class com.sun.tools.classfile.LocalVariableTypeTable_attribute.Entry
 
index - Variable in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
index - Variable in class com.sun.tools.javac.util.SharedNameTable.NameImpl
The index where the bytes of this name are stored in the global name buffer `byte'.
index - Variable in class com.sun.tools.javac.util.UnsharedNameTable
Index counter for names in this table.
index - Variable in class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
indexbuilder - Variable in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
The index of all the members with unicode character.
indexbuilder - Variable in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Index of all the classes.
IndexBuilder - Class in com.sun.tools.doclets.internal.toolkit.util
Build the mapping of each Unicode character with it's member lists containing members names starting with it.
IndexBuilder(Configuration, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Constructor.
IndexBuilder(Configuration, boolean, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Constructor.
IndexBuilder.DocComparator - Class in com.sun.tools.doclets.internal.toolkit.util
A comparator used to sort classes and members.
IndexBuilder.DocComparator() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder.DocComparator
 
Indexed(JCTree.JCExpression, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
INDEXED - Static variable in class com.sun.tools.javac.tree.JCTree
Indexed array expressions, of type Indexed.
indexed - Variable in class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
Indexed(JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
Indexed(Symbol, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
Construct an index expression from a variable and an expression.
indexHashAscii - Variable in class sun.tools.javap.ClassData
 
indexmap - Variable in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Mapping of each Unicode Character with the member list containing members with names starting with it.
indexOf(Object) - Method in class com.sun.tools.javac.util.List
 
indexPool() - Method in class com.sun.tools.javac.jvm.ClassReader
Index all constant pool entries, writing their start addresses into poolIdx.
indices - Variable in class com.sun.tools.javac.jvm.Pool
A hashtable containing all constants in the pool.
ineg - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
INF - Static variable in interface sun.tools.javap.Constants
 
infer - Variable in class com.sun.tools.javac.comp.Check
 
Infer - Class in com.sun.tools.javac.comp
Helper class for type parameter inference, used by the attribution phase.
Infer(Context) - Constructor for class com.sun.tools.javac.comp.Infer
 
infer - Variable in class com.sun.tools.javac.comp.Resolve
 
Infer.NoInstanceException - Exception in com.sun.tools.javac.comp
 
Infer.NoInstanceException(boolean, JCDiagnostic.Factory) - Constructor for exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
inferBinaryName(JavaFileManager.Location, JavaFileObject) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
 
inferBinaryName(Iterable<? extends File>) - Method in class com.sun.tools.javac.file.BaseFileObject
 
inferBinaryName(JavaFileManager.Location, JavaFileObject) - Method in class com.sun.tools.javac.file.JavacFileManager
 
inferBinaryName(Iterable<? extends File>) - Method in class com.sun.tools.javac.file.RegularFileObject
 
inferBinaryName(Iterable<? extends File>) - Method in class com.sun.tools.javac.file.SymbolArchive.SymbolFileObject
 
inferBinaryName(Iterable<? extends File>) - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
inferBinaryName(Iterable<? extends File>) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
inferBinaryName(Iterable<? extends File>) - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
inferBinaryName(JavaFileManager.Location, JavaFileObject) - Method in class javax.tools.ForwardingJavaFileManager
 
inferBinaryName(JavaFileManager.Location, JavaFileObject) - Method in interface javax.tools.JavaFileManager
Infers a binary name of a file object based on a location.
inferKey - Static variable in class com.sun.tools.javac.comp.Infer
 
inField() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseExecutableMemberTaglet
Return true if this Taglet is used in field documentation.
inField() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return true if this Taglet is used in field documentation.
inField() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Will return false because this inline tag may only appear in Methods.
inField() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return true if this Taglet is used in field documentation.
inField() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
inField() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Return true if this Taglet is used in field documentation.
inField() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return true if this SimpleTaglet is used in field documentation.
inField() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return true if this Taglet is used in field documentation.
inField() - Method in interface com.sun.tools.doclets.Taglet
Return true if this Taglet is used in field documentation.
infixPrecedenceLevels - Static variable in class com.sun.tools.javac.parser.JavacParser
The number of precedence levels of infix operators.
inflate(byte[], byte[]) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
inflater - Static variable in class com.sun.tools.javac.file.ZipFileIndex
 
info - Variable in class com.sun.tools.classfile.DefaultAttribute
 
info - Variable in class com.sun.tools.javac.comp.Env
A generic field for further information.
inherit(DocFinder.Input, DocFinder.Output) - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.InheritableTaglet
Given an DocFinder.Output object, set its values with the appropriate information to inherit documentation.
inherit(DocFinder.Input, DocFinder.Output) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Given an DocFinder.Output object, set its values with the appropriate information to inherit documentation.
inherit(DocFinder.Input, DocFinder.Output) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ReturnTaglet
Given an DocFinder.Output object, set its values with the appropriate information to inherit documentation.
inherit(DocFinder.Input, DocFinder.Output) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SeeTaglet
Given an DocFinder.Output object, set its values with the appropriate information to inherit documentation.
inherit(DocFinder.Input, DocFinder.Output) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ThrowsTaglet
Given an DocFinder.Output object, set its values with the appropriate information to inherit documentation.
INHERIT_DOC_INLINE_TAG - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
The inline tag that would appear in the documentation if the writer wanted documentation to be inherited.
InheritableTaglet - Interface in com.sun.tools.doclets.internal.toolkit.taglets
A taglet should implement this interface if it supports the inheritDoc tag or is automatically inherited if it is missing.
InheritDocTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An inline Taglet representing the inheritDoc tag.
InheritDocTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Construct a new InheritDocTaglet.
inheritedType - Variable in class com.sun.tools.javac.code.Symtab
 
inheritThrowsDocumentation(Doc, Type[], Set<String>, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ThrowsTaglet
Inherit throws documentation for exceptions that were declared but not documented.
init() - Method in class com.sun.tools.classfile.Attribute.Factory
 
init(Object) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
 
init() - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
 
init(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.SourcePath
Initialize the SourcePath File array, which will contain only the directory names from the given path string.
init(Symtab) - Method in class com.sun.tools.javac.jvm.ClassReader
Initialize classes and packages, treating this as the definitive classreader.
init(Symtab, boolean) - Method in class com.sun.tools.javac.jvm.ClassReader
Initialize classes and packages, optionally treating this as the definitive classreader.
init - Variable in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
init - Variable in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
init - Variable in class com.sun.tools.javac.util.Names
 
init(ProcessingEnvironment) - Method in class javax.annotation.processing.AbstractProcessor
Initializes the processor with the processing environment by setting the processingEnv field to the value of the processingEnv argument.
init(ProcessingEnvironment) - Method in interface javax.annotation.processing.Processor
Initializes the processor with the processing environment.
initAvailableFormats() - Method in class com.sun.tools.javac.util.BasicDiagnosticFormatter
 
initBuf(JavaFileObject) - Method in class com.sun.tools.javac.util.DiagnosticSource
 
initCause(Throwable) - Method in exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
initCause - Variable in class com.sun.tools.javac.util.Names
 
initCode(JCTree.JCMethodDecl, Env<Gen.GenContext>, boolean) - Method in class com.sun.tools.javac.jvm.Gen
 
initCustomTagArrays() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Initialize the custom tag arrays.
inited - Variable in class com.sun.tools.javac.file.Paths
 
initEntries() - Method in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
initEnv(JCTree.JCVariableDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Create a fresh environment for a variable's initializer.
initField(int, Name) - Method in class com.sun.tools.javac.comp.Lower
Return tree simulating the assignment , where name is the name of a free variable.
INITIAL_SIZE - Static variable in class com.sun.tools.javac.code.Scope
The hash table's initial size.
initialized - Variable in class javax.annotation.processing.AbstractProcessor
 
initializedType() - Method in class com.sun.tools.javac.jvm.UninitializedType
 
initializeFieldsBeforeSuper() - Method in enum com.sun.tools.javac.jvm.Target
Beginning in 1.4, we take advantage of the possibility of emitting code to initialize fields before calling the superclass constructor.
initMap() - Method in class com.sun.tools.javac.file.ZipArchive
 
initMessages() - Static method in class com.sun.tools.javah.Util
 
initOuterThis(int) - Method in class com.sun.tools.javac.comp.Lower
Return tree simulating the assignment .
initPackageArray() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
 
initPlatform() - Static method in class com.sun.tools.javah.Util
 
initPlatformAnnotations() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
initProcessAnnotations(Iterable<? extends Processor>) - Method in class com.sun.tools.javac.main.JavaCompiler
Check if we should process annotations.
initProcessorIterator(Context, Iterable<? extends Processor>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
initProcessorOptions(Context) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
initResource() - Static method in class com.sun.tools.apt.main.Main
Initialize ResourceBundle.
initRound(JavaCompiler) - Method in class com.sun.tools.javac.main.JavaCompiler
 
inits - Variable in class com.sun.tools.javac.comp.Flow
The set of definitely assigned variables.
inits - Variable in class com.sun.tools.javac.comp.Flow.PendingExit
 
initStandardTags() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Initialize standard Javadoc tags for ordering purposes.
initStandardTagsLowercase() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Initialize lowercase version of standard Javadoc tags.
initsWhenFalse - Variable in class com.sun.tools.javac.comp.Flow
 
initsWhenTrue - Variable in class com.sun.tools.javac.comp.Flow
When analyzing a condition, inits and uninits are null.
initSyms() - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
initTagletManager(Set<String[]>) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Initialize the taglet manager.
initType(Type, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.code.Symtab
 
initType(Type, String) - Method in class com.sun.tools.javac.code.Symtab
 
initType(Type, String, String) - Method in class com.sun.tools.javac.code.Symtab
 
initUnmatchedProcessorOptions() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
INLINEMETHOD - Static variable in interface sun.tools.javap.Constants
 
INLINENEWINSTANCE - Static variable in interface sun.tools.javap.Constants
 
INLINERETURN - Static variable in interface sun.tools.javap.Constants
 
inlineTagFound(DocImpl, String, int) - Static method in class com.sun.tools.javadoc.Comment
Recursively search for the string "{@" followed by name of inline tag and white space, if found return the index of the text following the white space.
inlineTags() - Method in interface com.sun.javadoc.Doc
Return comment as an array of tags.
inlineTags() - Method in interface com.sun.javadoc.Tag
For a documentation comment with embedded {@link} tags, return an array of Tag objects.
inlineTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in comments.
inlineTags - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
The inherited documentation.
inlineTags() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
For a documentation comment with embedded {@link} tags, return an array of Tag objects.
inlineTags - Variable in class com.sun.tools.javadoc.DocImpl
Cached inline tags.
inlineTags() - Method in class com.sun.tools.javadoc.DocImpl
 
inlineTags() - Method in class com.sun.tools.javadoc.ParamTagImpl
For the parameter comment with embedded @link tags return the array of TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).
inlineTags - Variable in class com.sun.tools.javadoc.TagImpl
Cached inline tags.
inlineTags() - Method in class com.sun.tools.javadoc.TagImpl
For documentation comment with embedded @link tags, return the array of TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).
inlineTags() - Method in class com.sun.tools.javadoc.ThrowsTagImpl
For the exception comment with embedded @link tags return the array of TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).
inMethod() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return true if this Taglet is used in method documentation.
inMethod() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return true if this Taglet is used in method documentation.
inMethod() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
inMethod() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Return true if this Taglet is used in method documentation.
inMethod() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return true if this SimpleTaglet is used in method documentation.
inMethod() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return true if this Taglet is used in method documentation.
inMethod() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Will return false because this inline tag may only appear in Fields.
inMethod() - Method in interface com.sun.tools.doclets.Taglet
Return true if this Taglet is used in method documentation.
inner - Variable in class com.sun.tools.javac.tree.JCTree.JCWildcard
 
inner_class_access_flags - Variable in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
inner_class_info_index - Variable in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
inner_class_info_index - Variable in class sun.tools.javap.InnerClassData
 
inner_name_index - Variable in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
inner_name_index - Variable in class sun.tools.javap.InnerClassData
 
INNERCLASS - Static variable in interface sun.tools.javap.Constants
 
InnerClassData - Class in sun.tools.javap
Strores InnerClass data informastion.
InnerClassData(ClassData) - Constructor for class sun.tools.javap.InnerClassData
 
innerClasses() - Method in interface com.sun.javadoc.ClassDoc
Return included nested classes and interfaces within this class or interface.
innerClasses(boolean) - Method in interface com.sun.javadoc.ClassDoc
Return nested classes and interfaces within this class or interface filtered to the specified access modifier option.
InnerClasses - Static variable in class com.sun.tools.classfile.Attribute
 
INNERCLASSES - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
innerClasses - Variable in class com.sun.tools.javac.jvm.ClassWriter
The inner classes to be written, as a set.
InnerClasses - Variable in class com.sun.tools.javac.util.Names
 
innerClasses(boolean) - Method in class com.sun.tools.javadoc.ClassDocImpl
Return inner classes within this class.
innerClasses() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return included inner classes within this class.
innerClasses - Variable in class sun.tools.javap.ClassData
 
InnerClasses_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.6.
InnerClasses_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.InnerClasses_attribute
 
InnerClasses_attribute(ConstantPool, InnerClasses_attribute.Info[]) - Constructor for class com.sun.tools.classfile.InnerClasses_attribute
 
InnerClasses_attribute(int, InnerClasses_attribute.Info[]) - Constructor for class com.sun.tools.classfile.InnerClasses_attribute
 
InnerClasses_attribute.Info - Class in com.sun.tools.classfile
 
InnerClasses_attribute.Info(ClassReader) - Constructor for class com.sun.tools.classfile.InnerClasses_attribute.Info
 
innerClassesQueue - Variable in class com.sun.tools.javac.jvm.ClassWriter
The inner classes to be written, as a queue where enclosing classes come first.
innerClassFlags - Static variable in class com.sun.tools.classfile.AccessFlags
 
innerClassModifiers - Static variable in class com.sun.tools.classfile.AccessFlags
 
innerCreator(int, List<JCTree.JCExpression>, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
InnerCreator = Ident [TypeArguments] ClassCreatorRest
innerDelim - Variable in class com.sun.tools.javah.LLNI
 
innerIter - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
 
innerType - Variable in class com.sun.tools.classfile.Type.InnerClassType
 
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseExecutableMemberTaglet
Return true if this Taglet is used in overview documentation.
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return true if this Taglet is used in overview documentation.
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Will return false because this inline tag may only appear in Methods.
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return true if this Taglet is used in overview documentation.
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Return true if this Taglet is used in overview documentation.
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return true if this SimpleTaglet is used in overview documentation.
inOverview() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return true if this Taglet is used in overview documentation.
inOverview() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Will return false because this inline tag may only appear in Fields.
inOverview() - Method in interface com.sun.tools.doclets.Taglet
Return true if this Taglet is used in overview documentation.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseExecutableMemberTaglet
Return true if this Taglet is used in package documentation.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return true if this Taglet is used in package documentation.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.DeprecatedTaglet
Return true if this Taglet is used in package documentation.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Will return false because this inline tag may only appear in Methods.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return true if this Taglet is used in package documentation.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Return true if this Taglet is used in package documentation.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return true if this SimpleTaglet is used in package documentation.
inPackage() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return true if this Taglet is used in package documentation.
inPackage() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Will return false because this inline tag may only appear in Fields.
inPackage() - Method in interface com.sun.tools.doclets.Taglet
Return true if this Taglet is used in package documentation.
inputFiles - Variable in class com.sun.tools.javac.main.JavaCompiler
The set of currently compiled inputfiles, needed to ensure we don't accidentally overwrite an input file when -s is set.
inputStream - Variable in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
The InputStream for this zip entry (file.)
insert(List<Type>, Type) - Method in class com.sun.tools.javac.code.Types
Insert a type in a closure
inst - Variable in class com.sun.tools.javac.code.Type.UndetVar
 
instance(JavaCompiler.CompilationTask) - Static method in class com.sun.source.util.Trees
Gets a Trees object for a given CompilationTask.
instance(ProcessingEnvironment) - Static method in class com.sun.source.util.Trees
Gets a Trees object for a given CompilationTask.
instance(Context) - Static method in class com.sun.tools.apt.comp.Apt
Get the Apt instance for this context.
instance(Context) - Static method in class com.sun.tools.apt.main.JavaCompiler
Get the JavaCompiler instance for this context.
instance(Context) - Static method in class com.sun.tools.apt.mirror.apt.FilerImpl
 
instance(Context) - Static method in class com.sun.tools.apt.mirror.apt.MessagerImpl
 
instance(Context) - Static method in class com.sun.tools.apt.mirror.AptEnv
 
instance(Context) - Static method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
instance(Context) - Static method in class com.sun.tools.apt.mirror.type.TypeMaker
 
instance(Context) - Static method in class com.sun.tools.apt.mirror.util.DeclarationsImpl
 
instance(Context) - Static method in class com.sun.tools.apt.mirror.util.TypesImpl
 
instance(Context) - Static method in class com.sun.tools.apt.util.Bark
Get the Bark instance for this context.
instance - Static variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
 
instance - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
 
instance(JavaCompiler.CompilationTask) - Static method in class com.sun.tools.javac.api.JavacTrees
 
instance(ProcessingEnvironment) - Static method in class com.sun.tools.javac.api.JavacTrees
 
instance(Context) - Static method in class com.sun.tools.javac.api.JavacTrees
 
instance(Context) - Static method in class com.sun.tools.javac.code.Lint
Get the root Lint instance.
instance(Context) - Static method in enum com.sun.tools.javac.code.Source
 
instance(Context) - Static method in class com.sun.tools.javac.code.Symtab
Get the symbol table instance.
instance(Context) - Static method in class com.sun.tools.javac.code.Types
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Annotate
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Attr
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Check
 
instance(Context) - Static method in class com.sun.tools.javac.comp.ConstFold
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Enter
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Flow
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Infer
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Lower
 
instance(Context) - Static method in class com.sun.tools.javac.comp.MemberEnter
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Resolve
 
instance(Context) - Static method in class com.sun.tools.javac.comp.Todo
Get the Todo instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.comp.TransTypes
Get the instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.file.FSInfo
Get the FSInfo instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.file.Paths
Get the Paths instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.jvm.ClassReader
Get the ClassReader instance for this invocation.
instance(Context) - Static method in class com.sun.tools.javac.jvm.ClassWriter
Get the ClassWriter instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.jvm.Gen
 
instance(Context) - Static method in enum com.sun.tools.javac.jvm.Target
 
instance(Context) - Static method in class com.sun.tools.javac.main.JavaCompiler
Get the JavaCompiler instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.model.JavacElements
 
instance(Context) - Static method in class com.sun.tools.javac.model.JavacTypes
 
instance(Context) - Static method in class com.sun.tools.javac.parser.Keywords
 
instance(Context) - Static method in class com.sun.tools.javac.parser.ParserFactory
 
instance(Context) - Static method in class com.sun.tools.javac.parser.Scanner.Factory
Get the Factory instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.tree.TreeInfo
 
instance(Context) - Static method in class com.sun.tools.javac.tree.TreeMaker
Get the TreeMaker instance.
instance(Context) - Static method in class com.sun.tools.javac.util.JavacMessages
Get the JavacMessages instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Get the Factory instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.util.Log
Get the Log instance for this context.
instance(Context) - Static method in class com.sun.tools.javac.util.Names
 
instance(Context) - Static method in class com.sun.tools.javac.util.Options
Get the Options instance for this context.
instance(Context) - Static method in class com.sun.tools.javadoc.DocEnv
 
instance(Context) - Static method in class com.sun.tools.javap.AnnotationWriter
 
instance(Context) - Static method in class com.sun.tools.javap.AttributeWriter
 
instance(Context) - Static method in class com.sun.tools.javap.BasicWriter.LineWriter
 
instance(Context) - Static method in class com.sun.tools.javap.ClassWriter
 
instance(Context) - Static method in class com.sun.tools.javap.CodeWriter
 
instance(Context) - Static method in class com.sun.tools.javap.ConstantWriter
 
instance(Context) - Static method in class com.sun.tools.javap.Options
 
instance(Context) - Static method in class edu.rice.cs.mint.comp.TransStaging
Get the instance for this context.
instance() - Static method in class edu.rice.cs.mint.runtime.HashMapClassLoader
Return the singleton instance of the HashMapClassLoader.
instance(HashMap<String, byte[]>) - Static method in class edu.rice.cs.mint.runtime.HashMapClassLoader
Return the singleton instance of the HashMapClassLoader and add the classes in the class table to it.
instance0(Context) - Static method in class com.sun.tools.javadoc.JavadocClassReader
 
instance0(Context) - Static method in class com.sun.tools.javadoc.JavadocEnter
 
instance0(Context) - Static method in class com.sun.tools.javadoc.JavadocMemberEnter
 
instance0(Context) - Static method in class com.sun.tools.javadoc.Messager
Get the current messager, which is also the compiler log.
INSTANCEOF - Static variable in interface sun.tools.javap.Constants
 
instanceof_ - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
InstanceOfTree - Interface in com.sun.source.tree
A tree node for an 'instanceof' expression.
instantiate(Env<AttrContext>, Type, Symbol, List<Type>, List<Type>, boolean, boolean, Warner) - Method in class com.sun.tools.javac.comp.Resolve
Same but returns null instead throwing a NoInstanceException
instantiateArg(Type.ForAll, Type, List<Type>, Warner) - Method in class com.sun.tools.javac.comp.Infer
Try to instantiate argument type `that' to given type `to'.
instantiateExpr(Type.ForAll, Type, Warner) - Method in class com.sun.tools.javac.comp.Infer
Try to instantiate expression type `that' to given type `to'.
instantiateMethod(List<Type>, Type.MethodType, List<Type>, boolean, boolean, Warner) - Method in class com.sun.tools.javac.comp.Infer
Instantiate method type `mt' by finding instantiations of `tvars' so that method can be applied to `argtypes'.
instantiatePoly(JCDiagnostic.DiagnosticPosition, Type.ForAll, Type, Warner) - Method in class com.sun.tools.javac.comp.Check
Instantiate polymorphic type to some prototype, unless prototype is `anyPoly' in which case polymorphic type is returned unchanged.
INT - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `int'.
INT - Static variable in interface sun.tools.javap.Constants
 
int2byte - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
int2char - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
int2short - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
INTcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
INTERFACE - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
INTERFACE - Static variable in class com.sun.tools.javac.code.Flags
 
INTERFACE - Static variable in interface sun.tools.javap.Constants
 
INTERFACE_ELIDES - Static variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
INTERFACE_MEMBER_ELIDES - Static variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
interfaceBounds - Variable in class com.sun.tools.classfile.Type.TypeArgType
 
InterfaceDeclaration - Interface in com.sun.mirror.declaration
Represents the declaration of an interface.
interfaceDeclaration(JCTree.JCModifiers, String) - Method in class com.sun.tools.javac.parser.JavacParser
InterfaceDeclaration = INTERFACE Ident TypeParametersOpt [EXTENDS TypeList] InterfaceBody
InterfaceDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of InterfaceDeclaration
InterfaceDeclarationImpl(AptEnv, Symbol.ClassSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.InterfaceDeclarationImpl
 
interfaceFieldsBinaryCompatibility() - Method in enum com.sun.tools.javac.jvm.Target
Beginning after 1.2, we follow the binary compatibility rules for interface fields.
interfaceObjectOverridesBinaryCompatibility() - Method in enum com.sun.tools.javac.jvm.Target
Beginning in -target 1.5, we follow the binary compatibility rules for interface methods that redefine Object methods.
interfaces() - Method in interface com.sun.javadoc.ClassDoc
Return interfaces implemented by this class or interfaces extended by this interface.
interfaces() - Method in interface com.sun.javadoc.PackageDoc
Get included interfaces in this package, omitting annotation types.
interfaces - Variable in class com.sun.tools.classfile.ClassFile
 
interfaces - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores interfaces for each package
interfaces(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the interfaces specified on the command-line that belong to the given package.
interfaces - Variable in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
interfaces - Variable in class com.sun.tools.javac.code.Types
 
interfaces(Type) - Method in class com.sun.tools.javac.code.Types
Return the interfaces implemented by this class.
interfaces() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return interfaces implemented by this class or interfaces extended by this interface.
interfaces() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get included interfaces in this package, omitting annotation types.
interfaces - Variable in class sun.tools.javap.ClassData
 
interfaces_count - Variable in class sun.tools.javap.ClassData
 
interfaces_field - Variable in class com.sun.tools.javac.code.Type.ClassType
The interfaces of this class (to be set once class is loaded).
InterfaceType - Interface in com.sun.mirror.type
Represents an interface type.
InterfaceTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of InterfaceType
InterfaceTypeImpl(AptEnv, Type.ClassType) - Constructor for class com.sun.tools.apt.mirror.type.InterfaceTypeImpl
 
interfaceTypes() - Method in interface com.sun.javadoc.ClassDoc
Return interfaces implemented by this class or interfaces extended by this interface.
interfaceTypes() - Method in interface com.sun.javadoc.ParameterizedType
Return the interface types directly implemented by or extended by this parameterized type.
interfaceTypes() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return interfaces implemented by this class or interfaces extended by this interface.
interfaceTypes() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
Return the interface types directly implemented by or extended by this parameterized type.
InterfaceVarFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
InternalError - Error in com.sun.tools.javap
This is NOT part of any API supported by Sun Microsystems.
InternalError(Throwable, Object...) - Constructor for error com.sun.tools.javap.InternalError
 
InternalError(Object...) - Constructor for error com.sun.tools.javap.InternalError
 
internalize(byte[], int, int) - Static method in class com.sun.tools.javac.jvm.ClassFile
Return internal representation of buf[offset..offset+len-1], converting '/' to '.'.
internalize(Name) - Static method in class com.sun.tools.javac.jvm.ClassFile
Return internal representation of given name, converting '/' to '.'.
InternalMSPTree - Class in edu.rice.cs.mint.runtime.mspTree
 
InternalMSPTree(MSPTree[], boolean) - Constructor for class edu.rice.cs.mint.runtime.mspTree.InternalMSPTree
 
internalMspTreeType - Variable in class com.sun.tools.javac.code.Symtab
 
intersect(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
Intersect two closures
intersect(List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Form the intersection of two type lists.
intersects(Type, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Is given type a subtype or supertype of some of the types in given list?
intType - Variable in class com.sun.tools.javac.code.Symtab
 
intType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
INTVAL - Static variable in interface sun.tools.javap.Constants
 
intValue(Object) - Static method in class com.sun.tools.javac.comp.ConstFold
 
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseExecutableMemberTaglet
Return true if this Taglet is used in type documentation (classes or interfaces).
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return true if this Taglet is used in type documentation (classes or interfaces).
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Will return false because this inline tag may only appear in Methods.
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return true if this Taglet is used in type documentation (classes or interfaces).
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Return true if this Taglet is used in type documentation (classes or interfaces).
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return true if this SimpleTaglet is used in type documentation (classes or interfaces).
inType() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return true if this Taglet is used in type documentation (classes or interfaces).
inType() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Will return false because this inline tag may only appear in Fields.
inType() - Method in interface com.sun.tools.doclets.Taglet
Return true if this Taglet is used in type documentation (classes or interfaces).
invoke() - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to invoke method represented by this item.
invoke() - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
invoke() - Method in class com.sun.tools.javac.jvm.Items.StaticItem
 
invoke(String, Object, Class<?>[], Object[]) - Method in class com.sun.tools.javadoc.DocletInvoker
Utility method for calling doclet functionality
invokeinterface - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeOptionalMemberBuilder
Given the name and parameters, invoke the method in the builder. This method is required to invoke the appropriate build method as instructed by the builder XML file.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
Given the name and parameters, invoke the method in the builder.
invokeMethod(String, Class<?>[], Object[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Given the name and parameters, invoke the method in the builder.
invokespecial - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
invokestatic - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
invokevirtual - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ioMessage(Throwable) - Method in class com.sun.tools.apt.main.Main
Print a message reporting an input/output error.
ioMessage(Throwable) - Method in class com.sun.tools.javac.main.Main
Print a message reporting an input/output error.
ior - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
IPROXY - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for compiler-generated abstract methods that implement an interface method (Miranda methods).
ireturn - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
is(int) - Method in class com.sun.tools.classfile.AccessFlags
 
isAbstract() - Method in interface com.sun.javadoc.ClassDoc
Return true if this class is abstract.
isAbstract() - Method in interface com.sun.javadoc.MethodDoc
Return true if this method is abstract
isAbstract() - Method in class com.sun.tools.javadoc.AnnotationTypeElementDocImpl
Returns false, even though this is indeed abstract.
isAbstract() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this class is abstract
isAbstract() - Method in class com.sun.tools.javadoc.MethodDocImpl
Return true if this method is abstract
isAccessible(Scope, TypeElement) - Method in class com.sun.source.util.Trees
Checks whether a given type is accessible in a given scope.
isAccessible(Scope, Element, DeclaredType) - Method in class com.sun.source.util.Trees
Checks whether the given element is accessible as a member of the given type in a given scope.
isAccessible(Scope, TypeElement) - Method in class com.sun.tools.javac.api.JavacTrees
 
isAccessible(Scope, Element, DeclaredType) - Method in class com.sun.tools.javac.api.JavacTrees
 
isAccessible(Env<AttrContext>, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Resolve
Is class accessible in given evironment?
isAccessible(Env<AttrContext>, Type) - Method in class com.sun.tools.javac.comp.Resolve
 
isAccessible(Env<AttrContext>, Type, Symbol) - Method in class com.sun.tools.javac.comp.Resolve
Is symbol accessible as a member of given type in given evironment?
isAccessSuper(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.jvm.Gen
Is the given method definition an access method resulting from a qualified super? This is signified by an odd access code.
isAlive() - Method in class com.sun.tools.javac.jvm.Code
Is code generation currently enabled?
isalnum(char) - Static method in class com.sun.tools.javah.Mangle
 
isAmbiguous - Variable in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
isAnnotationType() - Method in interface com.sun.javadoc.Doc
Is this Doc item an annotation type?
isAnnotationType() - Method in class com.sun.tools.javadoc.AnnotationTypeDocImpl
Returns true, as this is an annotation type.
isAnnotationType(Symbol.ClassSymbol) - Static method in class com.sun.tools.javadoc.ClassDocImpl
Is a ClassSymbol an annotation type?
isAnnotationType(Symbol.ClassSymbol) - Static method in class com.sun.tools.javadoc.DocEnv
 
isAnnotationType(JCTree.JCClassDecl) - Static method in class com.sun.tools.javadoc.DocEnv
 
isAnnotationType() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item an annotation type? False until overridden.
isAnnotationTypeElement() - Method in interface com.sun.javadoc.Doc
Is this Doc item an annotation type element?
isAnnotationTypeElement(Symbol.MethodSymbol) - Static method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Is a method an annotation type element? It is if it's declared in an annotation type.
isAnnotationTypeElement() - Method in class com.sun.tools.javadoc.AnnotationTypeElementDocImpl
Returns true, as this is an annotation type element.
isAnnotationTypeElement() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item an annotation type element? False until overridden.
isAnnotationTypeElement(Symbol.MethodSymbol) - Static method in class com.sun.tools.javadoc.JavadocMemberEnter
 
isAnonymous - Variable in class edu.rice.cs.mint.runtime.MSPTreeCode
 
isApplicable(boolean, boolean) - Method in enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
 
isArchive(File) - Method in class com.sun.tools.javac.file.Paths
Is this the name of an archive file?
isArray(Type) - Method in class com.sun.tools.javac.code.Types
 
isAsciiDigit(char) - Static method in class com.sun.tools.javac.jvm.ClassReader
Character.isDigit answers true to some non-ascii digits.
isASCIILetterOrDigit(char) - Method in class com.sun.tools.javah.LLNI
 
isAssignable(TypeMirror, TypeMirror) - Method in interface com.sun.mirror.util.Types
Tests whether one type is assignable to another.
isAssignable(TypeMirror, TypeMirror) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Tests whether one type is assignable to another.
isAssignable(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
isAssignable(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
Is t assignable to s?
Equivalent to subtype except for constant values and raw types.
(not defined for Method and ForAll types)
isAssignable(TypeMirror, TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
isAssignable(TypeMirror, TypeMirror) - Method in interface javax.lang.model.util.Types
Tests whether one type is assignable to another.
isAssignableAsBlankFinal(Symbol.VarSymbol, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
Is given blank final variable assignable, i.e.
isBootClassPathRtJar(File) - Method in class com.sun.tools.javac.file.Paths
 
isBoxingRequired - Variable in enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
 
isBoxingRequired() - Method in enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
 
isBridgeNeeded(Symbol.MethodSymbol, Symbol.MethodSymbol, Type) - Method in class com.sun.tools.javac.comp.TransTypes
 
isCanonical(JCTree) - Method in class com.sun.tools.javac.comp.Check
 
isCaptured() - Method in class com.sun.tools.javac.code.Type.CapturedType
 
isCaptured() - Method in class com.sun.tools.javac.code.Type.TypeVar
 
isCaptureOf(Type, Type.WildcardType) - Method in class com.sun.tools.javac.code.Types
 
isCastable - Variable in class com.sun.tools.javac.code.Types
 
isCastable(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
isCastable(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
Is t is castable to s?
s is assumed to be an erased type.
(not defined for Method and ForAll types).
isClass() - Method in interface com.sun.javadoc.Doc
Is this Doc item a class (and not an interface or annotation type)? This includes ordinary classes, enums, errors and exceptions.
isClass() - Method in class com.sun.tools.classfile.ClassFile
 
isClass() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this is a class, not an interface.
isClass() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item a class (and not an interface or annotation type)? This includes ordinary classes, enums, errors and exceptions.
isClass() - Method in enum javax.lang.model.element.ElementKind
Returns true if this is a kind of class: either CLASS or ENUM.
isClass() - Method in class sun.tools.javap.ClassData
Returns true if it is a class
isClassCloserThanBrackets() - Method in class com.sun.tools.javac.comp.Attr
Return true if we are inside brackets, but there is an anonymous inner class even closer: <| ...
isClassLinkable(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
isCodeType(Type) - Method in class com.sun.tools.javac.comp.Attr
 
isCompound() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
isCompound() - Method in class com.sun.tools.javac.code.Type
 
isConstant(Symbol.VarSymbol) - Static method in class com.sun.tools.javac.code.Flags
 
isConstructor() - Method in interface com.sun.javadoc.Doc
Is this Doc item a constructor?
isConstructor() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
isConstructor() - Method in class com.sun.tools.javac.code.Symbol
Is this symbol a constructor?
isConstructor(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Is tree a constructor declaration?
isConstructor() - Method in class com.sun.tools.javadoc.ConstructorDocImpl
Return true if it is a constructor, which it is.
isConstructor() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item a constructor? False until overridden.
isConvertible(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
Is t a subtype of or convertiable via boxing/unboxing convertions to s?
isConvertible(Type, Type) - Method in class com.sun.tools.javac.code.Types
Is t a subtype of or convertiable via boxing/unboxing convertions to s?
isCoreClass(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
According to the Java Language Specifications, all the outer classes and static nested classes are core classes.
isCoreClass(ClassDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
According to the Java Language Specifications, all the outer classes and static inner classes are core classes.
isCorrectMethod(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.CommentedMethodFinder
 
isCorrectMethod(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.MethodFinder
 
isCorrectMethod(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.TaggedMethodFinder
 
isDeprecated(ProgramElementDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Return true if the given Doc is deprecated.
isDeprecated(Element) - Method in class com.sun.tools.javac.model.JavacElements
 
isDeprecated(Element) - Method in interface javax.lang.model.util.Elements
Returns true if the element is deprecated, false otherwise.
isDeprecated - Variable in class sun.tools.javap.FieldData
 
isDeprecated() - Method in class sun.tools.javap.FieldData
Returns true if field is deprecated.
isDeprecated - Variable in class sun.tools.javap.MethodData
 
isDeprecated() - Method in class sun.tools.javap.MethodData
Return true if method is deprecated.
isDeprecatedOverrideIgnorable(Symbol.MethodSymbol, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
 
isDerivedRaw(Type) - Method in class com.sun.tools.javac.code.Types
 
isDerivedRaw(List<Type>) - Method in class com.sun.tools.javac.code.Types
 
isDerivedRawCache - Variable in class com.sun.tools.javac.code.Types
 
isDerivedRawInternal(Type) - Method in class com.sun.tools.javac.code.Types
 
isDir - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
isDirectory - Variable in class com.sun.tools.javac.file.CacheFSInfo.Entry
 
isDirectory(File) - Method in class com.sun.tools.javac.file.CacheFSInfo
 
isDirectory(File) - Method in class com.sun.tools.javac.file.FSInfo
 
isDirectory() - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
isDirectory(RelativePath) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
isDocumentedAnnotation(AnnotationTypeDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given an annotation, return true if it should be documented and false otherwise.
isDone(JavaCompiler.CompileState) - Method in enum com.sun.tools.javac.main.JavaCompiler.CompileState
 
isDone(Env<AttrContext>, JavaCompiler.CompileState) - Method in class com.sun.tools.javac.main.JavaCompiler.CompileStates
 
isEmpty() - Method in class com.sun.tools.javac.util.List
Does list have no elements?
isEmpty() - Method in class com.sun.tools.javac.util.ListBuffer
Is buffer empty?
isEmpty() - Method in class com.sun.tools.javac.util.Name
Return true if this is the empty name.
isEnabled(Lint.LintCategory) - Method in class com.sun.tools.javac.code.Lint
Checks if a warning category is enabled.
isEnclosedBy(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
isEnclosedBy(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.code.Symbol
Is this symbol the same as or enclosed by the given class?
isEnum() - Method in interface com.sun.javadoc.Doc
Is this Doc item an enum type?
isEnum - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Keep track of whether or not this classdoc is an enum.
isEnum(Symbol) - Static method in class com.sun.tools.javac.code.Flags
 
isEnum() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this is an enumeration.
isEnum() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item an enum type? False until overridden.
isEnumConstant() - Method in interface com.sun.javadoc.Doc
Is this Doc item an enum constant?
isEnumConstant() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item an enum constant? False until overridden.
isEnumConstant() - Method in class com.sun.tools.javadoc.FieldDocImpl
Is this Doc item an enum constant? (For legacy doclets, return false.)
isEnumerator(JCTree) - Method in class com.sun.tools.javac.tree.Pretty
Is the given tree an enumerator definition?
isEqual(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMember
 
isErroneous() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
isErroneous() - Method in class com.sun.tools.javac.code.Type.ClassType
 
isErroneous() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
isErroneous() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
isErroneous() - Method in class com.sun.tools.javac.code.Type.ForAll
 
isErroneous() - Method in class com.sun.tools.javac.code.Type
Does this type contain "error" elements?
isErroneous(List<Type>) - Static method in class com.sun.tools.javac.code.Type
 
isErroneous() - Method in class com.sun.tools.javac.code.Type.MethodType
 
isError() - Method in interface com.sun.javadoc.Doc
Is this Doc item an error class?
isError() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this is an error class
isError() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item a error class? False until overridden.
isEscapeSafe() - Method in class com.sun.tools.javac.comp.Env
 
isException() - Method in interface com.sun.javadoc.Doc
Is this Doc item an exception class?
isException() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this is an exception class
isException() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item a exception class? False until overridden.
isExceptionParameter() - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
isExtendsBound() - Method in class com.sun.tools.javac.code.Type
 
isExtendsBound() - Method in class com.sun.tools.javac.code.Type.WildcardType
 
isExternal(ProgramElementDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Determine if a doc item is externally documented.
isExternalizable() - Method in interface com.sun.javadoc.ClassDoc
Return true if this class implements or interface extends java.io.Externalizable.
isExternalizable() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this class implements java.io.Externalizable.
isFalse() - Method in class com.sun.tools.javac.code.Type
Is this a constant type whose value is false?
isFalse() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
isField() - Method in interface com.sun.javadoc.Doc
Is this Doc item a field (but not an enum constant)?
isField() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item a field? False until overridden.
isField() - Method in class com.sun.tools.javadoc.FieldDocImpl
Is this Doc item a field (but not an enum constant?
isField() - Method in enum javax.lang.model.element.ElementKind
Returns true if this is a kind of field: either FIELD or ENUM_CONSTANT.
isFile - Variable in class com.sun.tools.javac.file.CacheFSInfo.Entry
 
isFile(File) - Method in class com.sun.tools.javac.file.CacheFSInfo
 
isFile(File) - Method in class com.sun.tools.javac.file.FSInfo
 
isFinal() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is final.
isFinal() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Return true if this program element is final
isFirst - Variable in class com.sun.tools.javac.comp.MemberEnter
Set to true only when the first of a set of classes is processed from the halfcompleted queue.
isFirstSentence - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
True if we only want to write the first sentence.
isFirstSentence - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
True if we only want to search for the first sentence.
isGeneratedDoc(Doc) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return true if the doc element is getting documented, depending upon -nodeprecated option and @deprecated tag used.
isGeneric(Symbol.ClassSymbol) - Static method in class com.sun.tools.javadoc.ClassDocImpl
Is this class (or any enclosing class) generic? That is, does it have type parameters?
isGenType(Type) - Method in class com.sun.tools.javac.code.Type.ErrorType
 
isHandled(Type, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Is exc handled by given exception list?
ishl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ishll - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcodes; used for shifts with long shiftcount
ishr - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ishrl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcodes; used for shifts with long shiftcount
isIdentifier(CharSequence) - Static method in enum javax.lang.model.SourceVersion
Returns whether or not name is a syntactically valid identifier (simple name) or keyword in the latest source version.
isIncluded() - Method in interface com.sun.javadoc.Doc
Return true if this Doc item is included in the result set.
isIncluded - Variable in class com.sun.tools.javadoc.ClassDocImpl
 
isIncluded() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this class is included in the active set.
isIncluded() - Method in class com.sun.tools.javadoc.DocImpl
return true if this Doc is include in the active set.
isIncluded() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
 
isIncluded() - Method in class com.sun.tools.javadoc.FieldDocImpl
Return true if this field is included in the active set.
isIncluded(String, Map<String, Boolean>) - Method in class com.sun.tools.javadoc.JavadocTool
 
isIncluded - Variable in class com.sun.tools.javadoc.PackageDocImpl
 
isIncluded() - Method in class com.sun.tools.javadoc.PackageDocImpl
Return true if this package is included in the active set.
isIncluded() - Method in class com.sun.tools.javadoc.RootDocImpl
Return true if this Doc is include in the active set.
isInheritDocTag - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
True if we are looking for documentation to replace the inheritDocTag.
isInherited(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Return true if the given ProgramElement is inherited by the class that is being documented.
isInherited(Type) - Method in class com.sun.tools.javac.model.JavacElements
Tests whether an annotation type is @Inherited.
isInheritedIn(Symbol, Types) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
isInheritedIn(Symbol, Types) - Method in class com.sun.tools.javac.code.Symbol
Is this symbol inherited into a given class? PRE: If symbol's owner is a interface, it is already assumed that the interface is a superinterface of given class.
isInitialConstructor(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Is this a constructor whose first (non-synthetic) statement is not of the form this(...)?
isInitialized() - Method in class javax.annotation.processing.AbstractProcessor
Returns true if this object has been initialized, false otherwise.
isInitializer(Env<AttrContext>) - Static method in class com.sun.tools.javac.comp.Resolve
An environment is an "initializer" if it is a constructor or an instance initializer.
isInlineTag() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseExecutableMemberTaglet
Return true if this Taglet is an inline tag.
isInlineTag() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseInlineTaglet
Will return true since this is an inline tag.
isInlineTag() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
Return true if this Taglet is an inline tag.
isInlineTag() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
Return true if this Taglet is an inline tag.
isInlineTag() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
isInlineTag() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Return true if this Taglet is an inline tag.
isInlineTag() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Return true if this Taglet is an inline tag.
isInlineTag() - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
Return true if this Taglet is an inline tag.
isInlineTag() - Method in interface com.sun.tools.doclets.Taglet
Return true if this Taglet is an inline tag.
isInner() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
isInner() - Method in class com.sun.tools.javac.code.Symbol
A class is an inner class if it it has an enclosing instance class.
isInnerSubClass(Symbol.ClassSymbol, Symbol) - Method in class com.sun.tools.javac.comp.Resolve
Is given class a subclass of given base class, or an inner class of a subclass? Return null if no such class exists.
isInt(Type) - Static method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame
 
isInterface() - Method in interface com.sun.javadoc.Doc
Is this Doc item an interface (but not an annotation type)?
isInterface() - Method in class com.sun.tools.classfile.ClassFile
 
isInterface - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
Keep track of whether or not this classdoc is an interface.
isInterface() - Method in class com.sun.tools.javac.code.Symbol
 
isInterface() - Method in class com.sun.tools.javac.code.Type.ErrorType
 
isInterface() - Method in class com.sun.tools.javac.code.Type
 
isInterface() - Method in class com.sun.tools.javadoc.AnnotationTypeDocImpl
Returns false.
isInterface() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this is an interface, but not an annotation type.
isInterface() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item a interface (but not an annotation type)? False until overridden.
isInterface() - Method in enum javax.lang.model.element.ElementKind
Returns true if this is a kind of interface: either INTERFACE or ANNOTATION_TYPE.
isInterface() - Method in class sun.tools.javap.ClassData
Returns true if it is a interface.
isJavaIdentifier(String) - Static method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Is a string a valid Java identifier?
isJavaName(String) - Static method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
isKeyword(CharSequence) - Static method in enum javax.lang.model.SourceVersion
Returns whether or not s is a keyword or literal in the latest source version.
isKnownCustomTag(String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
 
isKnownPackage(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return true if the given package is known to this catalog.
isLinkable() - Method in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Return true if this link is linkable and false if we can't link to the desired place.
isLinkable() - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
Return true if this link is linkable and false if we can't link to the desired place.
isLinkable(ClassDoc, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Return true if this class is linkable and false if we can't link to the desired class.
isLocal() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
isLocal() - Method in class com.sun.tools.javac.code.Symbol
Is this symbol declared (directly or indirectly) local to a method or variable initializer? Also includes fields of inner classes which are in turn local to a method or variable initializer.
isLongOrDouble(Type) - Method in class com.sun.tools.javah.LLNI
 
isMandatory() - Method in class com.sun.tools.javac.util.JCDiagnostic
Check whether or not this diagnostic is required to be shown.
isMember(int) - Method in class com.sun.tools.javac.util.Bits
Is x an element of this set?
isMemberOf(Symbol.TypeSymbol, Types) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
isMemberOf(Symbol.TypeSymbol, Types) - Method in class com.sun.tools.javac.code.Symbol
Fully check membership: hierarchy, protection, and hiding.
isMethod() - Method in interface com.sun.javadoc.Doc
Is this Doc item a method (but not a constructor or annotation type element)?
isMethod() - Method in class com.sun.tools.javadoc.AnnotationTypeElementDocImpl
Returns false.
isMethod() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item a method (but not a constructor or annotation type element)? False until overridden.
isMethod() - Method in class com.sun.tools.javadoc.MethodDocImpl
Return true if it is a method, which it is.
isMultiline() - Method in class com.sun.tools.javac.util.JCDiagnostic
 
isMultiline() - Method in class com.sun.tools.javac.util.JCDiagnostic.MultilineDiagnostic
 
isName(CharSequence) - Static method in enum javax.lang.model.SourceVersion
Returns whether or not name is a syntactically valid qualified name in the latest source version.
isNameCompatible(String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.file.RegularFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.processing.JavacFiler.FilerInputJavaFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputJavaFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class edu.rice.cs.mint.runtime.StringJavaFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class javax.tools.ForwardingJavaFileObject
 
isNameCompatible(String, JavaFileObject.Kind) - Method in interface javax.tools.JavaFileObject
Checks if this file object is compatible with the specified simple name and kind.
isNameCompatible(String, JavaFileObject.Kind) - Method in class javax.tools.SimpleJavaFileObject
This implementation compares the path of its URI to the given simple name.
isNative() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return true if this method is native
isNative() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return true if this method is native
isNested() - Method in enum javax.lang.model.element.NestingKind
Does this constant correspond to a nested type element? A nested type element is any that is not top-level.
isNull(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Return true if a tree represents the null literal.
isOddAccessName(Name) - Method in class com.sun.tools.javac.jvm.Gen
Does given name start with "access$" and end in an odd digit?
isOpen() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
isOperator(Name) - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
A name designates an operator if it consists of a non-empty sequence of operator symbols +-~!/*%&|^<>=
isOrdinaryClass() - Method in interface com.sun.javadoc.Doc
Is this Doc item an ordinary class? (i.e.
isOrdinaryClass() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this is a ordinary class, not an enumeration, exception, an error, or an interface.
isOrdinaryClass() - Method in class com.sun.tools.javadoc.DocImpl
Is this Doc item an ordinary class (i.e.
isOutputLocation() - Method in interface javax.tools.JavaFileManager.Location
Determines if this is an output location.
isOutputLocation() - Method in enum javax.tools.StandardLocation
 
isOverridableIn(Symbol.TypeSymbol) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
isOverridden(ProgramElementDoc, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
Is member overridden? The member is overridden if it is found in the same level hierarchy e.g.
isOverrider(Symbol) - Method in class com.sun.tools.javac.comp.Check
Is s a method symbol that overrides a method in a superclass?
isPackageInfo(String, boolean) - Method in class com.sun.tools.javac.processing.JavacFiler
 
isPackageInfoSynthetic() - Method in enum com.sun.tools.javac.jvm.Target
Beginning in -target 6, package-info classes are marked synthetic.
isPackagePrivate() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is package private.
isPackagePrivate() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Return true if this program element is package private
isParameter(Symbol.VarSymbol) - Static method in class com.sun.tools.javadoc.JavadocMemberEnter
 
isParameterized() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
isParameterized() - Method in class com.sun.tools.javac.code.Type.ClassType
 
isParameterized() - Method in class com.sun.tools.javac.code.Type
Is this type parameterized? A class type is parameterized if it has some parameters.
isParsing - Variable in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
 
isPosZero(float) - Method in class com.sun.tools.javac.jvm.Items.ImmediateItem
Return true iff float number is positive 0.
isPosZero(double) - Method in class com.sun.tools.javac.jvm.Items.ImmediateItem
Return true iff double number is positive 0.
isPrimitive() - Method in interface com.sun.javadoc.Type
Return true if this type represents a primitive type.
isPrimitive() - Method in class com.sun.tools.javac.code.Type
 
isPrimitive() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
isPrimitive() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return false, as this is not a primitive type.
isPrimitive() - Method in class com.sun.tools.javadoc.PrimitiveType
Return true if this is a primitive type.
isPrimitive() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return true if this is an array of a primitive type.
isPrimitive() - Method in enum javax.lang.model.type.TypeKind
Returns true if this kind corresponds to a primitive type and false otherwise.
isPrimitiveOrBoxedOrArrayThereof(Type) - Method in class com.sun.tools.javac.comp.Attr
 
isprint(char) - Static method in class com.sun.tools.javah.Mangle
 
isPrintableAscii(char) - Static method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
Is c a printable ASCII character?
isPrintableAscii(char) - Static method in class com.sun.tools.javac.util.Convert
Is a character printable ASCII?
isPrintableAscii(char) - Static method in class com.sun.tools.javadoc.FieldDocImpl
 
isPrintingBound - Variable in class com.sun.tools.javac.code.Type.WildcardType
 
isPrivate() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is private.
isPrivate() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Return true if this program element is private
isProtected() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is protected.
isProtected() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Return true if this program element is protected
isProtectedAccessible(Symbol, Symbol.ClassSymbol, Type) - Method in class com.sun.tools.javac.comp.Resolve
Is given protected symbol accessible if it is selected from given site and the selection takes place in given class?
isPublic() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is public.
isPublic() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Return true if this program element is public
isPublic() - Method in class sun.tools.javap.ClassData
Returns true if this member is public, false otherwise.
isRaw() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
isRaw() - Method in class com.sun.tools.javac.code.Type.ClassType
A class type is raw if it misses some of its type parameter sections.
isRaw() - Method in class com.sun.tools.javac.code.Type
Is this type a raw type? A class type is a raw type if it misses some of its parameters.
isReifiable - Variable in class com.sun.tools.javac.code.Types
 
isReifiable(Type) - Method in class com.sun.tools.javac.code.Types
 
isRelativeUri(URI) - Static method in class com.sun.tools.javac.file.JavacFileManager
Enforces the specification of a "relative" URI as used in getFileForInput.
isRuntimeException() - Method in class com.sun.tools.javadoc.ClassDocImpl
Determine if a class is a RuntimeException.
isSafe() - Method in interface com.sun.source.tree.BracketExprTree
 
isSafe() - Method in interface com.sun.source.tree.BracketStatTree
 
isSafe() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
isSafe() - Method in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
isSameBinaryType(Type.MethodType, Type.MethodType) - Method in class com.sun.tools.javac.jvm.ClassReader
Similar to Types.isSameType but avoids completion
isSameFile(FileObject, FileObject) - Method in class com.sun.tools.javac.file.JavacFileManager
 
isSameFile(FileObject, FileObject) - Method in class javax.tools.ForwardingJavaFileManager
 
isSameFile(FileObject, FileObject) - Method in interface javax.tools.JavaFileManager
Compares two file objects and return true if they represent the same underlying object.
isSameFile(FileObject, FileObject) - Method in interface javax.tools.StandardJavaFileManager
Compares two file objects and return true if they represent the same canonical file, zip file entry, or entry in any file system based container.
isSameMemberWhenErased(Type, Symbol.MethodSymbol, Type) - Method in class com.sun.tools.javac.comp.TransTypes
Lookup the method as a member of the type.
isSameType - Variable in class com.sun.tools.javac.code.Types
 
isSameType(Type, Type) - Method in class com.sun.tools.javac.code.Types
Is t the same type as s?
isSameType(Type, Type, Types) - Static method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame
 
isSameType(TypeMirror, TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
isSameType(TypeMirror, TypeMirror) - Method in interface javax.lang.model.util.Types
Tests whether two TypeMirror objects represent the same type.
isSameTypes(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
Are corresponding elements of the lists the same type? If lists are of different length, return false.
isSameWildcard(Type.WildcardType, Type) - Method in class com.sun.tools.javac.code.Types
 
isSelfCall - Variable in class com.sun.tools.javac.comp.AttrContext
Is this an environment for a this(...) or super(...) call?
isSelfCall(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Is this a call to this or super?
isSerializable() - Method in interface com.sun.javadoc.ClassDoc
Return true if this class implements or interface extends java.io.Serializable.
isSerializable(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Attr
check if a class is a subtype of Serializable, if that is available.
isSerializable() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this class implements java.io.Serializable.
isSocket - Variable in class com.sun.tools.javac.Server
 
isSpecial(char) - Method in class com.sun.tools.javac.parser.Scanner
Return true if ch can be part of an operator.
isStarImportScope() - Method in class com.sun.tools.javac.api.JavacScope
 
isStat - Variable in class edu.rice.cs.mint.runtime.mspTree.InternalMSPTree
 
isStat - Variable in class edu.rice.cs.mint.runtime.MSPTreeCode
 
isStatic() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is static.
isStatic() - Method in interface com.sun.source.tree.BlockTree
 
isStatic() - Method in interface com.sun.source.tree.ImportTree
 
isStatic(Symbol) - Static method in class com.sun.tools.javac.code.Flags
 
isStatic() - Method in class com.sun.tools.javac.code.Symbol
 
isStatic(Env<AttrContext>) - Static method in class com.sun.tools.javac.comp.Resolve
An environment is "static" if its static level is greater than the one of its outer environment
isStatic() - Method in class com.sun.tools.javac.tree.JCTree.JCBlock
 
isStatic() - Method in class com.sun.tools.javac.tree.JCTree.JCImport
 
isStatic() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Return true if this program element is static
isStatic() - Method in class sun.tools.javap.MethodData
Return true if method is static
isStaticEnumField(Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Attr
Is the given symbol a static, non-constant field of an Enum? Note: enum literals should not be regarded as such
isStaticReference(JCTree) - Method in class com.sun.tools.javac.comp.Attr
Does tree represent a static reference to an identifier? It is assumed that tree is either a SELECT or an IDENT.
isStrong - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
True if the link should be strong.
isSubClass(Symbol, Types) - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
isSubClass(Symbol, Types) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
isSubClass(Symbol, Types) - Method in class com.sun.tools.javac.code.Symbol
Is this symbol a subclass of `base'? Only defined for ClassSymbols.
isSubClass(Type, List<Type>) - Method in class com.sun.tools.javac.comp.Infer
 
isSubSignature(Type, Type) - Method in class com.sun.tools.javac.code.Types
Returns true iff the first signature is a sub signature of the other.
isSubsignature(ExecutableType, ExecutableType) - Method in class com.sun.tools.javac.model.JavacTypes
 
isSubsignature(ExecutableType, ExecutableType) - Method in interface javax.lang.model.util.Types
Tests whether the signature of one method is a subsignature of another.
isSubtype(TypeMirror, TypeMirror) - Method in interface com.sun.mirror.util.Types
Tests whether one type is a subtype of the another.
isSubtype(TypeMirror, TypeMirror) - Method in class com.sun.tools.apt.mirror.util.TypesImpl
Tests whether one type is a subtype of the another.
isSubtype - Variable in class com.sun.tools.javac.code.Types
 
isSubtype(Type, Type) - Method in class com.sun.tools.javac.code.Types
Is t a subtype of s?
(not defined for Method and ForAll types)
isSubtype(Type, Type, boolean) - Method in class com.sun.tools.javac.code.Types
 
isSubtype(TypeMirror, TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
isSubtype(TypeMirror, TypeMirror) - Method in interface javax.lang.model.util.Types
Tests whether one type is a subtype of another.
isSubtypeNoCapture(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
isSubtypes(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
Are corresponding elements of ts subtypes of ss? If lists are of different length, return false.
isSubtypesUnchecked(List<Type>, List<Type>, Warner) - Method in class com.sun.tools.javac.code.Types
Are corresponding elements of ts subtypes of ss, allowing unchecked conversions? If lists are of different length, return false.
isSubtypeUnchecked(Type, Type) - Method in class com.sun.tools.javac.code.Types
Is t an unchecked subtype of s?
isSubtypeUnchecked(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
Is t an unchecked subtype of s?
isSubtypeUnchecked(Type, List<Type>, Warner) - Method in class com.sun.tools.javac.code.Types
Is t a subtype of every type in given list `ts'?
(not defined for Method and ForAll types)
Allows unchecked conversions.
isSuper - Variable in class com.sun.tools.javac.jvm.Items.SelfItem
Flag which determines whether this item represents `this' or `super'.
isSuperBound() - Method in class com.sun.tools.javac.code.Type
 
isSuperBound() - Method in class com.sun.tools.javac.code.Type.WildcardType
 
isSuperCall(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Is this a call to super?
isSuperSet() - Method in class sun.tools.javap.ClassData
Returns true if superbit is set.
isSuperType(Type, Type) - Method in class com.sun.tools.javac.code.Types
Is t a supertype of s?
isSupportedOption(String) - Method in class com.sun.tools.javac.api.JavacTool
 
isSupportedOption(String) - Method in class com.sun.tools.javac.file.JavacFileManager
 
isSupportedOption(String) - Method in class javax.tools.ForwardingJavaFileManager
 
isSupportedOption(String) - Method in interface javax.tools.OptionChecker
Determines if the given option is supported and if so, the number of arguments the option takes.
isSuppressed(Lint.LintCategory) - Method in class com.sun.tools.javac.code.Lint
Checks is a warning category has been specifically suppressed, by means of the SuppressWarnings annotation, or, in the case of the deprecated category, whether it has been implicitly suppressed by virtue of the current entity being itself deprecated.
isSwitch - Variable in class com.sun.tools.javac.jvm.Gen.GenContext
Is this a switch statement? If so, allocate registers even when the variable declaration is unreachable.
isSynchronized() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return true if this method is synchronized
isSynchronized() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return true if this method is synchronized
isSynthetic() - Method in interface com.sun.javadoc.MemberDoc
Returns true if this member was synthesized by the compiler.
isSynthetic() - Method in class com.sun.tools.javadoc.ClassDocImpl
Returns true if this class was synthesized by the compiler.
isSynthetic() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Returns true if this field was synthesized by the compiler.
isSynthetic() - Method in class com.sun.tools.javadoc.FieldDocImpl
Returns true if this field was synthesized by the compiler.
isSynthetic() - Method in class com.sun.tools.javadoc.MemberDocImpl
Returns true if this field was synthesized by the compiler.
isSynthetic - Variable in class sun.tools.javap.FieldData
 
isSynthetic() - Method in class sun.tools.javap.FieldData
Returns true if field is synthetic.
isSynthetic - Variable in class sun.tools.javap.MethodData
 
isSynthetic() - Method in class sun.tools.javap.MethodData
Return true if method id synthetic.
isSyntheticInit(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Is statement an initializer for a synthetic field?
isThrowable() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return true if this is a throwable class
istore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
istore_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
istore_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
istore_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
istore_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
isTransient() - Method in interface com.sun.javadoc.FieldDoc
Return true if this field is transient
isTransient() - Method in class com.sun.tools.javadoc.FieldDocImpl
Return true if this field is transient
isTrue() - Method in class com.sun.tools.javac.code.Type
Is this a constant type whose value is true?
isTrue() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
isType(Symbol) - Static method in class com.sun.tools.javac.comp.Attr
Is this symbol a type?
isTypeBound - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
Set this to true to indicate that you are linking to a type parameter.
isTypeParameter() - Method in interface com.sun.javadoc.ParamTag
Return true if this ParamTag corresponds to a type parameter.
isTypeParameter - Variable in class com.sun.tools.javadoc.ParamTagImpl
 
isTypeParameter() - Method in class com.sun.tools.javadoc.ParamTagImpl
Return true if this ParamTag corresponds to a type parameter.
isTypeVar(Type) - Method in class com.sun.tools.javac.comp.Check
Is type a type variable, or a (possibly multi-dimensional) array of type variables?
isTypeVariableParamTag - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
Used to distinguish between type variable param tags and regular param tags.
isub - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
isUnbound() - Method in class com.sun.tools.javac.code.Type
 
isUnbound() - Method in class com.sun.tools.javac.code.Type.WildcardType
 
isUnbounded - Variable in class com.sun.tools.javac.code.Types
 
isUnbounded(Type) - Method in class com.sun.tools.javac.code.Types
Checks that all the arguments to a class are unbounded wildcards or something else that doesn't make any restrictions on the arguments.
isUnchecked(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
Is exc an exception symbol that need not be declared?
isUnchecked(Type) - Method in class com.sun.tools.javac.comp.Check
Is exc an exception type that need not be declared?
isUnchecked(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
Same, but handling completion failures.
isUnnamed() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
isUnnamed() - Method in interface javax.lang.model.element.PackageElement
Returns true is this is an unnamed package and false otherwise.
isUnqualifiable(Symbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Can given symbol be referred to in unqualified form?
isUpToDate() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
isUrl(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
 
isUsed(Symbol, JCTree) - Method in class com.sun.tools.javac.tree.Pretty
 
isValidClassName(String) - Static method in class com.sun.tools.javadoc.JavadocTool
Return true if given file name is a valid class name (including "package-info").
isValidDoclet(AbstractDoclet) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Verify that the only doclet that is using this toolkit is .
isValidFile(String, Set<JavaFileObject.Kind>) - Method in class com.sun.tools.javac.file.JavacFileManager
 
isValidInheritDocTag - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
False if documentation could not be inherited.
isValidJavaClassFile(String) - Static method in class com.sun.tools.javadoc.JavadocTool
Return true if given file name is a valid class file name.
isValidJavaSourceFile(String) - Static method in class com.sun.tools.javadoc.JavadocTool
Return true if given file name is a valid Java source file name.
isValidName(String) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
isValidOptionName(String) - Static method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
isValidPackageName(String) - Method in class com.sun.tools.javadoc.JavadocTool
Is the given string a valid package name?
isVarArg - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
True if this is a link to a VarArg.
isVarArgs() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return true if this method was declared to take a variable number of arguments.
isVarArgs() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
Returns true if this method or constructor accepts a variable number of arguments.
isVarArgs() - Method in class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl
Returns true if this method or constructor accepts a variable number of arguments.
isVarArgs() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
isVarArgs() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return true if this method was declared to take a variable number of arguments.
isVarArgs() - Method in interface javax.lang.model.element.ExecutableElement
Returns true if this method or constructor accepts a variable number of arguments and returns false otherwise.
isVarargsRequired - Variable in enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
 
isVarargsRequired() - Method in enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
 
isVisible(Symbol.ClassSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Check the visibility if this is an nested class.
isVolatile() - Method in interface com.sun.javadoc.FieldDoc
Return true if this field is volatile
isVolatile() - Method in class com.sun.tools.javadoc.FieldDocImpl
Return true if this field is volatile
isWindows - Static variable in class com.sun.tools.javah.Gen
 
isWindows - Static variable in class com.sun.tools.javah.LLNI
 
isZero(String) - Method in class com.sun.tools.javac.parser.JavacParser
 
italic() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <I> tag.
italicEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </I> tag.
italics(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print text passed, in Italics using <I> and </I> tags.
italicsClassName(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
italicsText(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Return, text passed, with Italics <I> and </I> tags, surrounding it.
ITEM_Bogus - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_Double - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_Double - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_Float - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_Float - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_InitObject - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_Integer - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_Integer - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_Long - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_Long - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_NewObject - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_Null - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_Null - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_Object - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_Object - Static variable in interface sun.tools.javap.RuntimeConstants
 
ITEM_Top - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_Uninitialized - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
ITEM_UninitializedThis - Static variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
items - Variable in class com.sun.tools.javac.jvm.Gen
Items structure, set by genMethod.
Items - Class in com.sun.tools.javac.jvm
A helper class for code generation.
Items(Pool, Code, Symtab, Types) - Constructor for class com.sun.tools.javac.jvm.Items
 
Items.AssignItem - Class in com.sun.tools.javac.jvm
An item representing an assignment expressions.
Items.AssignItem(Items.Item) - Constructor for class com.sun.tools.javac.jvm.Items.AssignItem
 
Items.CondItem - Class in com.sun.tools.javac.jvm
An item representing a conditional or unconditional jump.
Items.CondItem(int, Code.Chain, Code.Chain) - Constructor for class com.sun.tools.javac.jvm.Items.CondItem
 
Items.ImmediateItem - Class in com.sun.tools.javac.jvm
An item representing a literal.
Items.ImmediateItem(Type, Object) - Constructor for class com.sun.tools.javac.jvm.Items.ImmediateItem
 
Items.IndexedItem - Class in com.sun.tools.javac.jvm
An item representing an indexed expression.
Items.IndexedItem(Type) - Constructor for class com.sun.tools.javac.jvm.Items.IndexedItem
 
Items.Item - Class in com.sun.tools.javac.jvm
The base class of all items, which implements default behavior.
Items.Item(int) - Constructor for class com.sun.tools.javac.jvm.Items.Item
 
Items.LocalItem - Class in com.sun.tools.javac.jvm
An item representing a local variable.
Items.LocalItem(Type, int) - Constructor for class com.sun.tools.javac.jvm.Items.LocalItem
 
Items.MemberItem - Class in com.sun.tools.javac.jvm
An item representing an instance variable or method.
Items.MemberItem(Symbol, boolean) - Constructor for class com.sun.tools.javac.jvm.Items.MemberItem
 
Items.SelfItem - Class in com.sun.tools.javac.jvm
An item representing `this' or `super'.
Items.SelfItem(boolean) - Constructor for class com.sun.tools.javac.jvm.Items.SelfItem
 
Items.StackItem - Class in com.sun.tools.javac.jvm
An item representing a value on stack.
Items.StackItem(int) - Constructor for class com.sun.tools.javac.jvm.Items.StackItem
 
Items.StaticItem - Class in com.sun.tools.javac.jvm
An item representing a static variable or method.
Items.StaticItem(Symbol) - Constructor for class com.sun.tools.javac.jvm.Items.StaticItem
 
iterableType - Variable in class com.sun.tools.javac.code.Symtab
 
iterator() - Method in class com.sun.source.util.TreePath
 
iterator() - Method in class com.sun.tools.classfile.Attributes
 
iterator() - Method in class com.sun.tools.javac.comp.Env
 
iterator() - Method in class com.sun.tools.javac.comp.Todo.FileQueue
 
iterator() - Method in class com.sun.tools.javac.comp.Todo
 
iterator() - Method in class com.sun.tools.javac.model.FilteredMemberList
 
iterator() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors
 
iterator - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ServiceIterator
 
iterator() - Method in class com.sun.tools.javac.util.List
 
iterator() - Method in class com.sun.tools.javac.util.ListBuffer
An enumeration of all elements in this buffer.
iterator - Variable in class com.sun.tools.javac.util.Names
 
iteratorType - Variable in class com.sun.tools.javac.code.Symtab
 
iushr - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
iushrl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcodes; used for shifts with long shiftcount
ixor - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.

J

jarClassPath - Variable in class com.sun.tools.javac.file.CacheFSInfo.Entry
 
java_io_Serializable - Variable in class com.sun.tools.javac.util.Names
 
java_lang - Variable in class com.sun.tools.javac.util.Names
 
java_lang_annotation_Annotation - Variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
java_lang_Class - Variable in class com.sun.tools.javac.util.Names
 
java_lang_Cloneable - Variable in class com.sun.tools.javac.util.Names
 
java_lang_Enum - Variable in class com.sun.tools.javac.util.Names
 
java_lang_Object - Variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
java_lang_Object - Variable in class com.sun.tools.javac.util.Names
 
JAVA_MAGIC - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
JAVA_MAGIC - Static variable in interface sun.tools.javap.RuntimeConstants
 
JAVA_MINOR_VERSION - Static variable in interface sun.tools.javap.RuntimeConstants
 
JAVA_VERSION - Static variable in interface sun.tools.javap.RuntimeConstants
 
javacBundleName - Static variable in class com.sun.tools.javac.main.Main
 
JavacElements - Class in com.sun.tools.javac.model
Utility methods for operating on program elements.
JavacElements(Context) - Constructor for class com.sun.tools.javac.model.JavacElements
Public for use only by JavacProcessingEnvironment
JavacFileManager - Class in com.sun.tools.javac.file
This class provides access to the source, class and other files used by the compiler and related tools.
JavacFileManager(Context, boolean, Charset) - Constructor for class com.sun.tools.javac.file.JavacFileManager
Create a JavacFileManager using a given context, optionally registering it as the JavaFileManager for that context.
JavacFileManager.Archive - Interface in com.sun.tools.javac.file
An archive provides a flat directory structure of a ZipFile by mapping directory names to lists of files (basenames).
JavacFileManager.ByteBufferCache - Class in com.sun.tools.javac.file
A single-element cache of direct byte buffers.
JavacFileManager.ByteBufferCache() - Constructor for class com.sun.tools.javac.file.JavacFileManager.ByteBufferCache
 
JavacFileManager.MissingArchive - Class in com.sun.tools.javac.file
 
JavacFileManager.MissingArchive(File) - Constructor for class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
javacFileManagerOptions - Static variable in class com.sun.tools.javac.file.JavacFileManager
 
javacFileManagerOptions - Static variable in class com.sun.tools.javac.main.RecognizedOptions
 
JavacFiler - Class in com.sun.tools.javac.processing
The FilerImplementation class must maintain a number of constraints.
JavacFiler(Context) - Constructor for class com.sun.tools.javac.processing.JavacFiler
 
JavacFiler.FilerInputFileObject - Class in com.sun.tools.javac.processing
Wrap a JavaFileObject to manage reading by the Filer.
JavacFiler.FilerInputFileObject(FileObject) - Constructor for class com.sun.tools.javac.processing.JavacFiler.FilerInputFileObject
 
JavacFiler.FilerInputJavaFileObject - Class in com.sun.tools.javac.processing
 
JavacFiler.FilerInputJavaFileObject(JavaFileObject) - Constructor for class com.sun.tools.javac.processing.JavacFiler.FilerInputJavaFileObject
 
JavacFiler.FilerOutputFileObject - Class in com.sun.tools.javac.processing
Wrap a JavaFileObject to manage writing by the Filer.
JavacFiler.FilerOutputFileObject(String, FileObject) - Constructor for class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
JavacFiler.FilerOutputJavaFileObject - Class in com.sun.tools.javac.processing
 
JavacFiler.FilerOutputJavaFileObject(String, JavaFileObject) - Constructor for class com.sun.tools.javac.processing.JavacFiler.FilerOutputJavaFileObject
 
JavacFiler.FilerOutputStream - Class in com.sun.tools.javac.processing
Wrap a OutputStream returned from the JavaFileManager to properly register source or class files when they are closed.
JavacFiler.FilerOutputStream(String, FileObject) - Constructor for class com.sun.tools.javac.processing.JavacFiler.FilerOutputStream
 
JavacFiler.FilerWriter - Class in com.sun.tools.javac.processing
Wrap a Writer returned from the JavaFileManager to properly register source or class files when they are closed.
JavacFiler.FilerWriter(String, FileObject) - Constructor for class com.sun.tools.javac.processing.JavacFiler.FilerWriter
 
javaclass - Static variable in class sun.tools.javap.JavapEnvironment
 
javaclassname(String) - Method in class sun.tools.javap.JavapPrinter
 
javaclasspath - Static variable in class sun.tools.javap.JavapEnvironment
 
JavacMessager - Class in com.sun.tools.javac.processing
An implementation of the Messager built on top of log.
JavacMessager(Context, JavacProcessingEnvironment) - Constructor for class com.sun.tools.javac.processing.JavacMessager
 
JavacMessages - Class in com.sun.tools.javac.util
Support for formatted localized messages.
JavacMessages(Context) - Constructor for class com.sun.tools.javac.util.JavacMessages
Creates a JavacMessages object.
JavacMessages(String) - Constructor for class com.sun.tools.javac.util.JavacMessages
Creates a JavacMessages object.
JavacMessages() - Constructor for class com.sun.tools.javac.util.JavacMessages
 
JavaCompiler - Class in com.sun.tools.apt.main
This is NOT part of any API supported by Sun Microsystems.
JavaCompiler(Context) - Constructor for class com.sun.tools.apt.main.JavaCompiler
Construct a new compiler from a shared context.
javacompiler - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
JavaCompiler - Class in com.sun.tools.javac.main
This class could be the main entry point for GJC when GJC is used as a component in a larger software system.
JavaCompiler(Context) - Constructor for class com.sun.tools.javac.main.JavaCompiler
Construct a new compiler using a shared context.
javaCompiler - Variable in class com.sun.tools.javac.model.JavacElements
 
JavaCompiler - Interface in javax.tools
Interface to invoke Java™ programming language compilers from programs.
JavaCompiler.CompilationTask - Interface in javax.tools
Interface representing a future for a compilation task.
JavaCompiler.CompilePolicy - Enum in com.sun.tools.javac.main
Control how the compiler's latter phases (attr, flow, desugar, generate) are connected.
JavaCompiler.CompilePolicy() - Constructor for enum com.sun.tools.javac.main.JavaCompiler.CompilePolicy
 
JavaCompiler.CompileState - Enum in com.sun.tools.javac.main
 
JavaCompiler.CompileState(int) - Constructor for enum com.sun.tools.javac.main.JavaCompiler.CompileState
 
JavaCompiler.CompileStates - Class in com.sun.tools.javac.main
 
JavaCompiler.CompileStates() - Constructor for class com.sun.tools.javac.main.JavaCompiler.CompileStates
 
JavaCompiler.ImplicitSourcePolicy - Enum in com.sun.tools.javac.main
 
JavaCompiler.ImplicitSourcePolicy() - Constructor for enum com.sun.tools.javac.main.JavaCompiler.ImplicitSourcePolicy
 
JavacOption - Interface in com.sun.tools.javac.main
TODO: describe com.sun.tools.javac.main.JavacOption
JavacOption.ChoiceKind - Enum in com.sun.tools.javac.main
 
JavacOption.ChoiceKind() - Constructor for enum com.sun.tools.javac.main.JavacOption.ChoiceKind
 
JavacOption.HiddenOption - Class in com.sun.tools.javac.main
A hidden (implementor) option
JavacOption.HiddenOption(OptionName) - Constructor for class com.sun.tools.javac.main.JavacOption.HiddenOption
 
JavacOption.HiddenOption(OptionName, String) - Constructor for class com.sun.tools.javac.main.JavacOption.HiddenOption
 
JavacOption.Option - Class in com.sun.tools.javac.main
This class represents an option recognized by the main program
JavacOption.Option(OptionName, String, String) - Constructor for class com.sun.tools.javac.main.JavacOption.Option
 
JavacOption.Option(OptionName, String) - Constructor for class com.sun.tools.javac.main.JavacOption.Option
 
JavacOption.Option(OptionName, String, JavacOption.ChoiceKind, String...) - Constructor for class com.sun.tools.javac.main.JavacOption.Option
 
JavacOption.Option(OptionName, String, JavacOption.ChoiceKind, Collection<String>) - Constructor for class com.sun.tools.javac.main.JavacOption.Option
 
JavacOption.OptionKind - Enum in com.sun.tools.javac.main
 
JavacOption.OptionKind() - Constructor for enum com.sun.tools.javac.main.JavacOption.OptionKind
 
JavacOption.XOption - Class in com.sun.tools.javac.main
A nonstandard or extended (-X) option
JavacOption.XOption(OptionName, String, String) - Constructor for class com.sun.tools.javac.main.JavacOption.XOption
 
JavacOption.XOption(OptionName, String) - Constructor for class com.sun.tools.javac.main.JavacOption.XOption
 
JavacOption.XOption(OptionName, String, JavacOption.ChoiceKind, String...) - Constructor for class com.sun.tools.javac.main.JavacOption.XOption
 
JavacOption.XOption(OptionName, String, JavacOption.ChoiceKind, Collection<String>) - Constructor for class com.sun.tools.javac.main.JavacOption.XOption
 
javacOptions - Static variable in class com.sun.tools.javac.main.RecognizedOptions
 
JavacParser - Class in com.sun.tools.javac.parser
The parser maps a token sequence into an abstract syntax tree.
JavacParser(ParserFactory, Lexer, boolean, boolean) - Constructor for class com.sun.tools.javac.parser.JavacParser
Construct a parser from a given scanner, tree factory and log.
JavacProcessingEnvironment - Class in com.sun.tools.javac.processing
Objects of this class hold and manage the state needed to support annotation processing.
JavacProcessingEnvironment(Context, Iterable<? extends Processor>) - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
JavacProcessingEnvironment.AnnotationCollector - Class in com.sun.tools.javac.processing
 
JavacProcessingEnvironment.AnnotationCollector() - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
 
JavacProcessingEnvironment.ComputeAnnotationSet - Class in com.sun.tools.javac.processing
Computes the set of annotations on the symbol in question.
JavacProcessingEnvironment.ComputeAnnotationSet(Elements) - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment.ComputeAnnotationSet
 
JavacProcessingEnvironment.DiscoveredProcessors - Class in com.sun.tools.javac.processing
This class holds information about the processors that have been discoverd so far as well as the means to discover more, if necessary.
JavacProcessingEnvironment.DiscoveredProcessors(Iterator<? extends Processor>) - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors
 
JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator - Class in com.sun.tools.javac.processing
 
JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator(JavacProcessingEnvironment.DiscoveredProcessors) - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
 
JavacProcessingEnvironment.NameProcessIterator - Class in com.sun.tools.javac.processing
 
JavacProcessingEnvironment.NameProcessIterator(String, ClassLoader, Log) - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
JavacProcessingEnvironment.ProcessorState - Class in com.sun.tools.javac.processing
State about how a processor has been used by the tool.
JavacProcessingEnvironment.ProcessorState(Processor, Log, Source, ProcessingEnvironment) - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
 
JavacProcessingEnvironment.ServiceIterator - Class in com.sun.tools.javac.processing
Use a service loader appropriate for the platform to provide an iterator over annotations processors.
JavacProcessingEnvironment.ServiceIterator(ClassLoader, Log) - Constructor for class com.sun.tools.javac.processing.JavacProcessingEnvironment.ServiceIterator
 
javacRB - Static variable in class com.sun.tools.apt.main.Main
 
JavacRoundEnvironment - Class in com.sun.tools.javac.processing
Object providing state about a prior round of annotation processing.
JavacRoundEnvironment(boolean, boolean, Set<? extends Element>, ProcessingEnvironment) - Constructor for class com.sun.tools.javac.processing.JavacRoundEnvironment
 
JavacRoundEnvironment.AnnotationSetScanner - Class in com.sun.tools.javac.processing
 
JavacRoundEnvironment.AnnotationSetScanner(Set<Element>) - Constructor for class com.sun.tools.javac.processing.JavacRoundEnvironment.AnnotationSetScanner
 
JavacScope - Class in com.sun.tools.javac.api
Provides an implementation of Scope.
JavacScope(Env<AttrContext>) - Constructor for class com.sun.tools.javac.api.JavacScope
Creates a new instance of JavacScope
JavacSourcePosition - Class in com.sun.tools.javac.model
Implementation of model API SourcePosition based on javac internal state.
JavacSourcePosition(JavaFileObject, int, Position.LineMap) - Constructor for class com.sun.tools.javac.model.JavacSourcePosition
 
JavacTask - Class in com.sun.source.util
Provides access to functionality specific to the Sun Java Compiler, javac.
JavacTask() - Constructor for class com.sun.source.util.JavacTask
 
JavacTaskImpl - Class in com.sun.tools.javac.api
Provides access to functionality specific to the Sun Java Compiler, javac.
JavacTaskImpl(JavacTool, Main, String[], Context, List<JavaFileObject>) - Constructor for class com.sun.tools.javac.api.JavacTaskImpl
 
JavacTaskImpl(JavacTool, Main, Iterable<String>, Context, Iterable<String>, Iterable<? extends JavaFileObject>) - Constructor for class com.sun.tools.javac.api.JavacTaskImpl
 
javacTaskImpl - Variable in class com.sun.tools.javac.api.JavacTrees
 
JavacTaskImpl.Filter - Class in com.sun.tools.javac.api
 
JavacTaskImpl.Filter() - Constructor for class com.sun.tools.javac.api.JavacTaskImpl.Filter
 
JavacTool - Class in com.sun.tools.javac.api
TODO: describe com.sun.tools.javac.api.Tool
JavacTool() - Constructor for class com.sun.tools.javac.api.JavacTool
Deprecated. 
javacToolOptions - Static variable in class com.sun.tools.javac.main.RecognizedOptions
 
JavacTrees - Class in com.sun.tools.javac.api
Provides an implementation of Trees.
JavacTrees(Context) - Constructor for class com.sun.tools.javac.api.JavacTrees
 
JavacTrees.Copier - Class in com.sun.tools.javac.api
Makes a copy of a tree, noting the value resulting from copying a particular leaf.
JavacTrees.Copier(TreeMaker) - Constructor for class com.sun.tools.javac.api.JavacTrees.Copier
 
JavacTypes - Class in com.sun.tools.javac.model
Utility methods for operating on types.
JavacTypes(Context) - Constructor for class com.sun.tools.javac.model.JavacTypes
Public for use only by JavacProcessingEnvironment
JavadocClassReader - Class in com.sun.tools.javadoc
Javadoc uses an extended class reader that records package.html entries
JavadocClassReader(Context) - Constructor for class com.sun.tools.javadoc.JavadocClassReader
 
JavadocEnter - Class in com.sun.tools.javadoc
Javadoc's own enter phase does a few things above and beyond that done by javac.
JavadocEnter(Context) - Constructor for class com.sun.tools.javadoc.JavadocEnter
 
JavadocMemberEnter - Class in com.sun.tools.javadoc
Javadoc's own memberEnter phase does a few things above and beyond that done by javac.
JavadocMemberEnter(Context) - Constructor for class com.sun.tools.javadoc.JavadocMemberEnter
 
javadocName - Static variable in class com.sun.tools.javadoc.Start
 
JavadocTodo - Class in com.sun.tools.javadoc
Javadoc's own todo queue doesn't queue its inputs, as javadoc doesn't perform attribution of method bodies or semantic checking.
JavadocTodo(Context) - Constructor for class com.sun.tools.javadoc.JavadocTodo
 
JavadocTool - Class in com.sun.tools.javadoc
This class could be the main entry point for Javadoc when Javadoc is used as a component in a larger software system.
JavadocTool(Context) - Constructor for class com.sun.tools.javadoc.JavadocTool
Construct a new JavaCompiler processor, using appropriately extended phases of the underlying compiler.
javaext - Static variable in class sun.tools.javap.JavapEnvironment
 
JavaFileManager - Interface in javax.tools
File manager for tools operating on Java™ programming language source and class files.
JavaFileManager.Location - Interface in javax.tools
Interface for locations of file objects.
javaFileObject - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerInputJavaFileObject
 
javaFileObject - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerOutputJavaFileObject
 
JavaFileObject - Interface in javax.tools
File abstraction for tools operating on Java™ programming language source and class files.
JavaFileObject.Kind - Enum in javax.tools
Kinds of JavaFileObjects.
JavaFileObject.Kind(String) - Constructor for enum javax.tools.JavaFileObject.Kind
 
javaLangVoidType - Variable in class com.sun.tools.javac.code.Symtab
 
javaName(String) - Method in class sun.tools.javap.ClassData
Returns resolved java type name.
JavapEnvironment - Class in sun.tools.javap
Strores flag values according to command line options and sets path where to find classes.
JavapEnvironment() - Constructor for class sun.tools.javap.JavapEnvironment
 
JavapFileManager - Class in com.sun.tools.javap
javap's implementation of JavaFileManager.
JavapFileManager(Context, Charset) - Constructor for class com.sun.tools.javap.JavapFileManager
 
JavapPrinter - Class in sun.tools.javap
Program to print information about class files
JavapPrinter(InputStream, PrintWriter, JavapEnvironment) - Constructor for class sun.tools.javap.JavapPrinter
 
JavapTask - Class in com.sun.tools.javap
"Main" class for javap, normally accessed from the command line via Main, or from JSR199 via DisassemblerTool.
JavapTask() - Constructor for class com.sun.tools.javap.JavapTask
 
JavapTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>) - Constructor for class com.sun.tools.javap.JavapTask
 
JavapTask.BadArgs - Exception in com.sun.tools.javap
 
JavapTask.BadArgs(String, Object...) - Constructor for exception com.sun.tools.javap.JavapTask.BadArgs
 
JavapTask.Option - Class in com.sun.tools.javap
 
JavapTask.Option(boolean, String...) - Constructor for class com.sun.tools.javap.JavapTask.Option
 
JavapTask.SizeInputStream - Class in com.sun.tools.javap
 
JavapTask.SizeInputStream(InputStream) - Constructor for class com.sun.tools.javap.JavapTask.SizeInputStream
 
javatime - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
javax.annotation.processing - package javax.annotation.processing
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
javax.lang.model - package javax.lang.model
Classes and hierarchies of packages used to model the Java programming language.
javax.lang.model.element - package javax.lang.model.element
Interfaces used to model elements of the Java programming language.
javax.lang.model.type - package javax.lang.model.type
Interfaces used to model Java programming language types.
javax.lang.model.util - package javax.lang.model.util
Utilities to assist in the processing of program elements and types.
javax.tools - package javax.tools
Provides interfaces for tools which can be invoked from a program, for example, compilers.
JCDiagnostic - Class in com.sun.tools.javac.util
An abstraction of a diagnostic message generated by the compiler.
JCDiagnostic(DiagnosticFormatter<JCDiagnostic>, JCDiagnostic.DiagnosticType, boolean, DiagnosticSource, JCDiagnostic.DiagnosticPosition, String, Object...) - Constructor for class com.sun.tools.javac.util.JCDiagnostic
Create a diagnostic object.
JCDiagnostic.DiagnosticPosition - Interface in com.sun.tools.javac.util
A DiagnosticPosition provides information about the positions in a file that gave rise to a diagnostic.
JCDiagnostic.DiagnosticType - Enum in com.sun.tools.javac.util
A DiagnosticType defines the type of the diagnostic.
JCDiagnostic.DiagnosticType(String) - Constructor for enum com.sun.tools.javac.util.JCDiagnostic.DiagnosticType
Create a DiagnosticType.
JCDiagnostic.Factory - Class in com.sun.tools.javac.util
A factory for creating diagnostic objects.
JCDiagnostic.Factory(Context) - Constructor for class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a new diagnostic factory.
JCDiagnostic.Factory(JavacMessages, String) - Constructor for class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a new diagnostic factory.
JCDiagnostic.MultilineDiagnostic - Class in com.sun.tools.javac.util
 
JCDiagnostic.MultilineDiagnostic(JCDiagnostic, List<JCDiagnostic>) - Constructor for class com.sun.tools.javac.util.JCDiagnostic.MultilineDiagnostic
 
JCDiagnostic.SimpleDiagnosticPosition - Class in com.sun.tools.javac.util
A DiagnosticPosition that simply identifies a position, but no related tree node, as the location for a diagnostic.
JCDiagnostic.SimpleDiagnosticPosition(int) - Constructor for class com.sun.tools.javac.util.JCDiagnostic.SimpleDiagnosticPosition
 
JCTree - Class in com.sun.tools.javac.tree
Root class for abstract syntax tree nodes.
JCTree() - Constructor for class com.sun.tools.javac.tree.JCTree
 
JCTree.Factory - Interface in com.sun.tools.javac.tree
An interface for tree factories
JCTree.JCAnnotation - Class in com.sun.tools.javac.tree
 
JCTree.JCAnnotation(JCTree, List<JCTree.JCExpression>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCAnnotation
 
JCTree.JCArrayAccess - Class in com.sun.tools.javac.tree
An array selection
JCTree.JCArrayAccess(JCTree.JCExpression, JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCArrayAccess
 
JCTree.JCArrayTypeTree - Class in com.sun.tools.javac.tree
An array type, A[]
JCTree.JCArrayTypeTree(JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCArrayTypeTree
 
JCTree.JCAssert - Class in com.sun.tools.javac.tree
An assert statement.
JCTree.JCAssert(JCTree.JCExpression, JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCAssert
 
JCTree.JCAssign - Class in com.sun.tools.javac.tree
A assignment with "=".
JCTree.JCAssign(JCTree.JCExpression, JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCAssign
 
JCTree.JCAssignOp - Class in com.sun.tools.javac.tree
An assignment with "+=", "|=" ...
JCTree.JCAssignOp(int, JCTree, JCTree, Symbol) - Constructor for class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
JCTree.JCBinary - Class in com.sun.tools.javac.tree
A binary operation.
JCTree.JCBinary(int, JCTree.JCExpression, JCTree.JCExpression, Symbol) - Constructor for class com.sun.tools.javac.tree.JCTree.JCBinary
 
JCTree.JCBlock - Class in com.sun.tools.javac.tree
A statement block.
JCTree.JCBlock(long, List<JCTree.JCStatement>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCBlock
 
JCTree.JCBracketExpr - Class in com.sun.tools.javac.tree
A bracket expression containing an expression.
JCTree.JCBracketExpr(JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
JCTree.JCBracketStat - Class in com.sun.tools.javac.tree
A bracket expression containing statements.
JCTree.JCBracketStat(List<JCTree.JCStatement>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
JCTree.JCBreak - Class in com.sun.tools.javac.tree
A break from a loop or switch.
JCTree.JCBreak(Name, JCTree) - Constructor for class com.sun.tools.javac.tree.JCTree.JCBreak
 
JCTree.JCCase - Class in com.sun.tools.javac.tree
A "case :" of a switch.
JCTree.JCCase(JCTree.JCExpression, List<JCTree.JCStatement>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCCase
 
JCTree.JCCatch - Class in com.sun.tools.javac.tree
A catch block.
JCTree.JCCatch(JCTree.JCVariableDecl, JCTree.JCBlock) - Constructor for class com.sun.tools.javac.tree.JCTree.JCCatch
 
JCTree.JCClassDecl - Class in com.sun.tools.javac.tree
A class definition.
JCTree.JCClassDecl(JCTree.JCModifiers, Name, List<JCTree.JCTypeParameter>, JCTree, List<JCTree.JCExpression>, List<JCTree>, Symbol.ClassSymbol) - Constructor for class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
JCTree.JCCompilationUnit - Class in com.sun.tools.javac.tree
Everything in one source file is kept in a TopLevel structure.
JCTree.JCCompilationUnit(List<JCTree.JCAnnotation>, JCTree.JCExpression, List<JCTree>, JavaFileObject, Symbol.PackageSymbol, Scope, Scope) - Constructor for class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
JCTree.JCConditional - Class in com.sun.tools.javac.tree
A ( ) ? ( ) : ( ) conditional expression
JCTree.JCConditional(JCTree.JCExpression, JCTree.JCExpression, JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCConditional
 
JCTree.JCContinue - Class in com.sun.tools.javac.tree
A continue of a loop.
JCTree.JCContinue(Name, JCTree) - Constructor for class com.sun.tools.javac.tree.JCTree.JCContinue
 
JCTree.JCDoWhileLoop - Class in com.sun.tools.javac.tree
A do loop
JCTree.JCDoWhileLoop(JCTree.JCStatement, JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCDoWhileLoop
 
JCTree.JCEnhancedForLoop - Class in com.sun.tools.javac.tree
The enhanced for loop.
JCTree.JCEnhancedForLoop(JCTree.JCVariableDecl, JCTree.JCExpression, JCTree.JCStatement) - Constructor for class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
JCTree.JCErroneous - Class in com.sun.tools.javac.tree
 
JCTree.JCErroneous(List<? extends JCTree>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCErroneous
 
JCTree.JCEscapeExpr - Class in com.sun.tools.javac.tree
A escape expression
JCTree.JCEscapeExpr(JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCEscapeExpr
 
JCTree.JCEscapeStat - Class in com.sun.tools.javac.tree
An escape statement
JCTree.JCEscapeStat(JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCEscapeStat
 
JCTree.JCExpression - Class in com.sun.tools.javac.tree
 
JCTree.JCExpression() - Constructor for class com.sun.tools.javac.tree.JCTree.JCExpression
 
JCTree.JCExpressionStatement - Class in com.sun.tools.javac.tree
an expression statement
JCTree.JCExpressionStatement(JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCExpressionStatement
 
JCTree.JCFieldAccess - Class in com.sun.tools.javac.tree
Selects through packages and classes
JCTree.JCFieldAccess(JCTree.JCExpression, Name, Symbol) - Constructor for class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
JCTree.JCForLoop - Class in com.sun.tools.javac.tree
A for loop.
JCTree.JCForLoop(List<JCTree.JCStatement>, JCTree.JCExpression, List<JCTree.JCExpressionStatement>, JCTree.JCStatement) - Constructor for class com.sun.tools.javac.tree.JCTree.JCForLoop
 
JCTree.JCIdent - Class in com.sun.tools.javac.tree
An identifier
JCTree.JCIdent(Name, Symbol) - Constructor for class com.sun.tools.javac.tree.JCTree.JCIdent
 
JCTree.JCIf - Class in com.sun.tools.javac.tree
An "if ( ) { } else { }" block
JCTree.JCIf(JCTree.JCExpression, JCTree.JCStatement, JCTree.JCStatement) - Constructor for class com.sun.tools.javac.tree.JCTree.JCIf
 
JCTree.JCImport - Class in com.sun.tools.javac.tree
An import clause.
JCTree.JCImport(JCTree, boolean) - Constructor for class com.sun.tools.javac.tree.JCTree.JCImport
 
JCTree.JCInstanceOf - Class in com.sun.tools.javac.tree
A type test.
JCTree.JCInstanceOf(JCTree.JCExpression, JCTree) - Constructor for class com.sun.tools.javac.tree.JCTree.JCInstanceOf
 
JCTree.JCLabeledStatement - Class in com.sun.tools.javac.tree
A labelled expression or statement.
JCTree.JCLabeledStatement(Name, JCTree.JCStatement) - Constructor for class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
JCTree.JCLiteral - Class in com.sun.tools.javac.tree
A constant value given literally.
JCTree.JCLiteral(int, Object) - Constructor for class com.sun.tools.javac.tree.JCTree.JCLiteral
 
JCTree.JCMethodDecl - Class in com.sun.tools.javac.tree
A method definition.
JCTree.JCMethodDecl(JCTree.JCModifiers, Name, JCTree.JCExpression, List<JCTree.JCTypeParameter>, List<JCTree.JCVariableDecl>, List<JCTree.JCExpression>, JCTree.JCBlock, JCTree.JCExpression, Symbol.MethodSymbol) - Constructor for class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
JCTree.JCMethodInvocation - Class in com.sun.tools.javac.tree
A method invocation
JCTree.JCMethodInvocation(List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
JCTree.JCModifiers - Class in com.sun.tools.javac.tree
 
JCTree.JCModifiers(long, List<JCTree.JCAnnotation>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCModifiers
 
JCTree.JCNewArray - Class in com.sun.tools.javac.tree
A new[...] operation.
JCTree.JCNewArray(JCTree.JCExpression, List<JCTree.JCExpression>, List<JCTree.JCExpression>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCNewArray
 
JCTree.JCNewClass - Class in com.sun.tools.javac.tree
A new(...) operation.
JCTree.JCNewClass(JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCClassDecl) - Constructor for class com.sun.tools.javac.tree.JCTree.JCNewClass
 
JCTree.JCParens - Class in com.sun.tools.javac.tree
A parenthesized subexpression ( ...
JCTree.JCParens(JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCParens
 
JCTree.JCPrimitiveTypeTree - Class in com.sun.tools.javac.tree
Identifies a basic type.
JCTree.JCPrimitiveTypeTree(int) - Constructor for class com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree
 
JCTree.JCReturn - Class in com.sun.tools.javac.tree
A return statement.
JCTree.JCReturn(JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCReturn
 
JCTree.JCSkip - Class in com.sun.tools.javac.tree
A no-op statement ";".
JCTree.JCSkip() - Constructor for class com.sun.tools.javac.tree.JCTree.JCSkip
 
JCTree.JCStatement - Class in com.sun.tools.javac.tree
 
JCTree.JCStatement() - Constructor for class com.sun.tools.javac.tree.JCTree.JCStatement
 
JCTree.JCSwitch - Class in com.sun.tools.javac.tree
A "switch ( ) { }" construction.
JCTree.JCSwitch(JCTree.JCExpression, List<JCTree.JCCase>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCSwitch
 
JCTree.JCSynchronized - Class in com.sun.tools.javac.tree
A synchronized block.
JCTree.JCSynchronized(JCTree.JCExpression, JCTree.JCBlock) - Constructor for class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
JCTree.JCThrow - Class in com.sun.tools.javac.tree
A throw statement.
JCTree.JCThrow(JCTree) - Constructor for class com.sun.tools.javac.tree.JCTree.JCThrow
 
JCTree.JCTry - Class in com.sun.tools.javac.tree
A "try { } catch ( ) { } finally { }" block.
JCTree.JCTry(JCTree.JCBlock, List<JCTree.JCCatch>, JCTree.JCBlock) - Constructor for class com.sun.tools.javac.tree.JCTree.JCTry
 
JCTree.JCTypeApply - Class in com.sun.tools.javac.tree
A parameterized type, T<...>
JCTree.JCTypeApply(JCTree.JCExpression, List<JCTree.JCExpression>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCTypeApply
 
JCTree.JCTypeCast - Class in com.sun.tools.javac.tree
A type cast.
JCTree.JCTypeCast(JCTree, JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCTypeCast
 
JCTree.JCTypeParameter - Class in com.sun.tools.javac.tree
A formal class parameter.
JCTree.JCTypeParameter(Name, List<JCTree.JCExpression>) - Constructor for class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
JCTree.JCUnary - Class in com.sun.tools.javac.tree
A unary operation.
JCTree.JCUnary(int, JCTree.JCExpression) - Constructor for class com.sun.tools.javac.tree.JCTree.JCUnary
 
JCTree.JCVariableDecl - Class in com.sun.tools.javac.tree
A variable definition.
JCTree.JCVariableDecl(JCTree.JCModifiers, Name, JCTree.JCExpression, JCTree.JCExpression, Symbol.VarSymbol) - Constructor for class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
JCTree.JCWhileLoop - Class in com.sun.tools.javac.tree
A while loop
JCTree.JCWhileLoop(JCTree.JCExpression, JCTree.JCStatement) - Constructor for class com.sun.tools.javac.tree.JCTree.JCWhileLoop
 
JCTree.JCWildcard - Class in com.sun.tools.javac.tree
 
JCTree.JCWildcard(JCTree.TypeBoundKind, JCTree) - Constructor for class com.sun.tools.javac.tree.JCTree.JCWildcard
 
JCTree.LetExpr - Class in com.sun.tools.javac.tree
(let int x = 3; in x+2)
JCTree.LetExpr(List<JCTree.JCVariableDecl>, JCTree) - Constructor for class com.sun.tools.javac.tree.JCTree.LetExpr
 
JCTree.TypeBoundKind - Class in com.sun.tools.javac.tree
 
JCTree.TypeBoundKind(BoundKind) - Constructor for class com.sun.tools.javac.tree.JCTree.TypeBoundKind
 
JCTree.Visitor - Class in com.sun.tools.javac.tree
A generic visitor class for trees.
JCTree.Visitor() - Constructor for class com.sun.tools.javac.tree.JCTree.Visitor
 
jctypes - Variable in class com.sun.tools.apt.mirror.AptEnv
 
JNI - Class in com.sun.tools.javah
Header file generator for JNI.
JNI(RootDoc) - Constructor for class com.sun.tools.javah.JNI
 
jni - Static variable in class com.sun.tools.javah.MainDoclet
 
JNI - Static variable in class com.sun.tools.javah.Mangle.Type
 
jniMethodName(MethodDoc, String, boolean) - Method in class com.sun.tools.javah.LLNI
 
jniType(Type) - Method in class com.sun.tools.javah.JNI
 
jniType(Type) - Method in class com.sun.tools.javah.LLNI
 
join(Code.State) - Method in class com.sun.tools.javac.jvm.Code.State
 
jsr - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
jsr277 - Variable in class com.sun.tools.classfile.Attribute.Factory
 
jsr277 - Variable in class com.sun.tools.javap.Options
 
jsr_w - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
jsrlimit - Variable in class com.sun.tools.javac.jvm.Gen
Default limit of (approximate) size of finalizer to inline.
jsrReturnValue - Static variable in class com.sun.tools.javac.jvm.Code
 
jumpFalse() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
jumpTrue() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 

K

keepComments() - Method in class com.sun.tools.apt.main.JavaCompiler
 
keepComments - Variable in class com.sun.tools.javac.main.JavaCompiler
 
keepComments() - Method in class com.sun.tools.javac.main.JavaCompiler
 
keepComments() - Method in class com.sun.tools.javadoc.JavadocTool
For javadoc, the parser needs to keep comments.
keepDocComments - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: should we keep docComments?
keepLineMap - Variable in class com.sun.tools.javac.parser.JavacParser
Switch: should we keep line table?
key - Variable in class com.sun.tools.javac.api.Formattable.LocalizedString
 
key - Variable in class com.sun.tools.javac.comp.Check.ConversionWarner
 
KEY - Static variable in class com.sun.tools.javac.model.JavacElements
 
KEY - Static variable in class com.sun.tools.javac.model.JavacTypes
 
key - Variable in class com.sun.tools.javac.parser.Keywords
Keyword array.
key(Name) - Method in class com.sun.tools.javac.parser.Keywords
 
key(Class<T>) - Method in class com.sun.tools.javac.util.Context
 
key - Variable in enum com.sun.tools.javac.util.JCDiagnostic.DiagnosticType
 
key - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
key() - Method in class com.sun.tools.javadoc.DocImpl
return a key for sorting.
key() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
return a key for sorting.
key - Variable in exception com.sun.tools.javap.JavapTask.BadArgs
 
keySet() - Method in class com.sun.tools.javac.util.Options
 
keyword(String) - Static method in class sun.tools.javap.Tables
 
keywordName(int) - Static method in class sun.tools.javap.Tables
 
keywordNames - Static variable in class sun.tools.javap.Tables
Initialized keyword and token Hashtables
keywords - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
True if user wants to add member names as meta keywords.
keywords - Variable in class com.sun.tools.javac.parser.JavacParser
The keyword table.
Keywords - Class in com.sun.tools.javac.parser
Map from Name to Token and Token to String.
Keywords(Context) - Constructor for class com.sun.tools.javac.parser.Keywords
 
keywords - Variable in class com.sun.tools.javac.parser.ParserFactory
 
keywords - Variable in class com.sun.tools.javac.parser.Scanner.Factory
 
keywords - Variable in class com.sun.tools.javac.parser.Scanner
The keyword table.
keywords - Static variable in enum javax.lang.model.SourceVersion
 
keywords - Static variable in class sun.tools.javap.Tables
 
keywordsKey - Static variable in class com.sun.tools.javac.parser.Keywords
 
kind() - Method in interface com.sun.javadoc.Tag
Return the kind of this tag.
kind - Variable in class com.sun.source.util.TaskEvent
 
kind - Variable in class com.sun.tools.apt.mirror.type.PrimitiveTypeImpl
 
kind - Variable in class com.sun.tools.classfile.Type.WildcardType
 
kind() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
Return the kind of this tag.
kind - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Member kind: InnerClasses/Fields/Methods?
kind - Variable in class com.sun.tools.javac.code.Symbol
The kind of this symbol.
kind - Variable in class com.sun.tools.javac.code.Type.WildcardType
 
kind - Variable in class com.sun.tools.javac.tree.JCTree.JCWildcard
 
kind - Variable in class com.sun.tools.javac.tree.JCTree.TypeBoundKind
 
kind() - Method in class com.sun.tools.javadoc.ParamTagImpl
Return the kind of this tag.
kind() - Method in class com.sun.tools.javadoc.SeeTagImpl
Return the kind of this tag.
kind() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Return the kind of this tag.
kind() - Method in class com.sun.tools.javadoc.TagImpl
Return the kind of this tag.
kind() - Method in class com.sun.tools.javadoc.ThrowsTagImpl
Return the kind of this tag.
kind - Variable in class javax.tools.SimpleJavaFileObject
The kind of this file object.
kindName(int) - Static method in class com.sun.tools.javac.code.Kinds
A KindName representing a given symbol kind
kindName(Symbol) - Static method in class com.sun.tools.javac.code.Kinds
A KindName representing a given symbol
kindNames(int) - Static method in class com.sun.tools.javac.code.Kinds
A set of KindName(s) representing a set of symbol's kinds.
Kinds - Class in com.sun.tools.javac.code
Internal symbol kinds, which distinguish between elements of different subclasses of Symbol.
Kinds() - Constructor for class com.sun.tools.javac.code.Kinds
 
Kinds.KindName - Enum in com.sun.tools.javac.code
 
Kinds.KindName(String) - Constructor for enum com.sun.tools.javac.code.Kinds.KindName
 
kt - Variable in class com.sun.tools.javac.util.Context
 

L

l - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationCompleter
 
l2d - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
l2f - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
l2i - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
label() - Method in interface com.sun.javadoc.SeeTag
Get the label of the @see tag.
label - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
The label for the link.
label - Variable in class com.sun.tools.javac.tree.JCTree.JCBreak
 
label - Variable in class com.sun.tools.javac.tree.JCTree.JCContinue
 
label - Variable in class com.sun.tools.javac.tree.JCTree.JCLabeledStatement
 
label - Variable in class com.sun.tools.javadoc.SeeTagImpl
 
label() - Method in class com.sun.tools.javadoc.SeeTagImpl
Return the label of the see tag.
LabeledStatementTree - Interface in com.sun.source.tree
A tree node for a labeled statement.
Labelled(Name, JCTree.JCStatement) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
LABELLED - Static variable in class com.sun.tools.javac.tree.JCTree
Labelled statements, of type Labelled.
Labelled(Name, JCTree.JCStatement) - Method in class com.sun.tools.javac.tree.TreeMaker
 
ladd - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
laload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
land - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
languageVersion() - Static method in class com.sun.javadoc.Doclet
Return the version of the Java Programming Language supported by this doclet.
LanguageVersion - Enum in com.sun.javadoc
Java Programming Language version.
LanguageVersion() - Constructor for enum com.sun.javadoc.LanguageVersion
 
languageVersion() - Static method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Indicate that this doclet supports the 1.5 language features.
languageVersion() - Static method in class com.sun.tools.doclets.standard.Standard
 
languageVersion() - Method in class com.sun.tools.javadoc.DocletInvoker
Return the language version supported by this doclet.
last() - Method in class com.sun.tools.javac.util.List
The last element in the list, if any, or null.
last - Variable in class com.sun.tools.javac.util.ListBuffer
A pointer pointing to the last, sentinel element of `elems'.
lastBaseTag - Static variable in class com.sun.tools.javac.code.TypeTags
The maximum tag of a basic type.
lastDir - Variable in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
lastFrame - Variable in class com.sun.tools.javac.jvm.Code
The last stack map frame in StackMapTable.
lastIndexOf(Object) - Method in class com.sun.tools.javac.util.List
 
lastIndexOf(byte) - Method in class com.sun.tools.javac.util.Name
Returns last occurrence of byte b in this name, -1 if not found.
lastLen - Variable in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
lastLine - Variable in class com.sun.tools.javac.util.Position.LineMapImpl
 
lastmode - Variable in class com.sun.tools.javac.parser.JavacParser
The mode of the term that was parsed last.
lastModified - Variable in class com.sun.tools.javap.ClassWriter
 
lastore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lastPosition - Variable in class com.sun.tools.javac.util.Position.LineMapImpl
 
lastReferenceTimeStamp - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
lastRound - Variable in class com.sun.tools.javac.processing.JavacFiler
 
lastStackMapPC - Variable in class com.sun.tools.javac.jvm.Code
The last PC at which we generated a stack map.
lastStart - Variable in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
later(Annotate.Annotator) - Method in class com.sun.tools.javac.comp.Annotate
 
latest() - Static method in enum javax.lang.model.SourceVersion
Returns the latest source version that can be modeled.
latestSupported - Static variable in enum javax.lang.model.SourceVersion
 
latestSupported() - Static method in enum javax.lang.model.SourceVersion
Returns the latest source version fully supported by the current execution environment.
Launcher - Class in com.sun.tools.javac
Unsupported entry point for starting javac from an IDE.
Launcher() - Constructor for class com.sun.tools.javac.Launcher
 
LayoutCharacters - Interface in com.sun.tools.javac.util
An interface containing layout character constants used in Java programs.
LayoutParser - Class in com.sun.tools.doclets.internal.toolkit.builders
Parse the XML that specified the order of operation for the builders.
LayoutParser(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
This class is a singleton.
lazy() - Method in class com.sun.tools.javac.file.Paths
 
lb() - Static method in class com.sun.tools.javac.util.ListBuffer
 
LBRACE - Static variable in interface sun.tools.javap.Constants
 
lcmp - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lconst_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lconst_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ldc() - Method in class com.sun.tools.javac.jvm.Items.ImmediateItem
 
ldc1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ldc2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ldc2w - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
ldiv - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
LE - Static variable in class com.sun.tools.javac.tree.JCTree
 
LE - Static variable in interface sun.tools.javap.Constants
 
leaf - Variable in class com.sun.source.util.TreePath
 
leafCopy - Variable in class com.sun.tools.javac.api.JavacTrees.Copier
 
leave() - Method in class com.sun.tools.javac.code.Scope.DelegatedScope
 
leave() - Method in class com.sun.tools.javac.code.Scope
Remove all entries of this scope from its table, if shared with next.
leaveEscape() - Method in class edu.rice.cs.mint.comp.TransStaging
 
legacyDoclet - Variable in class com.sun.tools.javadoc.DocEnv
Does the doclet only expect pre-1.5 doclet API?
LegacyTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
This taglet acts as a wrapper to enable Taglet type taglets to work with the current version of Javadoc.
LegacyTaglet(Taglet) - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
 
legacyTaglet - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet
 
length() - Method in class com.sun.tools.classfile.Annotation.Annotation_element_value
 
length() - Method in class com.sun.tools.classfile.Annotation.Array_element_value
 
length() - Method in class com.sun.tools.classfile.Annotation.Class_element_value
 
length() - Method in class com.sun.tools.classfile.Annotation.element_value
 
length() - Method in class com.sun.tools.classfile.Annotation.element_value_pair
 
length() - Method in class com.sun.tools.classfile.Annotation.Enum_element_value
 
length() - Method in class com.sun.tools.classfile.Annotation
 
length() - Method in class com.sun.tools.classfile.Annotation.Primitive_element_value
 
length() - Static method in class com.sun.tools.classfile.CharacterRangeTable_attribute.Entry
 
length() - Static method in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
length() - Static method in class com.sun.tools.classfile.LineNumberTable_attribute.Entry
 
length - Variable in class com.sun.tools.classfile.LocalVariableTable_attribute.Entry
 
length() - Static method in class com.sun.tools.classfile.LocalVariableTable_attribute.Entry
 
length - Variable in class com.sun.tools.classfile.LocalVariableTypeTable_attribute.Entry
 
length() - Static method in class com.sun.tools.classfile.LocalVariableTypeTable_attribute.Entry
 
length(Annotation[]) - Static method in class com.sun.tools.classfile.RuntimeAnnotations_attribute
 
length(Annotation[][]) - Static method in class com.sun.tools.classfile.RuntimeParameterAnnotations_attribute
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.append_frame
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.chop_frame
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
length(StackMapTable_attribute.stack_map_frame[]) - Static method in class com.sun.tools.classfile.StackMapTable_attribute
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.Object_variable_info
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.same_frame_extended
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame_extended
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.Uninitialized_variable_info
 
length() - Method in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
length(RelativePath.RelativeFile) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
length - Variable in class com.sun.tools.javac.jvm.Code.LocalVar
 
length() - Method in class com.sun.tools.javac.jvm.CRTable
Return the number of the entries.
length - Variable in class com.sun.tools.javac.util.ByteBuffer
The current number of defined bytes in this buffer.
length() - Method in class com.sun.tools.javac.util.List
Return the number of elements in this list.
length() - Method in class com.sun.tools.javac.util.ListBuffer
Return the number of elements in this buffer.
length() - Method in class com.sun.tools.javac.util.Name
 
length - Variable in class com.sun.tools.javac.util.Names
 
length - Variable in class com.sun.tools.javac.util.SharedNameTable.NameImpl
The number of bytes in this name.
LENGTH - Static variable in interface sun.tools.javap.Constants
 
length - Variable in class sun.tools.javap.LocVarData
 
lengthVar - Variable in class com.sun.tools.javac.code.Symtab
The symbol representing the length field of an array.
LetExpr(List<JCTree.JCVariableDecl>, JCTree) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
LETEXPR - Static variable in class com.sun.tools.javac.tree.JCTree
A synthetic let expression, of type LetExpr.
LetExpr(List<JCTree.JCVariableDecl>, JCTree) - Method in class com.sun.tools.javac.tree.TreeMaker
 
LetExpr(JCTree.JCVariableDecl, JCTree) - Method in class com.sun.tools.javac.tree.TreeMaker
 
letInit(JCDiagnostic.DiagnosticPosition, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Flow
Record an initialization of a trackable variable.
letInit(JCTree) - Method in class com.sun.tools.javac.comp.Flow
If tree is either a simple name or of the form this.name or C.this.name, and tree represents a trackable variable, record an initialization of the variable.
level - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
Level/Depth of inheritance.
level - Variable in class com.sun.tools.javac.code.Scope
 
level - Variable in class com.sun.tools.javac.code.Symbol
 
level - Variable in class edu.rice.cs.mint.comp.TransStaging.BracketInfo
 
Lexer - Interface in com.sun.tools.javac.parser
The lexical analyzer maps an input stream consisting of ASCII characters and Unicode escapes into a token sequence.
lexError(int, String, Object...) - Method in class com.sun.tools.javac.parser.Scanner
Report an error at the given position using the provided arguments.
lexError(String, Object...) - Method in class com.sun.tools.javac.parser.Scanner
Report an error at the current token position using the provided arguments.
LF - Static variable in interface com.sun.tools.javac.util.LayoutCharacters
Line feed character.
lhs - Variable in class com.sun.tools.javac.jvm.Items.AssignItem
The item representing the assignment's left hand side.
lhs - Variable in class com.sun.tools.javac.tree.JCTree.JCAssign
 
lhs - Variable in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
lhs - Variable in class com.sun.tools.javac.tree.JCTree.JCBinary
 
li() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <LI> tag.
li(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <LI TYPE="type"> tag.
lin_num_tb - Variable in class sun.tools.javap.MethodData
 
line() - Method in interface com.sun.javadoc.SourcePosition
The line in the source file.
line() - Method in interface com.sun.mirror.util.SourcePosition
Returns the line number of this position.
line() - Method in class com.sun.tools.apt.mirror.util.SourcePositionImpl
Returns the line number of this position.
line - Variable in class com.sun.tools.javac.util.DiagnosticSource
The line number of a line found by findLine.
line - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
line() - Method in class com.sun.tools.javadoc.SourcePositionImpl
The line in the source file.
LINE_NO_COLOR - Static variable in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
The line number color.
line_number - Variable in class com.sun.tools.classfile.LineNumberTable_attribute.Entry
 
line_number - Variable in class sun.tools.javap.LineNumData
 
line_number_table - Variable in class com.sun.tools.classfile.LineNumberTable_attribute
 
line_number_table_length - Variable in class com.sun.tools.classfile.LineNumberTable_attribute
 
lineDebugInfo - Variable in class com.sun.tools.javac.jvm.Code
Switch: emit line number info.
lineDebugInfo - Variable in class com.sun.tools.javac.jvm.Gen
Switches
lineDebugInfo - Variable in class com.sun.tools.javac.main.JavaCompiler
Generate code with the LineNumberTable attribute for debugging
lineEndPos(String, int) - Static method in class com.sun.tools.javac.tree.Pretty
 
lineInfo - Variable in class com.sun.tools.javac.jvm.Code
A buffer for line number information.
LineMap - Interface in com.sun.source.tree
Provides methods to convert between character positions and line numbers for a compilation unit.
linemap - Variable in class com.sun.tools.apt.mirror.util.SourcePositionImpl
 
lineMap - Variable in class com.sun.tools.javac.jvm.Code
Emit line number info if map supplied
lineMap - Variable in class com.sun.tools.javac.model.JavacSourcePosition
 
lineMap - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
lineMap - Variable in class com.sun.tools.javadoc.ProgramElementDocImpl
 
lineMap - Variable in class com.sun.tools.javadoc.SourcePositionImpl
 
LineNumberTable - Static variable in class com.sun.tools.classfile.Attribute
 
LineNumberTable - Variable in class com.sun.tools.javac.util.Names
 
LineNumberTable_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.12.
LineNumberTable_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.LineNumberTable_attribute
 
LineNumberTable_attribute(ConstantPool, LineNumberTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.LineNumberTable_attribute
 
LineNumberTable_attribute(int, LineNumberTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.LineNumberTable_attribute
 
LineNumberTable_attribute.Entry - Class in com.sun.tools.classfile
 
LineNumberTable_attribute.Entry(ClassReader) - Constructor for class com.sun.tools.classfile.LineNumberTable_attribute.Entry
 
LineNumData - Class in sun.tools.javap
Strores LineNumberTable data information.
LineNumData() - Constructor for class sun.tools.javap.LineNumData
 
LineNumData(DataInputStream) - Constructor for class sun.tools.javap.LineNumData
Read LineNumberTable attribute.
lineSep - Variable in class com.sun.tools.javac.tree.Pretty
 
lineSep - Variable in class com.sun.tools.javah.Gen
 
LINESHIFT - Static variable in class com.sun.tools.javac.util.Position
 
lineStart - Variable in class com.sun.tools.javac.util.DiagnosticSource
The start of a line found by findLine.
lineWriter - Variable in class com.sun.tools.javap.BasicWriter
 
link(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <LINK str> tag.
LinkFactory - Class in com.sun.tools.doclets.internal.toolkit.util.links
A factory that constructs links from given link information.
LinkFactory() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
 
LinkFactoryImpl - Class in com.sun.tools.doclets.formats.html
A factory that returns a link given the information about it.
LinkFactoryImpl(HtmlDocletWriter) - Constructor for class com.sun.tools.doclets.formats.html.LinkFactoryImpl
 
LinkInfo - Class in com.sun.tools.doclets.internal.toolkit.util.links
Encapsulates information about a link.
LinkInfo() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
 
LinkInfoImpl - Class in com.sun.tools.doclets.formats.html
 
LinkInfoImpl(int, ClassDoc, String, String) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, ClassDoc, String, String, boolean, String) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, ClassDoc, String, String, boolean) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(ClassDoc, String) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, ExecutableMemberDoc, boolean) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, ClassDoc, boolean) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, Type) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, Type, boolean) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, Type, String, boolean) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
LinkInfoImpl(int, ClassDoc, String, boolean) - Constructor for class com.sun.tools.doclets.formats.html.LinkInfoImpl
Construct a LinkInfo object.
linkoffline - Variable in class com.sun.tools.doclets.internal.toolkit.util.Extern
True if we are using -linkoffline and false if -link is used instead.
LinkOutput - Interface in com.sun.tools.doclets.internal.toolkit.util.links
Stores output of a link.
LinkOutputImpl - Class in com.sun.tools.doclets.formats.html
Stores output of a link.
LinkOutputImpl() - Constructor for class com.sun.tools.doclets.formats.html.LinkOutputImpl
Construct a new LinkOutputImpl.
linksource - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
True if we should generate browsable sources.
linkToSelf - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
By default, the link can be to the page it's already on.
linkToUndocumentedDeclaredExceptions(Type[], Set<String>, TagletWriter) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ThrowsTaglet
Add links for exceptions that are declared but not documented.
Lint - Class in com.sun.tools.javac.code
A class for handling -Xlint suboptions and @SuppresssWarnings.
Lint(Context) - Constructor for class com.sun.tools.javac.code.Lint
 
Lint(Lint) - Constructor for class com.sun.tools.javac.code.Lint
 
lint - Variable in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
lint - Variable in class com.sun.tools.javac.comp.AttrContext
A record of the lint/SuppressWarnings currently in effect
lint - Variable in class com.sun.tools.javac.comp.Check
 
lint - Variable in class com.sun.tools.javac.comp.Enter
 
lint - Variable in class com.sun.tools.javac.comp.Flow
 
lint - Variable in class com.sun.tools.javac.file.Paths
Handler for -Xlint options
lint - Variable in class com.sun.tools.javac.processing.JavacFiler
 
lint - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
LINT - Static variable in class com.sun.tools.javac.util.Options
 
lint(String) - Method in class com.sun.tools.javac.util.Options
Check for a lint suboption.
Lint.AugmentVisitor - Class in com.sun.tools.javac.code
 
Lint.AugmentVisitor(Context) - Constructor for class com.sun.tools.javac.code.Lint.AugmentVisitor
 
Lint.LintCategory - Enum in com.sun.tools.javac.code
Categories of warnings that can be generated by the compiler.
Lint.LintCategory(String) - Constructor for enum com.sun.tools.javac.code.Lint.LintCategory
 
lintKey - Static variable in class com.sun.tools.javac.code.Lint
The context key for the root Lint object.
list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
 
list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class com.sun.tools.javac.file.JavacFileManager
 
List<A> - Class in com.sun.tools.javac.util
A class for generic linked lists.
List(A, List<A>) - Constructor for class com.sun.tools.javac.util.List
Construct a list given its head and tail.
list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class javax.tools.ForwardingJavaFileManager
 
list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in interface javax.tools.JavaFileManager
Lists all file objects matching the given criteria in the given location.
ListBuffer<A> - Class in com.sun.tools.javac.util
A class for constructing lists by appending elements.
ListBuffer() - Constructor for class com.sun.tools.javac.util.ListBuffer
Create a new initially empty list buffer.
listClasses(List<JCTree.JCCompilationUnit>) - Method in class com.sun.tools.javadoc.JavadocTool
From a list of top level trees, return the list of contained class definitions
listDirectory(File, RelativePath.RelativeDirectory, Set<JavaFileObject.Kind>, boolean, ListBuffer<JavaFileObject>) - Method in class com.sun.tools.javac.file.JavacFileManager
Insert all files in subdirectory `subdirectory' of `directory' which end in one of the extensions in `extensions' into packageSym.
listFilter(Iterable<? extends Element>, Set<ElementKind>, Class<E>) - Static method in class javax.lang.model.util.ElementFilter
 
listIterator() - Method in class com.sun.tools.javac.util.List
 
listIterator(int) - Method in class com.sun.tools.javac.util.List
 
listType - Variable in class com.sun.tools.javac.code.Symtab
 
literal(Name) - Method in class com.sun.tools.javac.parser.JavacParser
Literal = INTLITERAL | LONGLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | TRUE | FALSE | NULL
Literal(int, Object) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
LITERAL - Static variable in class com.sun.tools.javac.tree.JCTree
Literals, of type Literal.
Literal(int, Object) - Method in class com.sun.tools.javac.tree.TreeMaker
 
Literal(Object) - Method in class com.sun.tools.javac.tree.TreeMaker
 
LiteralTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An inline Taglet used to denote literal text.
LiteralTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
LiteralTree - Interface in com.sun.source.tree
A tree node for a literal expression.
litType(int) - Method in class com.sun.tools.javac.comp.Attr
Return the type of a literal with given type tag.
LLNI - Class in com.sun.tools.javah
 
LLNI(boolean, RootDoc) - Constructor for class com.sun.tools.javah.LLNI
 
llni - Static variable in class com.sun.tools.javah.MainDoclet
 
LLNI.FieldDefsRes - Class in com.sun.tools.javah
 
LLNI.FieldDefsRes(ClassDoc, LLNI.FieldDefsRes, boolean) - Constructor for class com.sun.tools.javah.LLNI.FieldDefsRes
 
llniFieldName(MemberDoc) - Method in class com.sun.tools.javah.LLNI
 
llniType(Type, boolean, boolean) - Method in class com.sun.tools.javah.LLNI
 
lload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lload_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lload_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lload_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lload_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lmargin - Variable in class com.sun.tools.javac.tree.Pretty
The current left margin.
lmod - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lmul - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lneg - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
load() - Method in class com.sun.tools.javac.jvm.Items.AssignItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.ImmediateItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.IndexedItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to load this item onto stack.
load() - Method in class com.sun.tools.javac.jvm.Items.LocalItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.SelfItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.StackItem
 
load() - Method in class com.sun.tools.javac.jvm.Items.StaticItem
 
loadClass(Env<AttrContext>, Name) - Method in class com.sun.tools.javac.comp.Resolve
Load toplevel or member class with given fully qualified name and verify that it is accessible.
loadClass(Name) - Method in class com.sun.tools.javac.jvm.ClassReader
Load a toplevel class with given fully qualified name The class is entered into `classes' only if load was successful.
loadClass(String) - Method in class com.sun.tools.javadoc.DocEnv
Load ClassDoc by qualified name.
loadClass(String, boolean) - Method in class edu.rice.cs.mint.runtime.HashMapClassLoader
 
loadCmdFile(String, ListBuffer<String>) - Static method in class com.sun.tools.apt.main.CommandLine
 
loadCmdFile(String, ListBuffer<String>) - Static method in class com.sun.tools.javac.main.CommandLine
 
loadFreevar(JCDiagnostic.DiagnosticPosition, Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Lower
 
loadFreevars(JCDiagnostic.DiagnosticPosition, List<Symbol.VarSymbol>) - Method in class com.sun.tools.javac.comp.Lower
Return a list of trees that load the free variables in given list, in reverse order.
loadIntConst(int) - Method in class com.sun.tools.javac.jvm.Gen
Generate code to load an integer constant.
lobounds - Variable in class com.sun.tools.javac.code.Type.UndetVar
 
loc_var_tb - Variable in class sun.tools.javap.MethodData
 
LOCAL - Static variable in interface sun.tools.javap.Constants
 
LOCAL_VARIABLE - Variable in class com.sun.tools.javac.util.Names
 
local_variable_table - Variable in class com.sun.tools.classfile.LocalVariableTable_attribute
 
local_variable_table - Variable in class com.sun.tools.classfile.LocalVariableTypeTable_attribute
 
local_variable_table_length - Variable in class com.sun.tools.classfile.LocalVariableTable_attribute
 
local_variable_table_length - Variable in class com.sun.tools.classfile.LocalVariableTypeTable_attribute
 
LocalClassFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
localClassName(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
Return name of local class.
locale - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
locale - Variable in class com.sun.tools.javadoc.DocLocale
The locale to be used.
localeName - Variable in class com.sun.tools.javadoc.DocLocale
The locale name will be set by Main, if option is provided on the command line.
localeSpecificFirstSentence(DocImpl, String) - Method in class com.sun.tools.javadoc.DocLocale
 
localize(Locale, String, Object...) - Method in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
Converts a String into a locale-dependent representation accordingly to a given locale
localize(Locale, String, Object...) - Method in class com.sun.tools.javac.util.RawDiagnosticFormatter
 
locals - Variable in class com.sun.tools.classfile.StackMapTable_attribute.append_frame
 
locals - Variable in class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
locals - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.AppendFrame
 
locals - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.FullFrame
 
locals - Variable in class com.sun.tools.javac.jvm.Code.StackMapFrame
 
locals - Variable in class sun.tools.javap.StackMapData
 
locals - Variable in class sun.tools.javap.StackMapTableData.AppendFrame
 
locals - Variable in class sun.tools.javap.StackMapTableData.FullFrame
 
LocalVarFlags - Static variable in class com.sun.tools.javac.code.Flags
 
LocalVariableTable - Static variable in class com.sun.tools.classfile.Attribute
 
LocalVariableTable - Variable in class com.sun.tools.javac.util.Names
 
LocalVariableTable_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.13.
LocalVariableTable_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.LocalVariableTable_attribute
 
LocalVariableTable_attribute(ConstantPool, LocalVariableTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.LocalVariableTable_attribute
 
LocalVariableTable_attribute(int, LocalVariableTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.LocalVariableTable_attribute
 
LocalVariableTable_attribute.Entry - Class in com.sun.tools.classfile
 
LocalVariableTable_attribute.Entry(ClassReader) - Constructor for class com.sun.tools.classfile.LocalVariableTable_attribute.Entry
 
LocalVariableTypeTable - Static variable in class com.sun.tools.classfile.Attribute
 
LocalVariableTypeTable - Variable in class com.sun.tools.javac.util.Names
 
LocalVariableTypeTable_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.14.
LocalVariableTypeTable_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.LocalVariableTypeTable_attribute
 
LocalVariableTypeTable_attribute(ConstantPool, LocalVariableTypeTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.LocalVariableTypeTable_attribute
 
LocalVariableTypeTable_attribute(int, LocalVariableTypeTable_attribute.Entry[]) - Constructor for class com.sun.tools.classfile.LocalVariableTypeTable_attribute
 
LocalVariableTypeTable_attribute.Entry - Class in com.sun.tools.classfile
 
LocalVariableTypeTable_attribute.Entry(ClassReader) - Constructor for class com.sun.tools.classfile.LocalVariableTypeTable_attribute.Entry
 
location() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
location(Type, Types) - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
location() - Method in class com.sun.tools.javac.code.Symbol
A Java source description of the location of this symbol; used for error reporting.
location(Type, Types) - Method in class com.sun.tools.javac.code.Symbol
 
locationCheck(JavaFileManager.Location) - Method in class com.sun.tools.javac.processing.JavacFiler
 
locationFor(String) - Static method in enum javax.tools.StandardLocation
Gets a location object with the given name.
locations - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
locations - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The possible locations that this tag can appear in.
locations - Static variable in enum javax.tools.StandardLocation
 
lock - Static variable in class com.sun.tools.javac.file.ZipFileIndex
 
lock(int) - Method in class com.sun.tools.javac.jvm.Code.State
 
lock - Variable in class com.sun.tools.javac.tree.JCTree.JCSynchronized
 
LOCKED - Static variable in class com.sun.tools.javac.code.Flags
Flag for class symbols is set and later re-set as a lock in Enter to detect cycles in the superclass/superinterface relations.
locks - Variable in class com.sun.tools.javac.jvm.Code.State
The numbers of registers containing locked monitors.
LocVarData - Class in sun.tools.javap
Strores LocalVariableTable data information.
LocVarData() - Constructor for class sun.tools.javap.LocVarData
 
LocVarData(DataInputStream) - Constructor for class sun.tools.javap.LocVarData
Read LocalVariableTable attribute.
log - Variable in class com.sun.tools.apt.main.JavaCompiler
The log to be used for error reporting.
log - Variable in class com.sun.tools.javac.api.JavacTrees
 
log - Variable in class com.sun.tools.javac.comp.Annotate
 
log - Variable in class com.sun.tools.javac.comp.Attr
 
log - Variable in class com.sun.tools.javac.comp.Check
 
log - Variable in class com.sun.tools.javac.comp.Enter
 
log - Variable in class com.sun.tools.javac.comp.Flow
 
log - Variable in class com.sun.tools.javac.comp.Lower
 
log - Variable in class com.sun.tools.javac.comp.MemberEnter
 
log - Variable in class com.sun.tools.javac.comp.Resolve
 
log - Variable in class com.sun.tools.javac.comp.TransTypes
 
log - Variable in class com.sun.tools.javac.file.JavacFileManager
The log to be used for error reporting.
log - Variable in class com.sun.tools.javac.file.Paths
The log to use for warning output
log - Variable in class com.sun.tools.javac.jvm.ClassReader
The log to use for verbose output
log - Variable in class com.sun.tools.javac.jvm.ClassWriter
The log to use for verbose output.
log - Variable in class com.sun.tools.javac.jvm.Gen
 
log - Variable in class com.sun.tools.javac.main.JavaCompiler
The log to be used for error reporting.
log - Variable in class com.sun.tools.javac.parser.JavacParser
The log to be used for error diagnostics.
log - Variable in class com.sun.tools.javac.parser.Keywords
 
log - Variable in class com.sun.tools.javac.parser.ParserFactory
 
log - Variable in class com.sun.tools.javac.parser.Scanner.Factory
 
log - Variable in class com.sun.tools.javac.parser.Scanner
The log to be used for error reporting.
log - Variable in class com.sun.tools.javac.processing.JavacFiler
 
log - Variable in class com.sun.tools.javac.processing.JavacMessager
 
log - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
The log to be used for error reporting.
log - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
log - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ServiceIterator
 
log - Variable in class com.sun.tools.javac.util.DiagnosticSource
A log for reporting errors, such as errors accessing the content.
Log - Class in com.sun.tools.javac.util
A class for error logs.
Log(Context, PrintWriter, PrintWriter, PrintWriter) - Constructor for class com.sun.tools.javac.util.Log
Deprecated. 
Log(Context) - Constructor for class com.sun.tools.javac.util.Log
Construct a log with default settings.
Log(Context, PrintWriter) - Constructor for class com.sun.tools.javac.util.Log
Construct a log with all output redirected.
log - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
The log to which to report warnings.
log(String) - Static method in class com.sun.tools.javah.Util
 
log - Variable in class com.sun.tools.javap.JavapTask
 
log - Variable in class edu.rice.cs.mint.comp.TransStaging
 
logAccessError(Env<AttrContext>, JCTree, Type) - Method in class com.sun.tools.javac.comp.Resolve
 
logger - Static variable in class com.sun.tools.javac.Server
 
loggerName - Static variable in class javax.tools.ToolProvider
 
logKey - Static variable in class com.sun.tools.javac.util.Log
The context key for the log.
logMandatoryNote(JavaFileObject, String, Object...) - Method in class com.sun.tools.javac.util.MandatoryWarningHandler
Reports a mandatory note to the log.
logMandatoryWarning(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.MandatoryWarningHandler
Reports a mandatory warning to the log.
LONG - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `long'.
LONG - Static variable in interface sun.tools.javap.Constants
 
LONGcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
longToInt(long) - Static method in class com.sun.tools.javac.util.Position.LineMapImpl
 
longType - Variable in class com.sun.tools.javac.code.Symtab
 
longType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
LONGVAL - Static variable in interface sun.tools.javap.Constants
 
longValue(Object) - Static method in class com.sun.tools.javac.comp.ConstFold
 
lookup(Name) - Method in class com.sun.tools.javac.code.Scope.DelegatedScope
 
lookup(Name) - Method in class com.sun.tools.javac.code.Scope.ErrorScope
 
lookup(Name) - Method in class com.sun.tools.javac.code.Scope.ImportScope
 
lookup(Name) - Method in class com.sun.tools.javac.code.Scope
Return the entry associated with given name, starting in this scope and proceeding outwards.
lookup(String) - Static method in enum com.sun.tools.javac.code.Source
 
lookup(String) - Static method in enum com.sun.tools.javac.jvm.Target
 
lookupClass(String) - Method in class com.sun.tools.javadoc.DocEnv
Look up ClassDoc by qualified name.
lookupConstructor(JCDiagnostic.DiagnosticPosition, Type, List<Type>) - Method in class com.sun.tools.javac.comp.Lower
Look up a constructor.
lookupConstructor(JCDiagnostic.DiagnosticPosition, Type, List<Type>) - Method in class edu.rice.cs.mint.comp.TransStaging
Look up a constructor.
lookupField(JCDiagnostic.DiagnosticPosition, Type, Name) - Method in class com.sun.tools.javac.comp.Lower
Look up a field.
lookupMethod(JCDiagnostic.DiagnosticPosition, Name, Type, List<Type>) - Method in class com.sun.tools.javac.comp.Lower
Look up a method in a given scope.
lookupMethod(JCDiagnostic.DiagnosticPosition, Name, Type, List<Type>) - Method in class edu.rice.cs.mint.comp.TransStaging
Look up a method in a given scope.
lookupPackage(String) - Method in class com.sun.tools.javadoc.DocEnv
Look up PackageDoc by qualified name.
lookupswitch - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lookupSynthetic(Name, Scope) - Method in class com.sun.tools.javac.comp.Lower
Look up a synthetic name in a given scope.
loopPassTwo - Variable in class com.sun.tools.javac.comp.Flow
Set when processing a loop body the second time for DU analysis.
lor - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lower - Variable in class com.sun.tools.javac.code.Type.CapturedType
 
lower - Variable in class com.sun.tools.javac.code.Type.TypeVar
 
Lower - Class in com.sun.tools.javac.comp
This pass translates away some syntactic sugar: inner classes, class literals, assertions, foreach loops, etc.
Lower(Context) - Constructor for class com.sun.tools.javac.comp.Lower
 
lower - Variable in class com.sun.tools.javac.main.JavaCompiler
The syntactic sugar desweetener.
Lower.ClassMap - Class in com.sun.tools.javac.comp
A navigator class for assembling a mapping from local class symbols to class definition trees.
Lower.ClassMap() - Constructor for class com.sun.tools.javac.comp.Lower.ClassMap
 
Lower.EnumMapping - Class in com.sun.tools.javac.comp
This map gives a translation table to be used for enum switches.
Lower.EnumMapping(JCDiagnostic.DiagnosticPosition, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.comp.Lower.EnumMapping
 
Lower.FreeVarCollector - Class in com.sun.tools.javac.comp
A navigator class for collecting the free variables accessed from a local class.
Lower.FreeVarCollector(Symbol.ClassSymbol) - Constructor for class com.sun.tools.javac.comp.Lower.FreeVarCollector
 
Lower.TreeBuilder - Interface in com.sun.tools.javac.comp
Building blocks for let expressions
lowerBound - Variable in class com.sun.tools.javac.code.Types
 
lowerBound(Type) - Method in class com.sun.tools.javac.code.Types
The "lvalue conversion".
The lower bound of most types is the type itself.
lowerBoundArgtypes(Type) - Method in class com.sun.tools.javac.code.Types
Returns the lower bounds of the formals of a method.
lowerBoundMapping - Variable in class com.sun.tools.javac.code.Types
 
lowerBoxedPostop(JCTree.JCUnary) - Method in class com.sun.tools.javac.comp.Lower
Lower a tree of the form e++ or e-- where e is an object type
lowercase - Variable in enum com.sun.mirror.declaration.Modifier
 
lowercase - Variable in enum javax.lang.model.element.Modifier
 
lowerKey - Static variable in class com.sun.tools.javac.comp.Lower
 
lP - Variable in class sun.tools.javap.JavapPrinter
 
LPAREN - Static variable in interface sun.tools.javap.Constants
 
lreturn - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
LSHIFT - Static variable in interface sun.tools.javap.Constants
 
lshl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lshll - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcodes; used for shifts with long shiftcount
lshr - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lshrl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcodes; used for shifts with long shiftcount
LSQBRACKET - Static variable in interface sun.tools.javap.Constants
 
lstore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lstore_0 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lstore_1 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lstore_2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lstore_3 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lsub - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
LT - Static variable in class com.sun.tools.javac.tree.JCTree
 
LT - Static variable in interface sun.tools.javap.Constants
 
lub(Type, Type) - Method in class com.sun.tools.javac.code.Types
Return the least upper bound of pair of types.
lub(List<Type>) - Method in class com.sun.tools.javac.code.Types
Return the least upper bound (lub) of set of types.
lushr - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
lushrl - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcodes; used for shifts with long shiftcount
lvar - Variable in class com.sun.tools.javac.jvm.Code
Local variables, indexed by register.
lxor - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.

M

m - Variable in class com.sun.tools.javac.jvm.Pool.Method
 
M - Variable in class com.sun.tools.javac.tree.TreeCopier
 
m - Static variable in class com.sun.tools.javah.Util
 
m_writer - Variable in class com.sun.tools.doclets.formats.html.LinkFactoryImpl
 
magic - Variable in class com.sun.tools.classfile.ClassFile
 
magic - Variable in class sun.tools.javap.ClassData
 
main(List<JCTree.JCCompilationUnit>, ListBuffer<Symbol.ClassSymbol>, Map<String, String>, ClassLoader, AnnotationProcessorFactory, Set<Class<? extends AnnotationProcessorFactory>>) - Method in class com.sun.tools.apt.comp.Apt
 
Main - Class in com.sun.tools.apt
The main program for the command-line tool apt.
Main() - Constructor for class com.sun.tools.apt.Main
 
Main - Class in com.sun.tools.apt.main
This class provides a commandline interface to the apt build-time tool.
Main(String) - Constructor for class com.sun.tools.apt.main.Main
Construct a compiler instance.
Main(String, PrintWriter) - Constructor for class com.sun.tools.apt.main.Main
Construct a compiler instance.
main(String...) - Static method in class com.sun.tools.apt.Main
Command line interface.
main(List<JCTree.JCCompilationUnit>) - Method in class com.sun.tools.javac.comp.Enter
Main method: enter all classes in a list of toplevel trees.
main(String...) - Static method in class com.sun.tools.javac.Launcher
 
Main - Class in com.sun.tools.javac
The programmatic interface for the Java Programming Language compiler, javac.
Main() - Constructor for class com.sun.tools.javac.Main
 
Main - Class in com.sun.tools.javac.main
This class provides a commandline interface to the GJC compiler.
Main(String) - Constructor for class com.sun.tools.javac.main.Main
Construct a compiler instance.
Main(String, PrintWriter) - Constructor for class com.sun.tools.javac.main.Main
Construct a compiler instance.
main(String[]) - Static method in class com.sun.tools.javac.Main
Unsupported command line interface.
main(String...) - Static method in class com.sun.tools.javac.Server
 
main(String...) - Static method in class com.sun.tools.javac.sym.CreateSymbols
 
main(String[]) - Static method in class com.sun.tools.javac.util.Bits
Test Bits.nextBit(int).
main(List<JCTree.JCCompilationUnit>) - Method in class com.sun.tools.javadoc.JavadocEnter
 
Main - Class in com.sun.tools.javadoc
Provides external entry points (tool and programmatic) for the javadoc program.
Main() - Constructor for class com.sun.tools.javadoc.Main
Constructor should never be called.
main(String...) - Static method in class com.sun.tools.javadoc.Main
Command line interface.
Main - Class in com.sun.tools.javah
Javah generates support files for native methods.
Main() - Constructor for class com.sun.tools.javah.Main
 
main(String[]) - Static method in class com.sun.tools.javah.Main
 
Main - Class in com.sun.tools.javap
Main entry point.
Main() - Constructor for class com.sun.tools.javap.Main
 
main(String[]) - Static method in class com.sun.tools.javap.Main
Main entry point for the launcher.
main(String[]) - Static method in class edu.rice.cs.mint.runtime.Mint
 
main(String[]) - Static method in class edu.rice.cs.mint.test.StringCodeTest
 
Main - Class in sun.tools.javap
Entry point for javap, class file disassembler.
Main(PrintWriter) - Constructor for class sun.tools.javap.Main
 
main(String[]) - Static method in class sun.tools.javap.Main
 
Main.AptHiddenOption - Class in com.sun.tools.apt.main
 
Main.AptHiddenOption(String) - Constructor for class com.sun.tools.apt.main.Main.AptHiddenOption
 
Main.AptHiddenOption(String, String) - Constructor for class com.sun.tools.apt.main.Main.AptHiddenOption
 
Main.AptOption - Class in com.sun.tools.apt.main
 
Main.AptOption(String, String, String) - Constructor for class com.sun.tools.apt.main.Main.AptOption
 
Main.AptOption(String, String) - Constructor for class com.sun.tools.apt.main.Main.AptOption
 
Main.AptXOption - Class in com.sun.tools.apt.main
A nonstandard or extended (-X) option
Main.AptXOption(String, String, String) - Constructor for class com.sun.tools.apt.main.Main.AptXOption
 
Main.AptXOption(String, String) - Constructor for class com.sun.tools.apt.main.Main.AptXOption
 
Main.HiddenOption - Class in com.sun.tools.apt.main
A hidden (implementor) option
Main.HiddenOption(String) - Constructor for class com.sun.tools.apt.main.Main.HiddenOption
 
Main.HiddenOption(String, String) - Constructor for class com.sun.tools.apt.main.Main.HiddenOption
 
Main.Option - Class in com.sun.tools.apt.main
This class represents an option recognized by the main program
Main.Option(String, String, String) - Constructor for class com.sun.tools.apt.main.Main.Option
 
Main.Option(String, String) - Constructor for class com.sun.tools.apt.main.Main.Option
 
Main.SharedOption - Class in com.sun.tools.apt.main
 
Main.SharedOption(String, String, String) - Constructor for class com.sun.tools.apt.main.Main.SharedOption
 
Main.SharedOption(String, String) - Constructor for class com.sun.tools.apt.main.Main.SharedOption
 
Main.XOption - Class in com.sun.tools.apt.main
A nonstandard or extended (-X) option
Main.XOption(String, String, String) - Constructor for class com.sun.tools.apt.main.Main.XOption
 
Main.XOption(String, String) - Constructor for class com.sun.tools.apt.main.Main.XOption
 
MainDoclet - Class in com.sun.tools.javah
A doclet to parse and execute commandline options.
MainDoclet() - Constructor for class com.sun.tools.javah.MainDoclet
 
major_version - Variable in class com.sun.tools.classfile.ClassFile
 
major_version - Variable in class sun.tools.javap.ClassData
 
majorVersion - Variable in enum com.sun.tools.javac.jvm.Target
 
make - Variable in class com.sun.tools.javac.comp.Annotate
 
make - Variable in class com.sun.tools.javac.comp.Attr
 
make - Variable in class com.sun.tools.javac.comp.Enter
 
make - Variable in class com.sun.tools.javac.comp.Flow
 
make - Variable in class com.sun.tools.javac.comp.Lower
 
make - Variable in class com.sun.tools.javac.comp.MemberEnter
 
make - Variable in class com.sun.tools.javac.comp.TransTypes
 
make - Variable in class com.sun.tools.javac.jvm.Gen
 
make - Variable in class com.sun.tools.javac.main.JavaCompiler
The tree factory module.
make() - Method in interface com.sun.tools.javac.util.Context.Factory
 
make(FileObject, int, Position.LineMap) - Static method in class com.sun.tools.javadoc.SourcePositionImpl
 
make - Variable in class edu.rice.cs.mint.comp.TransStaging
 
make0(Context) - Static method in class com.sun.tools.javadoc.JavadocTool
Construct a new javadoc tool.
make_at(JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.comp.Lower
Equivalent to make.at(pos.getStartPosition()) with side effect of caching pos as make_pos, for use in diagnostics.
make_at(JCDiagnostic.DiagnosticPosition) - Method in class edu.rice.cs.mint.comp.TransStaging
Equivalent to make.at(pos.getStartPosition()) with side effect of caching pos as make_pos, for use in diagnostics.
make_pos - Variable in class com.sun.tools.javac.comp.Lower
 
make_pos - Variable in class edu.rice.cs.mint.comp.TransStaging
 
makeAccessible(Symbol) - Method in class com.sun.tools.javac.comp.Lower
Add all required access methods for a private symbol to enclosing class.
makeAnnotationTypeElementDoc(Symbol.MethodSymbol, String, JCTree.JCMethodDecl, Position.LineMap) - Method in class com.sun.tools.javadoc.DocEnv
Create the AnnotationTypeElementDoc for a MethodSymbol.
makeAssignItem(Items.Item) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing an assignment expression.
makeAssignop(int, JCTree, JCTree) - Method in class com.sun.tools.javac.comp.Lower
Make an attributed assignop expression.
makeBinary(int, JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Lower
Make an attributed binary expression.
makeByteBuffer(InputStream) - Method in class com.sun.tools.javac.file.JavacFileManager
Make a byte buffer from an input stream.
makeCall(JCTree.JCExpression, Name, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.comp.Lower
Create an attributed tree of the form left.name().
makeCall(JCTree.JCExpression, Name, List<JCTree.JCExpression>) - Method in class edu.rice.cs.mint.comp.TransStaging
Create an attributed tree of the form left.name().
makeClassDoc(Symbol.ClassSymbol, String, JCTree.JCClassDecl, Position.LineMap) - Method in class com.sun.tools.javadoc.DocEnv
Create the ClassDoc (or a subtype) for a class symbol.
makeClassType(Types, Type) - Static method in class com.sun.tools.javac.code.Attribute.Class
 
makeComma(JCTree, JCTree) - Method in class com.sun.tools.javac.comp.Lower
 
makeCompoundType(List<Type>, Type) - Method in class com.sun.tools.javac.code.Types
Make a compound type from non-empty list of types
makeCompoundType(List<Type>) - Method in class com.sun.tools.javac.code.Types
Same as Types.makeCompoundType(List,Type), except that the second parameter is computed directly.
makeCompoundType(Type, Type) - Method in class com.sun.tools.javac.code.Types
A convenience wrapper for Types.makeCompoundType(List); the arguments are converted to a list and passed to the other method.
makeCondItem(int, Code.Chain, Code.Chain) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing a conditional or unconditional jump.
makeCondItem(int) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing a conditional or unconditional jump.
makeConstructorDoc(Symbol.MethodSymbol, String, JCTree.JCMethodDecl, Position.LineMap) - Method in class com.sun.tools.javadoc.DocEnv
Create the ConstructorDoc for a MethodSymbol.
makeEmptyClass(long, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Lower
Create an empty anonymous class definition and enter and complete its symbol.
makeEntry(Symbol, Scope.Entry, Scope.Entry, Scope, Scope) - Method in class com.sun.tools.javac.code.Scope.ImportScope
 
makeEntry(Symbol, Scope.Entry, Scope.Entry, Scope, Scope) - Method in class com.sun.tools.javac.code.Scope
 
makeExtendsWildcard(Type, Type.TypeVar) - Method in class com.sun.tools.javac.code.Types
Create a wildcard with the given upper (extends) bound; create an unbounded wildcard if bound is Object.
makeFieldDoc(Symbol.VarSymbol, String, JCTree.JCVariableDecl, Position.LineMap) - Method in class com.sun.tools.javadoc.DocEnv
Create a FieldDoc for a var symbol.
makeIdent(Symbol, Type) - Method in class edu.rice.cs.mint.comp.TransStaging
Make an attributed tree representing an identifier.
makeImmediateItem(Type, Object) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing a literal.
makeIndexedItem(Type) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing an indexed expression.
makeLineMap(char[], int, boolean) - Static method in class com.sun.tools.javac.util.Position
A two-way map between line/column numbers and positions, derived from a scan done at creation time.
makeLit(Type, Object) - Method in class com.sun.tools.javac.comp.Lower
Make an attributed tree representing a literal.
makeLit(Type, Object) - Method in class edu.rice.cs.mint.comp.TransStaging
Make an attributed tree representing a literal.
makeLocalItem(Symbol.VarSymbol) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing a local variable.
makeLocalItem(Type, int) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing a local anonymous variable.
makeMemberItem(Symbol, boolean) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing an instance variable or method.
makeMethodDoc(Symbol.MethodSymbol, String, JCTree.JCMethodDecl, Position.LineMap) - Method in class com.sun.tools.javadoc.DocEnv
Create a MethodDoc for this MethodSymbol.
makeMSPTreeCode(List<MSPTreeCodeSerializer.Elem>, Type, boolean, boolean) - Method in class edu.rice.cs.mint.comp.TransStaging
 
makeNewArray(JCDiagnostic.DiagnosticPosition, Type, int) - Method in class com.sun.tools.javac.jvm.Gen
Generate code to create an array with given element type and number of dimensions.
makeNewClass(Type, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.comp.Lower
Make an attributed class instance creation expression.
makeNewClass(Type, List<Type>, List<JCTree.JCExpression>) - Method in class edu.rice.cs.mint.comp.TransStaging
Make an attributed class instance creation expression.
makeNull() - Method in class com.sun.tools.javac.comp.Lower
Make an attributed tree representing null.
makeNullCheck(JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Attr
Make an attributed null check tree.
makeOp(int, Token, JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
Construct a binary or type test node.
makeOuterThis(JCDiagnostic.DiagnosticPosition, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Lower
Construct a tree that represents the outer instance .
makeOwnerThis(JCDiagnostic.DiagnosticPosition, Symbol, boolean) - Method in class com.sun.tools.javac.comp.Lower
Construct a tree that represents the closest outer instance such that the given symbol is a member of C.
makeOwnerThisN(JCDiagnostic.DiagnosticPosition, Symbol, boolean) - Method in class com.sun.tools.javac.comp.Lower
Similar to makeOwnerThis but will never pick "this".
makePackageDoc(Symbol.PackageSymbol, String, JCTree.JCCompilationUnit) - Method in class com.sun.tools.javadoc.DocEnv
Create the PackageDoc (or a subtype) for a package symbol.
makeRef(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.jvm.Gen
Insert a reference to given type in the constant pool, checking for an array with too many dimensions; return the reference's index.
makeSignature(boolean) - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
 
makeSpace(int) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
makeStackItem(Type) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing a value on stack.
makeStaticItem(Symbol) - Method in class com.sun.tools.javac.jvm.Items
Make an item representing a static variable or method.
makeString(JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Lower
Convert tree into string object, unless it has already a reference type..
makeStringBuffer(JCDiagnostic.DiagnosticPosition) - Method in class com.sun.tools.javac.jvm.Gen
Make a new string buffer.
makeSuperItem() - Method in class com.sun.tools.javac.jvm.Items
Make an item representing `super'.
makeSuperWildcard(Type, Type.TypeVar) - Method in class com.sun.tools.javac.code.Types
Create a wildcard with the given lower (super) bound; create an unbounded wildcard if bound is bottom (type of null).
makeTemp(Type) - Method in class com.sun.tools.javac.jvm.Gen
Create a tempory variable.
makeThis(JCDiagnostic.DiagnosticPosition, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Lower
Construct a tree simulating the expression .
makeThisItem() - Method in class com.sun.tools.javac.jvm.Items
Make an item representing `this'.
makeUnary(int, JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Lower
Make an attributed unary expression.
makeURI(String) - Static method in class edu.rice.cs.mint.runtime.StringJavaFileObject
 
makeVoidItem() - Method in class com.sun.tools.javac.jvm.Items
Make a void item
mandatory - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
mandatoryNote(JavaFileObject, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Provide a non-fatal notification, unless suppressed by the -nowarn option.
mandatoryNote(DiagnosticSource, String, Object...) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a note diagnostic that will not be hidden by the -nowarn or -Xlint:none options.
mandatoryWarning(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Report a warning.
mandatoryWarning(DiagnosticSource, JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a warning diagnostic that will not be hidden by the -nowarn or -Xlint:none options.
MandatoryWarningHandler - Class in com.sun.tools.javac.util
A handler to process mandatory warnings, setting up a deferred diagnostic to be printed at the end of the compilation if some warnings get suppressed because too many warnings have already been generated.
MandatoryWarningHandler(Log, boolean, boolean, String) - Constructor for class com.sun.tools.javac.util.MandatoryWarningHandler
Create a handler for mandatory warnings.
MandatoryWarningHandler.DeferredDiagnosticKind - Enum in com.sun.tools.javac.util
The kinds of different deferred diagnostics that might be generated if a mandatory warning is suppressed because too many warnings have already been output.
MandatoryWarningHandler.DeferredDiagnosticKind(String) - Constructor for enum com.sun.tools.javac.util.MandatoryWarningHandler.DeferredDiagnosticKind
 
Mangle - Class in com.sun.tools.javah
A utility for mangling java identifiers into C names.
Mangle() - Constructor for class com.sun.tools.javah.Mangle
 
mangle(String, int) - Static method in class com.sun.tools.javah.Mangle
 
Mangle.Type - Class in com.sun.tools.javah
 
Mangle.Type() - Constructor for class com.sun.tools.javah.Mangle.Type
 
mangleChar(char) - Static method in class com.sun.tools.javah.Mangle
 
mangleClassName(String) - Method in class com.sun.tools.javah.LLNI
 
mangleMethod(MethodDoc, RootDoc, ClassDoc, int) - Static method in class com.sun.tools.javah.Mangle
 
map - Variable in class com.sun.tools.classfile.Attributes
 
map - Static variable in class com.sun.tools.javac.code.Lint
 
map(Type.Mapping) - Method in class com.sun.tools.javac.code.Type.ArrayType
 
map(Type.Mapping) - Method in class com.sun.tools.javac.code.Type.ClassType
 
map(Type.Mapping) - Method in class com.sun.tools.javac.code.Type.ErrorType
 
map(Type.Mapping) - Method in class com.sun.tools.javac.code.Type.ForAll
 
map(Type.Mapping) - Method in class com.sun.tools.javac.code.Type
map a type function over all immediate descendants of this type
map(List<Type>, Type.Mapping) - Static method in class com.sun.tools.javac.code.Type
map a type function over a list of types
map(Type.Mapping) - Method in class com.sun.tools.javac.code.Type.MethodType
 
map(Type.Mapping) - Method in class com.sun.tools.javac.code.Type.WildcardType
 
map - Variable in class com.sun.tools.javac.file.ZipArchive
 
map - Variable in class com.sun.tools.javap.Context
 
mapAnnotations(Map<String, List<T>>, Object, T) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Map the AnnotationType to the ProgramElementDocs that use them as type parameters.
mapAnnotations(Map<String, List<T>>, PackageDoc, T) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Map the AnnotationType to the ProgramElementDocs that use them as type parameters.
mapClass() - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
 
mapExecutable(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Determine classes used by a method or constructor, so they can be inverse mapped.
mapForEnum(JCDiagnostic.DiagnosticPosition, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.comp.Lower
 
mapping - Variable in class com.sun.tools.javac.code.Types.Adapter
 
mappingClass - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
The mapping class, whose inherited members are put in the VisibleMemberMap.ClassMembers.members list.
mapSerialFieldTagImplsToFieldDocImpls(FieldDocImpl, DocEnv, Symbol.ClassSymbol) - Method in class com.sun.tools.javadoc.SerializedForm
 
mapToFieldDocImpl(FieldDocImpl) - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
 
mapTypeName(int) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
mapTypeName(int) - Static method in class sun.tools.javap.Tables
 
mapTypeNames - Static variable in class sun.tools.javap.Tables
Define MapTypes table.
mapTypeParameters(Map<String, List<T>>, Object, T) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Map the ClassDocs to the ProgramElementDocs that use them as type parameters.
MapTypes - Static variable in class sun.tools.javap.Tables
 
mapTypeValue(String) - Static method in class sun.tools.javap.Tables
 
mapVar - Variable in class com.sun.tools.javac.comp.Lower.EnumMapping
 
markDead() - Method in class com.sun.tools.javac.comp.Flow
Record that statement is unreachable.
markDead() - Method in class com.sun.tools.javac.jvm.Code
Switch code generation on/off.
markInitialized(UninitializedType) - Method in class com.sun.tools.javac.jvm.Code.State
 
markStatBegin() - Method in class com.sun.tools.javac.jvm.Code
Force stat begin eagerly
markThrown(JCTree, Type) - Method in class com.sun.tools.javac.comp.Flow
Record that exception is potentially thrown and check that it is caught.
maskName(String) - Method in class com.sun.tools.javah.LLNI
 
match(JavacOption.OptionKind, JavacOption.OptionKind) - Static method in class com.sun.tools.javac.api.JavacTool
 
matchAnnoToTree(AnnotationMirror, Element, JCTree) - Method in class com.sun.tools.javac.model.JavacElements
Returns the tree for an annotation given the annotated element and the element's own tree.
matchAnnoToTree(Attribute.Compound, List<Attribute.Compound>, List<JCTree.JCAnnotation>) - Method in class com.sun.tools.javac.model.JavacElements
Returns the tree for an annotation given a list of annotations in which to search (recursively) and their corresponding trees.
matchAnnoToTree(Attribute.Compound, Attribute, JCTree) - Method in class com.sun.tools.javac.model.JavacElements
Returns the tree for an annotation given an Attribute to search (recursively) and its corresponding tree.
matches(Declaration) - Method in class com.sun.mirror.util.DeclarationFilter.AccessFilter
 
matches(Declaration) - Method in class com.sun.mirror.util.DeclarationFilter
Tests whether this filter matches a given declaration.
matches(String) - Method in class com.sun.tools.apt.main.Main.Option
Does argument string match option pattern?
matches(ProgramElementDoc, ProgramElementDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
 
matches(String) - Method in interface com.sun.tools.javac.main.JavacOption
Does argument string match option pattern?
matches(String) - Method in class com.sun.tools.javac.main.JavacOption.Option
 
matches(String) - Method in class com.sun.tools.javap.JavapTask.Option
 
matchingField - Variable in class com.sun.tools.javadoc.SerialFieldTagImpl
 
MAX - Static variable in enum com.sun.tools.javac.jvm.Target
 
MAX() - Static method in enum com.sun.tools.javac.jvm.Target
 
MAX_CHAR - Static variable in class com.sun.tools.javac.file.ZipFileIndex
 
MAX_CODE - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
MAX_CONSTANT_VALUE_INDEX_LENGTH - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
The maximum number of package directories shown in the constant value index.
MAX_DIMENSIONS - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
MAX_ENTRIES - Static variable in class com.sun.tools.javac.jvm.Pool
 
MAX_LOCAL_LENGTH_DIFF - Static variable in class com.sun.tools.javac.jvm.ClassWriter
 
max_locals - Variable in class com.sun.tools.classfile.Code_attribute
 
MAX_LOCALS - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
max_locals - Variable in class com.sun.tools.javac.jvm.Code
The maximum number of local variable slots.
max_locals - Variable in class sun.tools.javap.MethodData
 
MAX_PARAMETERS - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
max_stack - Variable in class com.sun.tools.classfile.Code_attribute
 
MAX_STACK - Static variable in class com.sun.tools.javac.jvm.ClassFile
 
max_stack - Variable in class com.sun.tools.javac.jvm.Code
The maximum stack size.
max_stack - Variable in class sun.tools.javap.MethodData
 
MAX_STRING_LENGTH - Static variable in class com.sun.tools.javac.jvm.Pool
 
MAXCOLUMN - Static variable in class com.sun.tools.javac.util.Position
 
MaxErrors - Variable in class com.sun.tools.javac.util.Log
The maximum number of errors/warnings that are reported.
MAXFILESIZE - Static variable in interface sun.tools.javap.Constants
 
maximizeInst(Type.UndetVar, Warner) - Method in class com.sun.tools.javac.comp.Infer
Instantiate undetermined type variable to its minimal upper bound.
maxKey - Variable in class com.sun.tools.javac.parser.Keywords
The number of the last entered keyword.
MAXLINE - Static variable in class com.sun.tools.javac.util.Position
 
MAXLINENUMBER - Static variable in interface sun.tools.javap.Constants
 
MAXPOS - Static variable in class com.sun.tools.javac.util.Position
 
MaxWarnings - Variable in class com.sun.tools.javac.util.Log
 
member(Name) - Method in class com.sun.tools.javac.code.Attribute.Compound
 
member - Variable in class com.sun.tools.javac.jvm.Items.MemberItem
The represented symbol.
member - Variable in class com.sun.tools.javac.jvm.Items.StaticItem
The represented symbol.
MemberClassFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
MemberDeclaration - Interface in com.sun.mirror.declaration
Represents a declaration that may be a member or constructor of a declared type.
MemberDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of MemberDeclaration
MemberDeclarationImpl(AptEnv, Symbol) - Constructor for class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
 
MemberDoc - Interface in com.sun.javadoc
Represents a member of a java class: field, constructor, or method.
MemberDocImpl - Class in com.sun.tools.javadoc
Represents a member of a java class: field, constructor, or method.
MemberDocImpl(DocEnv, Symbol, String, JCTree, Position.LineMap) - Constructor for class com.sun.tools.javadoc.MemberDocImpl
constructor.
memberEnter - Variable in class com.sun.tools.javac.api.JavacTrees
 
memberEnter - Variable in class com.sun.tools.javac.comp.Attr
 
memberEnter - Variable in class com.sun.tools.javac.comp.Enter
 
MemberEnter - Class in com.sun.tools.javac.comp
This is the second phase of Enter, in which classes are completed by entering their members into the class scope using MemberEnter.complete().
MemberEnter(Context) - Constructor for class com.sun.tools.javac.comp.MemberEnter
 
memberEnter(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Enter field and method definitions and process import clauses, catching any completion failure exceptions.
memberEnter(List<? extends JCTree>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Enter members from a list of trees.
memberEnterKey - Static variable in class com.sun.tools.javac.comp.MemberEnter
 
memberIsVisible(ProgramElementDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
Is given doc item visible in given classdoc in terms fo inheritance? The given doc item is visible in the given classdoc if it is public or protected and if it is package-private if it's containing class is in the same package as the given classdoc.
memberNameMap - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Map for each member name on to a map which contains members with same name-signature.
members - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
 
members - Variable in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
members(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
members - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
The list of members being documented.
members(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
Returns a list of members that will be documented for the given class.
members() - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
Return the list of visible constant fields for the given classdoc.
members(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
Returns a list of constructors that will be documented for the given class.
members(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
Returns a list of enum constants that will be documented for the given class.
members(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
Returns a list of fields that will be documented for the given class.
members(int) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Returns a list of methods that will be documented for the given class.
members(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
Returns a list of methods that will be documented for the given class.
members - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMember
 
members - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
List of inherited members from the mapping class.
members() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
 
members() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
members() - Method in class com.sun.tools.javac.code.Symbol
If this is a class or package, its members, otherwise null.
members() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
members_field - Variable in class com.sun.tools.javac.code.Symbol.ClassSymbol
a scope for all class members; variables, methods and inner classes type parameters are not part of this scope
members_field - Variable in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
MemberSelectTree - Interface in com.sun.source.tree
A tree node for a member access expression.
MemberSummaryBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds the member summary.
MemberSummaryBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
 
MemberSummaryWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing member summary output.
memberSummaryWriters - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
The member summary writers for the given class.
memberType - Variable in class com.sun.tools.javac.code.Types
 
memberType(Type, Symbol) - Method in class com.sun.tools.javac.code.Types
The type of given symbol, seen as a member of t.
menu() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <MENU> tag.
menuEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </MENU> tag.
merge(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
merge() - Method in class com.sun.tools.javac.comp.Flow
Merge (intersect) inits/uninits from WhenTrue/WhenFalse sets.
mergeCache - Variable in class com.sun.tools.javac.code.Types
 
mergeChains(Code.Chain, Code.Chain) - Static method in class com.sun.tools.javac.jvm.Code
Merge the jumps in of two chains into one.
mergeWith(CRTable.SourceRange) - Method in class com.sun.tools.javac.jvm.CRTable.SourceRange
Compare the starting and the ending positions of the source range and combines them assigning the widest range to this.
message - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Message Retriever for the doclet, to retrieve message from the resource file for this Configuration, which is common for 1.1 and standard doclets.
message - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The message retriever that will be used to print error messages.
message - Variable in class javax.annotation.processing.Completions.SimpleCompletion
 
Messager - Interface in com.sun.mirror.apt
A Messager provides the way for an annotation processor to report error messages, warnings, and other notices.
messager - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
messager - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
messager - Variable in class com.sun.tools.javadoc.DocEnv
 
messager - Variable in class com.sun.tools.javadoc.DocletInvoker
 
messager - Variable in class com.sun.tools.javadoc.JavadocEnter
 
messager - Variable in class com.sun.tools.javadoc.JavadocTool
 
Messager - Class in com.sun.tools.javadoc
Utility for integrating with javadoc tools and for localization.
Messager(Context, String) - Constructor for class com.sun.tools.javadoc.Messager
Constructor
Messager(Context, String, PrintWriter, PrintWriter, PrintWriter) - Constructor for class com.sun.tools.javadoc.Messager
Constructor
messager - Variable in class com.sun.tools.javadoc.Start
 
Messager - Interface in javax.annotation.processing
A Messager provides the way for an annotation processor to report error messages, warnings, and other notices.
Messager.ExitJavadoc - Error in com.sun.tools.javadoc
 
Messager.ExitJavadoc() - Constructor for error com.sun.tools.javadoc.Messager.ExitJavadoc
 
messageRB - Variable in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
The lazily fetched resource..
messageRB - Variable in class com.sun.tools.javadoc.Messager
 
messageRBapt - Static variable in class com.sun.tools.apt.main.Main
 
messageRBjavac - Static variable in class com.sun.tools.apt.main.Main
 
MessageRetriever - Class in com.sun.tools.doclets.internal.toolkit.util
Retrieve and format messages stored in a resource.
MessageRetriever(ResourceBundle) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Initilize the ResourceBundle with the given resource.
MessageRetriever(Configuration, String) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Initilize the ResourceBundle with the given resource.
MessagerImpl - Class in com.sun.tools.apt.mirror.apt
Implementation of Messager.
MessagerImpl(Context) - Constructor for class com.sun.tools.apt.mirror.apt.MessagerImpl
 
messagerKey - Static variable in class com.sun.tools.apt.mirror.apt.MessagerImpl
 
Messages - Interface in com.sun.tools.javac.api
This interface defines the minimum requirements in order to provide support for localized formatted strings.
messages - Variable in class com.sun.tools.javac.code.Types
 
messages - Static variable in class com.sun.tools.javac.main.Main
 
messages - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
JavacMessages object used for localization
messages - Variable in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
JavacMessages object used by this formatter for i18n
messages - Variable in class com.sun.tools.javac.util.Log
JavacMessages object used for localization
messagesKey - Static variable in class com.sun.tools.javac.util.JavacMessages
The context key for the JavacMessages object.
metakeywords - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The meta tag keywords instance.
MetaKeywords - Class in com.sun.tools.doclets.internal.toolkit.util
Provides methods for creating an array of class, method and field names to be included as meta keywords in the HTML header of class pages.
MetaKeywords(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.MetaKeywords
Constructor
meth - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
meth - Variable in class com.sun.tools.javac.jvm.Code
 
meth - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
meth - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
meth - Variable in class com.sun.tools.javadoc.AnnotationDescImpl.ElementValuePairImpl
 
methlist - Variable in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
Method - Class in com.sun.tools.classfile
 
Method(ClassReader) - Constructor for class com.sun.tools.classfile.Method
 
Method(AccessFlags, int, Descriptor, Attributes) - Constructor for class com.sun.tools.classfile.Method
 
METHOD - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The marker in the location string for methods.
METHOD - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
method - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
The method to search documentation from.
method - Variable in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
 
METHOD - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all (monomorphic) method types.
METHOD - Variable in class com.sun.tools.javac.util.Names
 
Method - Variable in class com.sun.tools.javac.util.Names
 
method - Variable in class com.sun.tools.javap.ClassWriter
 
METHOD - Static variable in interface sun.tools.javap.Constants
 
method_index - Variable in class com.sun.tools.classfile.EnclosingMethod_attribute
 
METHOD_JDK_1 - Static variable in class com.sun.tools.javah.Mangle.Type
 
METHOD_JNI_LONG - Static variable in class com.sun.tools.javah.Mangle.Type
 
METHOD_JNI_SHORT - Static variable in class com.sun.tools.javah.Mangle.Type
 
METHOD_KIND - Static variable in class javax.lang.model.util.ElementFilter
 
methodArguments(List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
 
MethodBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds documentation for a method.
MethodBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
 
methodClass - Variable in class com.sun.tools.javac.code.Symtab
The builtin type of all methods.
MethodData - Class in sun.tools.javap
Strores method data informastion.
MethodData(ClassData) - Constructor for class sun.tools.javap.MethodData
 
methodDecl(MethodDoc, ClassDoc, String) - Method in class com.sun.tools.javah.LLNI
 
MethodDeclaration - Interface in com.sun.mirror.declaration
Represents a method of a class or interface.
MethodDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of MethodDeclaration
MethodDeclarationImpl(AptEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.MethodDeclarationImpl
 
methodDeclaratorRest(int, JCTree.JCModifiers, JCTree.JCExpression, Name, List<JCTree.JCTypeParameter>, boolean, boolean, String) - Method in class com.sun.tools.javac.parser.JavacParser
MethodDeclaratorRest = FormalParameters BracketsOpt [Throws TypeList] ( MethodBody | [DEFAULT AnnotationValue] ";") VoidMethodDeclaratorRest = FormalParameters [Throws TypeList] ( MethodBody | ";") InterfaceMethodDeclaratorRest = FormalParameters BracketsOpt [THROWS TypeList] ";" VoidInterfaceMethodDeclaratorRest = FormalParameters [THROWS TypeList] ";" ConstructorDeclaratorRest = "(" FormalParameterListOpt ")" [THROWS TypeList] MethodBody
methodDecls(ClassDoc, String) - Method in class com.sun.tools.javah.LLNI
 
MethodDef(JCTree.JCModifiers, Name, JCTree.JCExpression, List<JCTree.JCTypeParameter>, List<JCTree.JCVariableDecl>, List<JCTree.JCExpression>, JCTree.JCBlock, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
METHODDEF - Static variable in class com.sun.tools.javac.tree.JCTree
Method definitions, of type MethodDef.
MethodDef(JCTree.JCModifiers, Name, JCTree.JCExpression, List<JCTree.JCTypeParameter>, List<JCTree.JCVariableDecl>, List<JCTree.JCExpression>, JCTree.JCBlock, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
MethodDef(Symbol.MethodSymbol, JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a method definition from a method symbol and a method body.
MethodDef(Symbol.MethodSymbol, Type, JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a method definition from a method symbol, method type and a method body.
MethodDoc - Interface in com.sun.javadoc
Represents a method of a java class.
MethodDocImpl - Class in com.sun.tools.javadoc
Represents a method of a java class.
MethodDocImpl(DocEnv, Symbol.MethodSymbol) - Constructor for class com.sun.tools.javadoc.MethodDocImpl
constructor.
MethodDocImpl(DocEnv, Symbol.MethodSymbol, String, JCTree.JCMethodDecl, Position.LineMap) - Constructor for class com.sun.tools.javadoc.MethodDocImpl
constructor.
methodEnv(JCTree.JCMethodDecl, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Create a fresh environment for method bodies.
MethodFinder - Class in com.sun.tools.doclets.internal.toolkit.util
This class is useful for searching a method which has documentation comment and documentation tags.
MethodFinder() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.MethodFinder
 
methodFlags - Static variable in class com.sun.tools.classfile.AccessFlags
 
MethodFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
MethodInvocationTree - Interface in com.sun.source.tree
A tree node for a method invocation expression.
methodMap - Variable in class com.sun.tools.javadoc.DocEnv
 
methodModifiers - Static variable in class com.sun.tools.classfile.AccessFlags
 
methodNotFound - Variable in class com.sun.tools.javac.comp.Resolve
 
METHODREF - Static variable in interface sun.tools.javap.Constants
 
methodResolutionCache - Variable in class com.sun.tools.javac.comp.Resolve
 
methodResolutionSteps - Variable in class com.sun.tools.javac.comp.Resolve
 
methods() - Method in interface com.sun.javadoc.ClassDoc
Return included methods in this class or interface.
methods(boolean) - Method in interface com.sun.javadoc.ClassDoc
Return methods in this class or interface, filtered to the specified access modifier option.
methods - Variable in class com.sun.tools.classfile.ClassFile
 
methods - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
The methods being documented.
METHODS - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
methods(boolean) - Method in class com.sun.tools.javadoc.AnnotationTypeDocImpl
Returns an empty array, as all methods are annotation type elements.
methods(boolean) - Method in class com.sun.tools.javadoc.ClassDocImpl
Return methods in class.
methods() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return included methods in class.
methods - Variable in class com.sun.tools.javadoc.SerializedForm
 
methods() - Method in class com.sun.tools.javadoc.SerializedForm
Return serialization methods in class.
methods - Variable in class com.sun.tools.javah.LLNI
 
methods - Variable in class sun.tools.javap.ClassData
 
methods_count - Variable in class sun.tools.javap.ClassData
 
methodSectionForClass(PrintWriter, ClassDoc, String) - Method in class com.sun.tools.javah.LLNI
 
methodsIn(Iterable<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a list of methods in elements.
methodsIn(Set<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a set of methods in elements.
methodSubWriter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
methodTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in methods.
MethodTree - Interface in com.sun.source.tree
A tree node for a method or annotation type element declaration.
methodTree - Variable in class com.sun.tools.javac.jvm.CRTable
The tree of the method this table is intended for.
methodType - Variable in class com.sun.tools.javac.jvm.Gen
A type that serves as the expected type for all method expressions.
methodWriter - Variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The writer for serializable method documentation.
MethodWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing method output.
MethodWriterImpl - Class in com.sun.tools.doclets.formats.html
Writes method documentation in HTML format.
MethodWriterImpl(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.MethodWriterImpl
Construct a new MethodWriterImpl.
MethodWriterImpl(SubWriterHolderWriter) - Constructor for class com.sun.tools.doclets.formats.html.MethodWriterImpl
Construct a new MethodWriterImpl.
MIN - Static variable in enum com.sun.tools.javac.jvm.Target
 
MIN() - Static method in enum com.sun.tools.javac.jvm.Target
 
MIN_CHAR - Static variable in class com.sun.tools.javac.file.ZipFileIndex
 
minimizeInst(Type.UndetVar, Warner) - Method in class com.sun.tools.javac.comp.Infer
Instantiate undetermined type variable to the lub of all its lower bounds.
minor_version - Variable in class com.sun.tools.classfile.ClassFile
 
minor_version - Variable in class sun.tools.javap.ClassData
 
minorVersion - Variable in enum com.sun.tools.javac.jvm.Target
 
Mint - Class in edu.rice.cs.mint.runtime
 
Mint() - Constructor for class edu.rice.cs.mint.runtime.Mint
 
MINUS - Static variable in class com.sun.tools.javac.tree.JCTree
 
MINUS_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
minusOne - Static variable in class com.sun.tools.javac.comp.ConstFold
 
MirroredTypeException - Exception in com.sun.mirror.type
Thrown when an application attempts to access the Class object corresponding to a TypeMirror.
MirroredTypeException(TypeMirror) - Constructor for exception com.sun.mirror.type.MirroredTypeException
Constructs a new MirroredTypeException for the specified type.
MirroredTypeException - Exception in javax.lang.model.type
Thrown when an application attempts to access the Class object corresponding to a TypeMirror.
MirroredTypeException(TypeMirror) - Constructor for exception javax.lang.model.type.MirroredTypeException
Constructs a new MirroredTypeException for the specified type.
MirroredTypesException - Exception in com.sun.mirror.type
Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.
MirroredTypesException(Collection<TypeMirror>) - Constructor for exception com.sun.mirror.type.MirroredTypesException
Constructs a new MirroredTypesException for the specified types.
MirroredTypesException - Exception in javax.lang.model.type
Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.
MirroredTypesException(List<? extends TypeMirror>) - Constructor for exception javax.lang.model.type.MirroredTypesException
Constructs a new MirroredTypesException for the specified types.
missingTypeVariables - Variable in class com.sun.tools.javac.jvm.ClassReader
 
mkCond() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
mkCond() - Method in class com.sun.tools.javac.jvm.Items.ImmediateItem
 
mkCond() - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to turn item into a testable condition.
mmappedIO - Variable in class com.sun.tools.javac.file.JavacFileManager
 
mnem(int) - Static method in class com.sun.tools.javac.jvm.Code
static tables
mnem - Static variable in class com.sun.tools.javac.jvm.Code.Mneumonics
 
mnemocodes - Static variable in class com.sun.tools.classfile.OpCodes
 
mnemocodes - Static variable in class sun.tools.javap.Tables
Define mnemocodes table.
MOD - Static variable in class com.sun.tools.javac.tree.JCTree
 
mod1 - Variable in class com.sun.mirror.util.DeclarationFilter.AccessFilter
 
mod2 - Variable in class com.sun.mirror.util.DeclarationFilter.AccessFilter
 
MOD_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
mode - Variable in class com.sun.tools.javac.parser.JavacParser
The current mode.
Modifier - Enum in com.sun.mirror.declaration
Represents a modifier on the declaration of a program element such as a class, method, or field.
Modifier() - Constructor for enum com.sun.mirror.declaration.Modifier
 
Modifier - Enum in javax.lang.model.element
Represents a modifier on a program element such as a class, method, or field.
Modifier() - Constructor for enum javax.lang.model.element.Modifier
 
ModifierFilter - Class in com.sun.tools.javadoc
A class whose instances are filters over Modifier bits.
ModifierFilter(long) - Constructor for class com.sun.tools.javadoc.ModifierFilter
Constructor - Specify a filter.
ModifierFilter(long, long, long) - Constructor for class com.sun.tools.javadoc.ModifierFilter
Constructor - Specify a filter.
modifiers() - Method in interface com.sun.javadoc.ProgramElementDoc
Get modifiers string.
modifiers - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
 
Modifiers(long, List<JCTree.JCAnnotation>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
MODIFIERS - Static variable in class com.sun.tools.javac.tree.JCTree
metadata: Modifiers
Modifiers(long, List<JCTree.JCAnnotation>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
Modifiers(long) - Method in class com.sun.tools.javac.tree.TreeMaker
 
modifiers() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the modifier string for this class.
modifiers - Variable in class com.sun.tools.javadoc.ProgramElementDocImpl
 
modifiers() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Get modifiers string.
modifierSets - Static variable in class com.sun.tools.javac.code.Flags
 
modifiersOpt() - Method in class com.sun.tools.javac.parser.JavacParser
ModifiersOpt = { Modifier } Modifier = PUBLIC | PROTECTED | PRIVATE | STATIC | ABSTRACT | FINAL | NATIVE | SYNCHRONIZED | TRANSIENT | VOLATILE | "@" | "@" Annotation
modifiersOpt(JCTree.JCModifiers) - Method in class com.sun.tools.javac.parser.JavacParser
 
modifierSpecifier() - Method in interface com.sun.javadoc.ProgramElementDoc
Get the modifier specifier integer.
modifierSpecifier() - Method in class com.sun.tools.javadoc.ClassDocImpl
 
modifierSpecifier() - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
Get the modifier specifier integer.
ModifiersTree - Interface in com.sun.source.tree
A tree node for the modifiers, including annotations, for a declaration.
modifierString(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Return a string describing the access modifier flags.
mods - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
mods - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
mods - Variable in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
Module - Static variable in class com.sun.tools.classfile.Attribute
 
Module_attribute - Class in com.sun.tools.classfile
See JSR 277.
Module_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.Module_attribute
 
Module_attribute(ConstantPool, int) - Constructor for class com.sun.tools.classfile.Module_attribute
 
Module_attribute(int, int) - Constructor for class com.sun.tools.classfile.Module_attribute
 
module_name - Variable in class com.sun.tools.classfile.Module_attribute
 
ModuleExportTable - Static variable in class com.sun.tools.classfile.Attribute
 
ModuleExportTable_attribute - Class in com.sun.tools.classfile
See JSR 277.
ModuleExportTable_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.ModuleExportTable_attribute
 
ModuleExportTable_attribute(ConstantPool, int[]) - Constructor for class com.sun.tools.classfile.ModuleExportTable_attribute
 
ModuleExportTable_attribute(int, int[]) - Constructor for class com.sun.tools.classfile.ModuleExportTable_attribute
 
ModuleMemberTable - Static variable in class com.sun.tools.classfile.Attribute
 
ModuleMemberTable_attribute - Class in com.sun.tools.classfile
See JSR 277.
ModuleMemberTable_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.ModuleMemberTable_attribute
 
ModuleMemberTable_attribute(ConstantPool, int[]) - Constructor for class com.sun.tools.classfile.ModuleMemberTable_attribute
 
ModuleMemberTable_attribute(int, int[]) - Constructor for class com.sun.tools.classfile.ModuleMemberTable_attribute
 
monitorenter - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
monitorexit - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
moreInfo - Static variable in class com.sun.tools.javac.code.Type
If this switch is turned on, the names of type variables and anonymous classes are printed with hashcodes appended.
moreStatementExpressions(int, JCTree.JCExpression, T) - Method in class com.sun.tools.javac.parser.JavacParser
MoreStatementExpressions = { COMMA StatementExpression }
moreToDo() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
mostSpecific(Symbol, Symbol, Env<AttrContext>, Type, boolean, boolean) - Method in class com.sun.tools.javac.comp.Resolve
 
msp_out - Variable in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
The output stream on which trees are printed.
mspForest - Variable in class edu.rice.cs.mint.runtime.mspTree.InternalMSPTree
 
MSPTree - Class in edu.rice.cs.mint.runtime.mspTree
 
MSPTree() - Constructor for class edu.rice.cs.mint.runtime.mspTree.MSPTree
 
mspTree - Variable in class edu.rice.cs.mint.runtime.MSPTreeCode
 
MSPTreeCode<T> - Class in edu.rice.cs.mint.runtime
 
MSPTreeCode(MSPTree, String, boolean, boolean) - Constructor for class edu.rice.cs.mint.runtime.MSPTreeCode
 
MSPTreeCodeSerializer - Class in edu.rice.cs.mint.comp
Prints out a tree as an indented Java source program.
MSPTreeCodeSerializer() - Constructor for class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
MSPTreeCodeSerializer.CspElem - Class in edu.rice.cs.mint.comp
 
MSPTreeCodeSerializer.CspElem(JCTree.JCIdent) - Constructor for class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.CspElem
 
MSPTreeCodeSerializer.Elem - Class in edu.rice.cs.mint.comp
 
MSPTreeCodeSerializer.Elem() - Constructor for class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.Elem
 
MSPTreeCodeSerializer.EscapeElem - Class in edu.rice.cs.mint.comp
 
MSPTreeCodeSerializer.EscapeElem(JCTree.JCExpression) - Constructor for class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.EscapeElem
 
MSPTreeCodeSerializer.MSPTreeCodeWriter - Class in edu.rice.cs.mint.comp
 
MSPTreeCodeSerializer.MSPTreeCodeWriter() - Constructor for class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
MSPTreeCodeSerializer.StringElem - Class in edu.rice.cs.mint.comp
 
MSPTreeCodeSerializer.StringElem(String) - Constructor for class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.StringElem
 
MSPTreeCodeSerializer.StringSymElem - Class in edu.rice.cs.mint.comp
 
MSPTreeCodeSerializer.StringSymElem(Symbol.VarSymbol) - Constructor for class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.StringSymElem
 
mspTreeCodeType - Variable in class com.sun.tools.javac.code.Symtab
 
mspTreeType - Variable in class com.sun.tools.javac.code.Symtab
 
MTH - Static variable in class com.sun.tools.javac.code.Kinds
The kind of methods.
MUL - Static variable in class com.sun.tools.javac.tree.JCTree
 
MUL - Static variable in interface sun.tools.javap.Constants
 
MUL_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
mulPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
multianewarray - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
multipleErrors - Variable in class com.sun.tools.javac.util.Log
Print multiple errors for same source locations.
must - Variable in class com.sun.tools.javadoc.ModifierFilter
 

N

name() - Method in interface com.sun.javadoc.Doc
Returns the non-qualified name of this Doc item.
name() - Method in interface com.sun.javadoc.Parameter
Get local name of this parameter.
name() - Method in interface com.sun.javadoc.Tag
Return the name of this tag.
name - Variable in exception com.sun.mirror.type.MirroredTypeException
 
name - Variable in class com.sun.tools.apt.main.Main.Option
Option string.
name - Variable in class com.sun.tools.classfile.Type.ClassType
 
name - Variable in class com.sun.tools.classfile.Type.SimpleType
 
name - Variable in class com.sun.tools.classfile.Type.TypeArgType
 
name(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
The name of this builder.
NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
The XML root for this builder.
NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The root element of the serialized form XML is "SerializedForm".
name - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
 
NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.CodeTaglet
 
NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
name - Variable in class com.sun.tools.doclets.internal.toolkit.util.TextTag
 
name() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
Return the name of this tag.
name - Variable in enum com.sun.tools.javac.code.BoundKind
 
name - Variable in enum com.sun.tools.javac.code.Flags.Flag
 
name - Variable in enum com.sun.tools.javac.code.Kinds.KindName
 
name - Variable in enum com.sun.tools.javac.code.Source
 
name - Variable in class com.sun.tools.javac.code.Symbol
The name of this symbol in Utf8 representation.
name - Variable in class com.sun.tools.javac.code.Type.Mapping
 
name - Variable in class com.sun.tools.javac.file.RegularFileObject
 
name - Variable in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
name - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
name - Variable in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
The entry's name.
name - Variable in class com.sun.tools.javac.jvm.ClassFile.NameAndType
 
name - Variable in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
The file's name.
name - Variable in enum com.sun.tools.javac.jvm.Target
 
name - Variable in class com.sun.tools.javac.main.JavacOption.Option
Option string.
name() - Method in interface com.sun.tools.javac.parser.Lexer
Return the name of an identifier or token for the current token.
name - Variable in class com.sun.tools.javac.parser.Scanner
The name of an identifier or token:
name() - Method in class com.sun.tools.javac.parser.Scanner
Return the name of an identifier or token for the current token.
name - Variable in enum com.sun.tools.javac.parser.Token
 
name - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
name - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
name - Variable in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
name - Variable in class com.sun.tools.javac.tree.JCTree.JCIdent
 
name - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
name - Variable in class com.sun.tools.javac.tree.JCTree.JCTypeParameter
 
name - Variable in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
name(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
If this tree is an identifier or a field or a parameterized type, return its name, otherwise return null.
Name - Class in com.sun.tools.javac.util
An abstraction for internal compiler strings.
Name(Name.Table) - Constructor for class com.sun.tools.javac.util.Name
 
name() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
name() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the class name without package qualifier - but with enclosing class qualifier - as a String.
name() - Method in class com.sun.tools.javadoc.ConstructorDocImpl
Get the name.
name() - Method in class com.sun.tools.javadoc.DocImpl
Returns the name of this Doc item.
name() - Method in class com.sun.tools.javadoc.FieldDocImpl
 
name() - Method in class com.sun.tools.javadoc.MethodDocImpl
 
name() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get package name.
name() - Method in class com.sun.tools.javadoc.ParameterImpl
Get local name of this parameter.
name - Variable in class com.sun.tools.javadoc.PrimitiveType
 
name() - Method in class com.sun.tools.javadoc.RootDocImpl
Return the name of this Doc item.
NAME - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
name - Variable in class com.sun.tools.javadoc.TagImpl
 
name() - Method in class com.sun.tools.javadoc.TagImpl
Return the name of this tag.
name() - Method in class edu.rice.cs.mint.util.Benchmark.Task
Return the name of this task.
Name - Interface in javax.lang.model.element
An immutable sequence of characters.
Name.Table - Class in com.sun.tools.javac.util
An abstraction for the hash table used to create unique Name instances.
Name.Table(Names) - Constructor for class com.sun.tools.javac.util.Name.Table
 
name_and_type_index - Variable in class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
name_cpx - Variable in class sun.tools.javap.AttrData
 
name_cpx - Variable in class sun.tools.javap.LocVarData
 
name_index - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info
 
name_index - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
name_index - Variable in class com.sun.tools.classfile.Field
 
name_index - Variable in class com.sun.tools.classfile.LocalVariableTable_attribute.Entry
 
name_index - Variable in class com.sun.tools.classfile.LocalVariableTypeTable_attribute.Entry
 
name_index - Variable in class com.sun.tools.classfile.Method
 
name_index - Variable in class sun.tools.javap.FieldData
 
name_index - Variable in class sun.tools.javap.MethodData
 
namedImportScope - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
names - Variable in exception com.sun.mirror.type.MirroredTypesException
 
names - Variable in class com.sun.tools.apt.mirror.AptEnv
 
names - Variable in class com.sun.tools.javac.code.Symtab
 
names - Variable in class com.sun.tools.javac.code.Types
 
names - Variable in class com.sun.tools.javac.comp.Annotate
 
names - Variable in class com.sun.tools.javac.comp.Attr
 
names - Variable in class com.sun.tools.javac.comp.Check
 
names - Variable in class com.sun.tools.javac.comp.Flow
 
names - Variable in class com.sun.tools.javac.comp.Lower
 
names - Variable in class com.sun.tools.javac.comp.MemberEnter
 
names - Variable in class com.sun.tools.javac.comp.Resolve
 
names - Variable in class com.sun.tools.javac.comp.TransTypes
 
names - Variable in class com.sun.tools.javac.jvm.ClassReader
The name table.
names - Variable in class com.sun.tools.javac.jvm.ClassWriter
The name table.
names - Variable in class com.sun.tools.javac.jvm.Gen
 
names - Variable in class com.sun.tools.javac.main.JavaCompiler
The name table.
names - Variable in class com.sun.tools.javac.model.JavacElements
 
names - Variable in class com.sun.tools.javac.parser.JavacParser
The name table.
names - Variable in class com.sun.tools.javac.parser.Keywords
 
names - Variable in class com.sun.tools.javac.parser.ParserFactory
 
names - Variable in class com.sun.tools.javac.parser.Scanner.Factory
 
names - Variable in class com.sun.tools.javac.parser.Scanner
The name table.
names - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
names - Variable in class com.sun.tools.javac.tree.TreeMaker
The current name table.
names - Variable in class com.sun.tools.javac.util.Name.Table
Standard name table.
Names - Class in com.sun.tools.javac.util
Access to the compiler's name table.
Names(Context) - Constructor for class com.sun.tools.javac.util.Names
 
names - Variable in class com.sun.tools.javadoc.DocEnv
The name table.
names - Variable in class edu.rice.cs.mint.comp.TransStaging
 
namesKey - Static variable in class com.sun.tools.javac.util.Names
 
nameToIdentifier(String) - Method in class com.sun.tools.javah.LLNI
 
nameToPath(String, String) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Converts the canonical name of a top-level type or package to a pathname.
nameToPath(String) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
 
nameToSymbol(String, boolean) - Method in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
Returns a symbol given the type's or packages's canonical name, or null if the name isn't found.
nameToSymbol(String, Class<S>) - Method in class com.sun.tools.javac.model.JavacElements
Returns a symbol given the type's or packages's canonical name, or null if the name isn't found.
nameType(Symbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Given a symbol, return its name-and-type.
NAN - Static variable in interface sun.tools.javap.Constants
 
NATIVE - Static variable in class com.sun.tools.javac.code.Flags
 
NATIVE - Static variable in interface sun.tools.javap.Constants
 
nativetime - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
navCellEnd() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Closing tag for navigation bar cell.
navCellRevStart() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Description for a cell in the navigation bar, but with reverse high-light effect.
navCellStart() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Description for a cell in the navigation bar.
navDetail() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the word "Detail" in the navigation bar.
navDetailLink(List<?>) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
navDetailLinks() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Method navDetailLinks
navDetailLinks() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Method navDetailLinks
navGap() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
navGap() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
navHideLists(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print "NO FRAMES" link, to switch to the non-frame version of the output.
navLinkClass() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Print class page indicator
navLinkClass() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print class page indicator
navLinkClass() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Print class page indicator
navLinkClass() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the word "Class" in the navigation bar cell, to indicate that class link is not available.
navLinkClassIndex() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print link for generated index.
navLinkClassUse() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Print class use link
navLinkClassUse() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print class use link
navLinkClassUse() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Print class use link
navLinkClassUse() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the word "Use" in the navigation bar cell, to indicate that link is not available.
navLinkClassUse() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Print class use link
navLinkClassUse() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Print "Use" link for this pacakge in the navigation bar.
navLinkContents() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Highlight "Overview" in the strong format, in the navigation bar as this is the overview page.
navLinkContents() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print link to the "overview-summary.html" page.
navLinkDeprecated() - Method in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
Highlight the word "Deprecated" in the navigation bar as this is the same page.
navLinkDeprecated() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print "Deprecated" API link in the navigation bar.
navLinkHelp() - Method in class com.sun.tools.doclets.formats.html.HelpWriter
Highlight the word "Help" in the navigation bar as this is the help file.
navLinkHelp() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print help file link.
navLinkIndex() - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Print the text "Index" in strong format in the navigation bar.
navLinkIndex() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print link for generated class index.
navLinkMainTree(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print "Tree" link to the "overview-tree.html" file.
navLinkNext() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Print next package link
navLinkNext() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Print next package link
navLinkNext() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the word "NEXT" to indicate that no link is available.
navLinkNext(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print link for next file.
navLinkNext() - Method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Link for the next package tree file.
navLinkNext() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Print "NEXT PACKAGE" link in the navigation bar.
navLinkNext() - Method in class com.sun.tools.doclets.formats.html.SplitIndexWriter
Print the next unicode character index link.
navLinkPackage() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Print this package link
navLinkPackage() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print this package link
navLinkPackage() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Print this package link
navLinkPackage(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print link to the "package-summary.html" page for the package passed.
navLinkPackage() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the word "Package" in the navigation bar cell, to indicate that link is not available here.
navLinkPackage() - Method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Link to the package summary page for the package of this tree.
navLinkPackage() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Print this package link
navLinkPackage() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Highlight "Package" in the navigation bar, as this is the package page.
navLinkPrevious() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Print previous package link
navLinkPrevious() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Print previous package link
navLinkPrevious() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the word "PREV" to indicate that no link is available.
navLinkPrevious(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print link for previous file.
navLinkPrevious() - Method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Link for the previous package tree file.
navLinkPrevious() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Print "PREV PACKAGE" link in the navigation bar.
navLinkPrevious() - Method in class com.sun.tools.doclets.formats.html.SplitIndexWriter
Print the previous unicode character index link.
navLinks(boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the navigation bar for the Html page at the top and and the bottom.
navLinkTree() - Method in class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Highlight "Tree" word in the navigation bar, since this is the tree page.
navLinkTree() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
navLinkTree() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
navLinkTree() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
navLinkTree() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print "Tree" link in the navigation bar.
navLinkTree() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
 
navLinkTree() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Print "Tree" link in the navigation bar.
navShowLists(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print "FRAMES" link, to switch to the frame version of the output.
navShowLists() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print "FRAMES" link, to switch to the frame version of the output.
navSummary() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the word "Summary" in the navigation bar.
navSummaryLink(List<?>, VisibleMemberMap) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
navSummaryLink(List<?>) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
navSummaryLinks() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
navSummaryLinks() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
nc - Variable in class com.sun.tools.javac.util.SharedNameTable
The number of filled bytes in `names'.
NCODES - Static variable in class com.sun.tools.javac.comp.Lower
Number of access codes
NE - Static variable in class com.sun.tools.javac.tree.JCTree
 
NE - Static variable in interface sun.tools.javap.Constants
 
needClassLoader(String, Iterable<? extends File>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
needLongName(MethodDoc, ClassDoc) - Method in class com.sun.tools.javah.LLNI
 
needsPrivateAccess(Symbol) - Method in class com.sun.tools.javac.comp.Lower
Do we need an access method to reference private symbol?
needsProtectedAccess(Symbol, JCTree) - Method in class com.sun.tools.javac.comp.Lower
Do we need an access method to reference symbol in other package?
needStackMap - Variable in class com.sun.tools.javac.jvm.Code
 
NEG - Static variable in class com.sun.tools.javac.tree.JCTree
 
NEG - Static variable in interface sun.tools.javap.Constants
 
negate(int) - Static method in class com.sun.tools.javac.jvm.Code
Negate a branch opcode.
negate() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
nelems - Variable in class com.sun.tools.javac.code.Scope
The number of elements in this scope.
nerrors - Variable in class com.sun.tools.javac.util.Log
The number of errors encountered so far.
nerrors() - Method in class com.sun.tools.javadoc.Messager
Return total number of errors, including those recorded in the compilation log.
nerrs - Variable in class com.sun.tools.javac.jvm.Gen
The number of code-gen errors in this class.
NestedClassWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing class output.
NestedClassWriterImpl - Class in com.sun.tools.doclets.formats.html
Writes nested class documentation in HTML format.
NestedClassWriterImpl(SubWriterHolderWriter, ClassDoc) - Constructor for class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
NestedClassWriterImpl(SubWriterHolderWriter) - Constructor for class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
NestingKind - Enum in javax.lang.model.element
The nesting kind of a type element.
NestingKind() - Constructor for enum javax.lang.model.element.NestingKind
 
NEW - Static variable in interface sun.tools.javap.Constants
 
new_ - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
newarray - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
NewArray(JCTree.JCExpression, List<JCTree.JCExpression>, List<JCTree.JCExpression>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
NEWARRAY - Static variable in class com.sun.tools.javac.tree.JCTree
Array creation expressions, of type NewArray.
NewArray(JCTree.JCExpression, List<JCTree.JCExpression>, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
NEWARRAY - Static variable in interface sun.tools.javap.Constants
 
NewArrayTree - Interface in com.sun.source.tree
A tree node for an expression to create a new instance of an array.
NewClass(JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCClassDecl) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
NEWCLASS - Static variable in class com.sun.tools.javac.tree.JCTree
Class instance creation expressions, of type NewClass.
NewClass(JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCExpression, List<JCTree.JCExpression>, JCTree.JCClassDecl) - Method in class com.sun.tools.javac.tree.TreeMaker
 
NewClassTree - Interface in com.sun.source.tree
A tree node to declare a new instance of a class.
newCompletionFailure(Symbol.TypeSymbol, JCDiagnostic) - Method in class com.sun.tools.javac.jvm.ClassReader
Static factory for CompletionFailure objects.
newFiles() - Method in class com.sun.tools.javac.processing.JavacFiler
 
NEWFROMNAME - Static variable in interface sun.tools.javap.Constants
 
NEWINSTANCE - Static variable in interface sun.tools.javap.Constants
 
newInstanceFun - Static variable in class com.sun.tools.javac.code.Types
 
newInstances(List<Type>) - Method in class com.sun.tools.javac.code.Types
Create new vector of type variables from list of variables changing all recursive bounds from old to new list.
NEWLINE - Static variable in class com.sun.tools.javap.ClassWriter
 
newLocal(int) - Method in class com.sun.tools.javac.jvm.Code
Create a new local variable address and return it.
newLocal(Type) - Method in class com.sun.tools.javac.jvm.Code
 
newLocal(Symbol.VarSymbol) - Method in class com.sun.tools.javac.jvm.Code
 
newMethTemplate(List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Attr
Obtain a method type with given argument types.
newOdStack() - Method in class com.sun.tools.javac.parser.JavacParser
 
newOpStack() - Method in class com.sun.tools.javac.parser.JavacParser
 
newParser(CharSequence, boolean, boolean, boolean) - Method in class com.sun.tools.javac.parser.ParserFactory
 
newRegSegment() - Method in class com.sun.tools.javac.jvm.Code
Start a set of fresh registers.
newRound(Context, boolean) - Method in class com.sun.tools.javac.processing.JavacFiler
Update internal state for a new round.
newRound(Context) - Method in class com.sun.tools.javac.processing.JavacMessager
 
newScanner(CharSequence) - Method in class com.sun.tools.javac.parser.DocCommentScanner.Factory
 
newScanner(char[], int) - Method in class com.sun.tools.javac.parser.DocCommentScanner.Factory
 
newScanner(CharSequence) - Method in class com.sun.tools.javac.parser.Scanner.Factory
 
newScanner(char[], int) - Method in class com.sun.tools.javac.parser.Scanner.Factory
 
newVar(Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Flow
Initialize new trackable variable by setting its address field to the next available sequence number and entering it under that index into the vars array.
next - Variable in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
next - Variable in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
next - Variable in class com.sun.tools.doclets.formats.html.PackageTreeWriter
The next package name in the alpha-order list.
next - Variable in class com.sun.tools.doclets.formats.html.PackageWriterImpl
The next package name in the alpha-order list.
next - Variable in class com.sun.tools.doclets.formats.html.SplitIndexWriter
Next unicode character in the built index.
next() - Method in class com.sun.tools.javac.code.Scope.Entry
Return next entry with the same name as this entry, proceeding outwards if not found in this scope.
next() - Method in class com.sun.tools.javac.code.Scope.ImportScope.ImportEntry
 
next - Variable in class com.sun.tools.javac.code.Scope
Next enclosing scope (with whom this scope may share a hashtable)
next - Variable in class com.sun.tools.javac.comp.Env
The next enclosing environment.
next - Variable in class com.sun.tools.javac.comp.Lower.EnumMapping
 
next - Variable in class com.sun.tools.javac.jvm.Code.Chain
The next jump in the list.
next() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
 
next() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
next() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ServiceIterator
 
next() - Method in class com.sun.tools.javac.util.ListBuffer
Return first element in this buffer and remove
next - Variable in class com.sun.tools.javac.util.Names
 
next - Variable in class com.sun.tools.javac.util.SharedNameTable.NameImpl
The next name occupying the same hash bucket.
next - Variable in class com.sun.tools.javac.util.UnsharedNameTable.HashEntry
 
nextadr - Variable in class com.sun.tools.javac.comp.Flow
The next available variable sequence number.
nextBit(int) - Method in class com.sun.tools.javac.util.Bits
Return the index of the least bit position >= x that is set.
nextChar() - Method in class com.sun.tools.javac.jvm.ClassReader
Read a character.
nextInt() - Method in class com.sun.tools.javac.jvm.ClassReader
Read an integer.
nextProc - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
nextreg - Variable in class com.sun.tools.javac.jvm.Code
The next available register.
nextToken() - Method in class com.sun.tools.javac.parser.DocCommentScanner
 
nextToken() - Method in interface com.sun.tools.javac.parser.Lexer
Read token.
nextToken() - Method in class com.sun.tools.javac.parser.Scanner
Read token.
NIL - Static variable in class com.sun.tools.javac.code.Kinds
The empty set of kinds.
nil() - Static method in class com.sun.tools.javac.util.List
Construct an empty list.
NL - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The line seperator for the current operating system.
nlocks - Variable in class com.sun.tools.javac.jvm.Code.State
 
NO_OP - Static variable in class com.sun.mirror.apt.AnnotationProcessors
An annotation processor that does nothing and has no state.
NO_OP - Static variable in class com.sun.mirror.util.DeclarationVisitors
A visitor that has no side effects and keeps no state.
noArgs - Variable in class com.sun.tools.javac.comp.Resolve
 
noClassDefFoundErrorType - Variable in class com.sun.tools.javac.code.Symtab
 
nocomment - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
True if user wants to suppress descriptions and tags.
nocompile - Variable in class com.sun.tools.apt.main.JavaCompiler
Compilation should not be done after annotation processing.
nodepr - Variable in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
nodepr - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Deprected members should be excluded or not?
nodeprecated - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Don't generate deprecated API information at all, if -nodeprecated option is used.
noDeprecated - Variable in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Don't generate deprecated information if true.
nodeprecatedlist - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
True if command line option "-nodeprecated" is used.
noFrames() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <NOFRAMES> tag.
noFramesEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </NOFRAMES> tag.
nohelp - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
True if command line option "-nohelp" is used.
noMatches - Static variable in class com.sun.tools.apt.comp.Apt
 
noMatches - Static variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
NON_BATCH_MODE - Static variable in class com.sun.tools.javac.file.ZipFileIndex
 
nonavbar - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
True if command line option "-nonavbar" is used.
NONE - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of a missing type.
nonEmpty() - Method in class com.sun.tools.javac.util.List
Does list have elements?
nonEmpty() - Method in class com.sun.tools.javac.util.ListBuffer
Is buffer not empty?
nonPublicMemberFound(ProgramElementDoc[]) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Return true if a non-public member found in the given array.
nonstaticSelect(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Return true if this is a nonstatic selection.
nonvirtual - Variable in class com.sun.tools.javac.jvm.Items.MemberItem
Flag that determines whether or not access is virtual.
noOfPackages - Variable in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Number of packages specified on the command line.
NOOUTERTHIS - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for nested classes that do not access instance members or `this' of an outer class and therefore don't need to be passed a this$n reference.
nooverview - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
True if command line option "-nooverview" is used.
nop - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
NOPARAMS - Static variable in class com.sun.tools.javac.parser.JavacParser
 
NOPOS - Static variable in class com.sun.tools.javac.util.Position
 
NOPOS - Static variable in interface javax.tools.Diagnostic
Used to signal that no position is available.
noPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
normalIndex() - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
normalizeDefs(List<JCTree>, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.Gen
Distribute member initializer code into constructors and method.
normalizeMethod(JCTree.JCMethodDecl, List<JCTree.JCStatement>) - Method in class com.sun.tools.javac.jvm.Gen
Insert instance initializer code into initial constructor.
noScript() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print the Javascript <NOSCRIPT> start tag.
noScriptEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print the Javascript </NOSCRIPT> end tag.
nosince - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
True if command line option "-nosince" is used.
nosince - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
True if we do not want to use @since tags.
noSource - Variable in class com.sun.tools.javadoc.JavadocClassReader
 
noSuchFieldErrorType - Variable in class com.sun.tools.javac.code.Symtab
 
noSymbol - Variable in class com.sun.tools.javac.code.Symtab
A symbol that stands for a missing symbol.
not() - Method in class com.sun.mirror.util.DeclarationFilter
Returns a filter that selects those declarations not selected by this filter.
NOT - Static variable in class com.sun.tools.javac.tree.JCTree
 
NOT - Static variable in interface sun.tools.javap.Constants
 
NOT_AN_ANNOTATION_TYPE - Static variable in class com.sun.tools.javac.processing.JavacRoundEnvironment
 
NOT_FOR_READING - Static variable in class com.sun.tools.javac.processing.JavacFiler
 
NOT_FOR_WRITING - Static variable in class com.sun.tools.javac.processing.JavacFiler
 
NOT_MODIFIED - Static variable in class com.sun.tools.javac.file.ZipFileIndex
 
note(String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Provide a non-fatal notification, unless suppressed by the -nowarn option.
note(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Provide a non-fatal notification, unless suppressed by the -nowarn option.
note(int, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Provide a non-fatal notification, unless suppressed by the -nowarn option.
note(JavaFileObject, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Provide a non-fatal notification, unless suppressed by the -nowarn option.
note(String, Object...) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a note diagnostic.
note(DiagnosticSource, JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a note diagnostic.
noteCyclic(JCDiagnostic.DiagnosticPosition, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.Check
Note that we found an inheritance cycle.
noteWarner - Variable in class com.sun.tools.javac.comp.Attr
 
noteWarner - Variable in class com.sun.tools.javac.comp.Resolve
 
notExpression - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
nothingToDo - Variable in class sun.tools.javap.JavapEnvironment
 
notice(SourcePosition, String, Object...) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print a message.
notice(String, Object...) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print a message.
notice(String) - Method in class com.sun.tools.javadoc.DocEnv
Print a message.
notice(String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print a message.
notice(String, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print a message.
notice(String, String, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print a message.
notice(String) - Method in class com.sun.tools.javadoc.Messager
Print a message.
notice(String, String) - Method in class com.sun.tools.javadoc.Messager
Print a message.
notice(String, String, String) - Method in class com.sun.tools.javadoc.Messager
Print a message.
notice(String, String, String, String) - Method in class com.sun.tools.javadoc.Messager
Print a message.
noticeWriter - Variable in class com.sun.tools.javac.util.Log
 
notimestamp - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
True if user wants to suppress time stamp in output.
notSoftSubtype(Type, Type) - Method in class com.sun.tools.javac.code.Types
This relation answers the question: is impossible that something of type `t' can be a subtype of `s'? This is different from the question "is `t' not a subtype of `s'?" when type variables are involved: Integer is not a subtype of T where but it is not true that Integer cannot possibly be a subtype of T.
notYetEntered - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
noType - Static variable in class com.sun.tools.javac.code.Type
Constant type: no type at all.
NoType - Interface in javax.lang.model.type
A pseudo-type used where no actual type is appropriate.
noVisibleMembers - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
noVisibleMembers() - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Return true if this map has no visible members.
now() - Static method in class com.sun.tools.javac.main.JavaCompiler
 
noWarnings - Static variable in class com.sun.tools.javac.util.Warner
 
NULL - Static variable in interface sun.tools.javap.Constants
 
nullcheck - Variable in class com.sun.tools.javac.code.Symtab
The null check operator.
nullCheck(T) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
nullCheck(Iterable<T>) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
nullchk - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual opcode for null reference checks
NULLCHK - Static variable in class com.sun.tools.javac.tree.JCTree
unary operator for null reference checks, only used internally.
NullType - Interface in javax.lang.model.type
Represents the null type.
num - Variable in class sun.tools.javap.TrapData
 
NUM_BLANK_LINES - Static variable in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
The number of trailing blank lines at the end of the page.
num_element_value_pairs - Variable in class com.sun.tools.classfile.Annotation
 
NUM_MEMBER_TYPES - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
The total number of member types is 7.
NUM_TYPES - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
 
num_values - Variable in class com.sun.tools.classfile.Annotation.Array_element_value
 
number_of_classes - Variable in class com.sun.tools.classfile.InnerClasses_attribute
 
number_of_entries - Variable in class com.sun.tools.classfile.StackMap_attribute
 
number_of_entries - Variable in class com.sun.tools.classfile.StackMapTable_attribute
 
number_of_exceptions - Variable in class com.sun.tools.classfile.Exceptions_attribute
 
number_of_locals - Variable in class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
number_of_stack_items - Variable in class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
numEntries - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
numEntries() - Method in class com.sun.tools.javac.jvm.Pool
Return the number of entries in the constant pool.
nwarnings - Variable in class com.sun.tools.javac.util.Log
The number of warnings encountered so far.
nwarnings() - Method in class com.sun.tools.javadoc.Messager
Return total number of warnings, including those recorded in the compilation log.

O

obeyBinaryCompatibility() - Method in enum com.sun.tools.javac.jvm.Target
Beginning with -target 1.2 we obey the JLS rules for binary compatibility, emitting as the qualifying type of a reference to a method or field the type of the qualifier.
OBJECTcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
objectType - Variable in class com.sun.tools.javac.code.Symtab
Predefined types.
odir - Static variable in class com.sun.tools.javah.MainDoclet
 
odStackSupply - Variable in class com.sun.tools.javac.parser.JavacParser
optimization: To save allocating a new operand/operator stack for every binary operation, we use supplys.
of(A) - Static method in class com.sun.tools.javac.util.List
Construct a list consisting of given element.
of(A, A) - Static method in class com.sun.tools.javac.util.List
Construct a list consisting of given elements.
of(A, A, A) - Static method in class com.sun.tools.javac.util.List
Construct a list consisting of given elements.
of(A, A, A, A...) - Static method in class com.sun.tools.javac.util.List
Construct a list consisting of given elements.
of(T) - Static method in class com.sun.tools.javac.util.ListBuffer
 
of(A, B) - Static method in class com.sun.tools.javac.util.Pair
 
of(String, String) - Static method in class javax.annotation.processing.Completions
Returns a completion of the value and message.
of(String) - Static method in class javax.annotation.processing.Completions
Returns a completion of the value and an empty message
OF - Static variable in interface sun.tools.javap.Constants
 
offer(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Todo.FileQueue
 
offer(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Todo
 
offer(A) - Method in class com.sun.tools.javac.util.ListBuffer
 
offer(Env<AttrContext>) - Method in class com.sun.tools.javadoc.JavadocTodo
 
offset - Variable in class com.sun.tools.classfile.StackMapTable_attribute.Uninitialized_variable_info
 
offset - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
offset - Variable in class com.sun.tools.javac.jvm.UninitializedType
 
offset - Variable in class sun.tools.javap.StackMapData
 
offset_delta - Variable in class com.sun.tools.classfile.StackMapTable_attribute.append_frame
 
offset_delta - Variable in class com.sun.tools.classfile.StackMapTable_attribute.chop_frame
 
offset_delta - Variable in class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
offset_delta - Variable in class com.sun.tools.classfile.StackMapTable_attribute.same_frame_extended
 
offset_delta - Variable in class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame_extended
 
OFFSETBITS - Static variable in interface sun.tools.javap.Constants
 
offsetDelta - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.AppendFrame
 
offsetDelta - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.ChopFrame
 
offsetDelta - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.FullFrame
 
offsetDelta - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameFrame
 
offsetDelta - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameLocals1StackItemFrame
 
offsetDelta - Variable in class sun.tools.javap.StackMapTableData
 
ofile - Static variable in class com.sun.tools.javah.MainDoclet
 
Old199 - Class in com.sun.tools.javac.file
Deprecated. 
Old199() - Constructor for class com.sun.tools.javac.file.Old199
Deprecated.  
one - Static variable in class com.sun.tools.javac.comp.ConstFold
 
one(int) - Static method in class com.sun.tools.javac.jvm.Gen
The opcode that loads a one constant of a given type code.
one - Variable in class com.sun.tools.javac.util.Names
 
oneArg(String[], int) - Method in class com.sun.tools.javadoc.Start
Set one arg option.
oneOf - Variable in class com.sun.tools.javadoc.ModifierFilter
 
onProcInterator - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
 
opc_aaload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aaload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aastore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aastore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aconst_null - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aconst_null - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aload_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aload_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aload_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aload_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aload_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aload_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aload_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aload_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_aload_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_aload_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_anewarray - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_anewarray - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_areturn - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_areturn - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_arraylength - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_arraylength - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_astore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_astore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_astore_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_astore_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_astore_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_astore_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_astore_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_astore_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_astore_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_astore_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_astore_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_astore_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_athrow - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_athrow - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_baload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_baload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_bastore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_bastore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_bipush - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_bipush - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_bytecode - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_bytecode - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_caload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_caload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_castore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_castore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_catch - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_catch - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_checkcast - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_checkcast - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_d2f - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_d2f - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_d2i - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_d2i - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_d2l - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_d2l - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dadd - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dadd - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_daload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_daload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dastore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dastore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dcmpg - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dcmpg - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dcmpl - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dcmpl - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dconst_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dconst_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dconst_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dconst_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ddiv - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ddiv - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dead - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dead - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dload_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dload_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dload_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dload_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dload_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dload_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dload_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dload_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dload_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dload_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dmul - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dmul - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dneg - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dneg - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_drem - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_drem - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dreturn - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dreturn - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dstore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dstore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dstore_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dstore_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dstore_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dstore_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dstore_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dstore_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dstore_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dstore_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dstore_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dstore_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dsub - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dsub - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dup - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dup - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dup2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dup2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dup2_x1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dup2_x1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dup2_x2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dup2_x2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dup_x1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dup_x1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_dup_x2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_dup_x2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_endtry - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_endtry - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_endvar - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_endvar - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_f2d - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_f2d - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_f2i - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_f2i - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_f2l - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_f2l - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fadd - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fadd - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_faload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_faload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fastore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fastore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fcmpg - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fcmpg - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fcmpl - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fcmpl - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fconst_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fconst_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fconst_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fconst_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fconst_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fconst_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fdiv - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fdiv - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fload_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fload_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fload_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fload_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fload_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fload_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fload_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fload_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fload_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fload_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fmul - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fmul - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fneg - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fneg - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_frem - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_frem - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_freturn - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_freturn - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fstore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fstore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fstore_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fstore_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fstore_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fstore_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fstore_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fstore_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fstore_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fstore_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fstore_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fstore_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_fsub - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_fsub - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_getfield - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_getfield - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_getstatic - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_getstatic - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_goto - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_goto - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_goto_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_goto_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_i2b - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_i2b - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_i2c - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_i2c - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_i2d - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_i2d - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_i2f - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_i2f - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_i2l - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_i2l - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_i2s - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_i2s - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iadd - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iadd - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iaload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iaload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iand - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iand - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iastore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iastore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iconst_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iconst_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iconst_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iconst_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iconst_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iconst_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iconst_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iconst_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iconst_4 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iconst_4 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iconst_5 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iconst_5 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iconst_m1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iconst_m1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_idiv - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_idiv - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_acmpeq - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_acmpeq - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_acmpne - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_acmpne - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_icmpeq - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_icmpeq - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_icmpge - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_icmpge - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_icmpgt - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_icmpgt - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_icmple - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_icmple - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_icmplt - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_icmplt - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_if_icmpne - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_if_icmpne - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ifeq - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ifeq - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ifge - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ifge - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ifgt - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ifgt - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ifle - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ifle - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iflt - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iflt - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ifne - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ifne - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ifnonnull - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ifnonnull - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ifnull - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ifnull - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iinc - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iinc - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iinc_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iinc_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iload_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iload_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iload_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iload_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iload_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iload_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iload_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iload_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iload_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iload_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_imul - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_imul - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ineg - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ineg - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_instanceof - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_instanceof - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_int2byte - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_int2byte - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_int2char - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_int2char - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_int2short - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_int2short - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_invokeinterface - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_invokeinterface - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_invokenonvirtual - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_invokenonvirtual - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_invokespecial - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_invokespecial - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_invokestatic - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_invokestatic - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_invokevirtual - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_invokevirtual - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ior - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ior - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_irem - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_irem - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ireturn - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ireturn - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ishl - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ishl - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ishr - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ishr - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_istore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_istore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_istore_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_istore_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_istore_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_istore_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_istore_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_istore_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_istore_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_istore_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_istore_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_istore_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_isub - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_isub - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_iushr - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_iushr - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ixor - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ixor - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_jsr - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_jsr - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_jsr_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_jsr_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_l2d - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_l2d - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_l2f - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_l2f - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_l2i - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_l2i - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_label - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_label - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ladd - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ladd - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_laload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_laload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_land - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_land - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lastore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lastore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lcmp - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lcmp - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lconst_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lconst_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lconst_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lconst_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ldc - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ldc - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ldc2_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ldc2_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ldc_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ldc_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ldiv - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ldiv - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lload_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lload_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lload_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lload_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lload_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lload_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lload_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lload_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lload_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lload_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lmul - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lmul - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lneg - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lneg - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_localsmap - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_localsmap - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lookupswitch - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lookupswitch - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lor - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lor - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lrem - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lrem - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lreturn - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lreturn - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lshl - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lshl - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lshr - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lshr - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lstore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lstore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lstore_0 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lstore_0 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lstore_1 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lstore_1 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lstore_2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lstore_2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lstore_3 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lstore_3 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lstore_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lstore_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lsub - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lsub - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lushr - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lushr - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_lxor - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_lxor - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_monitorenter - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_monitorenter - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_monitorexit - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_monitorexit - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_multianewarray - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_multianewarray - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_new - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_new - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_newarray - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_newarray - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_nonpriv - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_nonpriv - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_nop - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_nop - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_pop - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_pop - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_pop2 - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_pop2 - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_priv - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_priv - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_putfield - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_putfield - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_putstatic - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_putstatic - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ret - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ret - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_ret_w - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_ret_w - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_return - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_return - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_saload - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_saload - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_sastore - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_sastore - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_sipush - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_sipush - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_stackmap - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_stackmap - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_swap - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_swap - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_tableswitch - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_tableswitch - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_try - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_try - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_var - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_var - Static variable in interface sun.tools.javap.RuntimeConstants
 
opc_wide - Static variable in class com.sun.tools.classfile.OpCodes
 
opc_wide - Static variable in interface sun.tools.javap.RuntimeConstants
 
opcExtNamesTab - Static variable in class com.sun.tools.classfile.OpCodes
 
opcExtNamesTab - Static variable in class sun.tools.javap.Tables
 
opcLength(int) - Static method in class com.sun.tools.classfile.OpCodes
 
opcLength(int) - Static method in class sun.tools.javap.Tables
 
opcLengthsTab - Static variable in class com.sun.tools.classfile.OpCodes
 
opcLengthsTab - Static variable in interface sun.tools.javap.RuntimeConstants
 
opcName(int) - Static method in class com.sun.tools.classfile.OpCodes
 
opcName(int) - Static method in class sun.tools.javap.Tables
 
opcNamesTab - Static variable in class com.sun.tools.classfile.OpCodes
 
opcNamesTab - Static variable in interface sun.tools.javap.RuntimeConstants
 
opcode - Variable in class com.sun.tools.javac.code.Symbol.OperatorSymbol
 
opcode - Variable in class com.sun.tools.javac.jvm.Items.CondItem
The jump's opcode.
opcode - Variable in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
opcode - Variable in class com.sun.tools.javac.tree.JCTree.JCBinary
 
opcode - Variable in class com.sun.tools.javac.tree.JCTree.JCUnary
 
opcode(String) - Static method in class sun.tools.javap.Tables
 
OpCodes - Class in com.sun.tools.classfile
See JVMS3, section 6.
OpCodes() - Constructor for class com.sun.tools.classfile.OpCodes
 
opcPrivExtNamesTab - Static variable in class com.sun.tools.classfile.OpCodes
 
opcPrivExtNamesTab - Static variable in class sun.tools.javap.Tables
 
open(int, int) - Method in class com.sun.tools.javac.tree.Pretty
Enter a new precedence level.
open(int, int) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
Enter a new precedence level.
openArchive(File) - Method in class com.sun.tools.javac.file.JavacFileManager
Open a new zip file directory.
opened - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
openFile() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
openInputStream() - Method in class com.sun.tools.javac.file.RegularFileObject
 
openInputStream() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
openInputStream() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
openInputStream() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
openInputStream() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
openInputStream() - Method in interface javax.tools.FileObject
Gets an InputStream for this file object.
openInputStream() - Method in class javax.tools.ForwardingFileObject
 
openInputStream() - Method in class javax.tools.SimpleJavaFileObject
This implementation always throws UnsupportedOperationException.
openOutputStream() - Method in class com.sun.tools.javac.file.RegularFileObject
 
openOutputStream() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
openOutputStream() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
openOutputStream() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
openOutputStream() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerInputFileObject
 
openOutputStream() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
openOutputStream() - Method in interface javax.tools.FileObject
Gets an OutputStream for this file object.
openOutputStream() - Method in class javax.tools.ForwardingFileObject
 
openOutputStream() - Method in class javax.tools.SimpleJavaFileObject
This implementation always throws UnsupportedOperationException.
openReader(boolean) - Method in class com.sun.tools.javac.file.BaseFileObject
 
openReader() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
openReader(boolean) - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
openReader(boolean) - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
openReader(boolean) - Method in interface javax.tools.FileObject
Gets a reader for this object.
openReader(boolean) - Method in class javax.tools.ForwardingFileObject
 
openReader(boolean) - Method in class javax.tools.SimpleJavaFileObject
Wraps the result of SimpleJavaFileObject.getCharContent(boolean) in a Reader.
openTypeNames - Variable in class com.sun.tools.javac.processing.JavacFiler
Names of types that have had files created but not closed.
openWriter() - Method in class com.sun.tools.javac.file.RegularFileObject
 
openWriter() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
openWriter() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
openWriter() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
openWriter() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerInputFileObject
 
openWriter() - Method in class com.sun.tools.javac.processing.JavacFiler.FilerOutputFileObject
 
openWriter() - Method in interface javax.tools.FileObject
Gets a Writer for this file object.
openWriter() - Method in class javax.tools.ForwardingFileObject
 
openWriter() - Method in class javax.tools.SimpleJavaFileObject
Wraps the result of openOutputStream in a Writer.
operator - Variable in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
operator - Variable in class com.sun.tools.javac.tree.JCTree.JCBinary
 
operator - Variable in class com.sun.tools.javac.tree.JCTree.JCUnary
 
operatorName(int) - Method in class com.sun.tools.javac.tree.Pretty
 
operatorName(int) - Method in class com.sun.tools.javac.tree.TreeInfo
Return name of operator with given tree tag.
opname - Variable in class com.sun.tools.javac.tree.TreeInfo
The names of all operators.
opNames - Static variable in interface sun.tools.javap.Constants
 
opPrec(int) - Static method in class com.sun.tools.javac.tree.TreeInfo
Map operators to their precedence levels.
opPrecedence - Static variable in interface sun.tools.javap.Constants
 
opStackSupply - Variable in class com.sun.tools.javac.parser.JavacParser
 
optag(Token) - Static method in class com.sun.tools.javac.parser.JavacParser
Return operation tag of binary operator represented by token, -1 if token is not a binary operator.
optFinal(long) - Method in class com.sun.tools.javac.parser.JavacParser
 
option - Variable in enum com.sun.tools.javac.code.Lint.LintCategory
 
OptionChecker - Interface in javax.tools
Interface for recognizing options.
optionLength(String) - Static method in class com.sun.javadoc.Doclet
Check for doclet-added options.
optionLength(String) - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Returns the "length" of a given option.
optionLength(String) - Static method in class com.sun.tools.doclets.formats.html.HtmlDoclet
Check for doclet added options here.
optionLength(String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
This method should be defined in all those doclets which want to inherit from this Configuration.
optionLength(String) - Static method in class com.sun.tools.doclets.standard.Standard
 
optionLength(String) - Method in class com.sun.tools.javadoc.DocletInvoker
Check for doclet added options here.
optionLength(String) - Static method in class com.sun.tools.javah.MainDoclet
Required doclet method.
OptionName - Enum in com.sun.tools.javac.main
TODO: describe com.sun.tools.javac.main.OptionName
OptionName(String) - Constructor for enum com.sun.tools.javac.main.OptionName
 
optionName - Variable in enum com.sun.tools.javac.main.OptionName
 
options() - Method in interface com.sun.javadoc.RootDoc
Command line options.
options - Variable in class com.sun.tools.apt.main.Main
A table of all options that's passed to the JavaCompiler constructor.
options - Variable in class com.sun.tools.javac.api.JavacTool
 
options - Variable in class com.sun.tools.javac.comp.Attr
 
options - Variable in class com.sun.tools.javac.file.JavacFileManager
 
options - Variable in class com.sun.tools.javac.file.Paths
Collection of command-line options
options - Variable in class com.sun.tools.javac.jvm.ClassWriter
 
options - Variable in class com.sun.tools.javac.main.Main
A table of all options that's passed to the JavaCompiler constructor.
options - Variable in class com.sun.tools.javac.parser.ParserFactory
 
options - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
Options - Class in com.sun.tools.javac.util
A table of all command-line options.
Options(Context) - Constructor for class com.sun.tools.javac.util.Options
 
options - Variable in class com.sun.tools.javadoc.RootDocImpl
a collection of all options.
options() - Method in class com.sun.tools.javadoc.RootDocImpl
Command line options.
options - Variable in class com.sun.tools.javadoc.Start
 
options - Variable in class com.sun.tools.javap.AttributeWriter
 
options - Variable in class com.sun.tools.javap.ClassWriter
 
options - Variable in class com.sun.tools.javap.ConstantWriter
 
options - Variable in class com.sun.tools.javap.JavapTask
 
Options - Class in com.sun.tools.javap
 
Options(Context) - Constructor for class com.sun.tools.javap.Options
 
options - Variable in class edu.rice.cs.mint.comp.TransStaging
 
optionsKey - Static variable in class com.sun.tools.javac.util.Options
The context key for the options.
opts - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
or(DeclarationFilter) - Method in class com.sun.mirror.util.DeclarationFilter
Returns a filter that selects those declarations selected by either this filter or another.
OR - Static variable in class com.sun.tools.javac.tree.JCTree
Binary operators, of type Binary.
OR - Static variable in interface sun.tools.javap.Constants
 
ordinal - Variable in class com.sun.tools.javac.util.Names
 
ordinaryClasses() - Method in interface com.sun.javadoc.PackageDoc
Get included ordinary classes (that is, exclude exceptions, errors, enums, interfaces, and annotation types) in this package.
ordinaryClasses - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores ordinary classes (excluding Exceptions and Errors) for each package
ordinaryClasses(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return all of the ordinary classes specified on the command-line that belong to the given package.
ordinaryClasses() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get ordinary classes (that is, exclude exceptions, errors, enums, interfaces, and annotation types) in this package.
ordPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
origFile - Variable in class com.sun.tools.javac.file.SymbolArchive
 
origin - Variable in class com.sun.tools.javac.code.Scope.ImportScope.ImportEntry
 
originalType - Variable in class com.sun.tools.javac.code.Type.ErrorType
 
origOptions - Variable in class com.sun.tools.apt.main.Main
Map representing original command-line arguments.
origOptions - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
orPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
orSet(Bits) - Method in class com.sun.tools.javac.util.Bits
this set = this set | xs.
other - Variable in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
otherSearchPath - Variable in class com.sun.tools.javac.file.Paths
The actual effective locations for non-source, non-class files
otherSearchPath() - Method in class com.sun.tools.javac.file.Paths
 
out - Variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
out - Variable in class com.sun.tools.apt.main.Main
The writer to use for diagnostic output.
out - Variable in class com.sun.tools.classfile.ClassWriter
 
out - Variable in class com.sun.tools.javac.main.Main
The writer to use for diagnostic output.
out - Variable in class com.sun.tools.javac.Server
 
out - Variable in class com.sun.tools.javac.tree.Pretty
The output stream on which trees are printed.
out - Variable in class com.sun.tools.javap.BasicWriter.LineWriter
 
out - Variable in class com.sun.tools.javap.BasicWriter
 
out - Variable in class sun.tools.javap.JavapPrinter
 
out - Variable in class sun.tools.javap.Main
 
outDir - Variable in class com.sun.tools.javah.Gen
 
outer - Variable in class com.sun.tools.javac.comp.Env
The environment enclosing the current class.
outer_class_info_index - Variable in class com.sun.tools.classfile.InnerClasses_attribute.Info
 
outer_class_info_index - Variable in class sun.tools.javap.InnerClassData
 
outer_field - Variable in class com.sun.tools.javac.code.Type.ClassType
The enclosing type of this type.
outerCacheClass() - Method in class com.sun.tools.javac.comp.Lower
Return the symbol of a class to contain a cache of compiler-generated statics such as class$ and the $assertionsDisabled flag.
outermostClass() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
outermostClass() - Method in class com.sun.tools.javac.code.Symbol
The outermost class which indirectly owns this symbol.
outermostClassDef - Variable in class com.sun.tools.javac.comp.Lower
The currently enclosing outermost class definition.
outermostMemberDef - Variable in class com.sun.tools.javac.comp.Lower
The currently enclosing outermost member definition.
outerThisDef(int, Symbol) - Method in class com.sun.tools.javac.comp.Lower
Definition for this$n field.
outerThisName(Type, Symbol) - Method in class com.sun.tools.javac.comp.Lower
The name of a this$n field
outerThisStack - Variable in class com.sun.tools.javac.comp.Lower
A stack containing the this$n field of the currently translated classes (if needed) in innermost first order.
outerType - Variable in class com.sun.tools.classfile.Type.InnerClassType
 
outFile - Variable in class com.sun.tools.javah.Gen
 
outKey - Static variable in class com.sun.tools.javac.util.Log
The context key for the output PrintWriter.
output - Variable in class com.sun.tools.doclets.formats.html.LinkOutputImpl
The output of the link.
output - Variable in class com.sun.tools.doclets.formats.html.TagletOutputImpl
 
OUTPUT_FILE_NAME - Static variable in class com.sun.tools.doclets.formats.html.PackageFrameWriter
The name of the output file.
OUTPUT_FILE_NAME - Static variable in class com.sun.tools.doclets.formats.html.PackageWriterImpl
The name of the output file.
OUTPUT_FILE_NAME_FRAMES - Static variable in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
The name of the output file with frames
OUTPUT_FILE_NAME_NOFRAMES - Static variable in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
The name of the output file without frames
overridden - Variable in class com.sun.tools.javac.comp.TransTypes
A hashtable mapping bridge methods to the methods they override after type erasure.
overriddenClass() - Method in interface com.sun.javadoc.MethodDoc
Return the class containing the method that this method overrides.
overriddenClass() - Method in class com.sun.tools.javadoc.MethodDocImpl
Return the class that originally defined the method that is overridden by the current definition, or null if no such class exists.
overriddenMethod() - Method in interface com.sun.javadoc.MethodDoc
Return the method that this method overrides.
overriddenMethod() - Method in class com.sun.tools.javadoc.MethodDocImpl
Return the method that this method overrides.
overriddenType() - Method in interface com.sun.javadoc.MethodDoc
Return the type containing the method that this method overrides.
overriddenType() - Method in class com.sun.tools.javadoc.MethodDocImpl
Return the type containing the method that this method overrides.
overrideEquivalent(Type, Type) - Method in class com.sun.tools.javac.code.Types
Returns true iff these signatures are related by override equivalence.
overridenStandardTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Keep track of overriden standard tags.
overrides(MethodDoc) - Method in interface com.sun.javadoc.MethodDoc
Tests whether this method overrides another.
overrides(MethodDeclaration, MethodDeclaration) - Method in interface com.sun.mirror.util.Declarations
Tests whether one method overrides another.
overrides(MethodDeclaration, MethodDeclaration) - Method in class com.sun.tools.apt.mirror.util.DeclarationsImpl
Tests whether one method overrides another. See JLS 2 section 8.4.6.1.
overrides(Symbol, Symbol.TypeSymbol, Types, boolean) - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
Does this symbol override `other' symbol, when both are seen as members of class `origin'? It is assumed that _other is a member of origin.
overrides(Symbol, Symbol.TypeSymbol, Types, boolean) - Method in class com.sun.tools.javac.code.Symbol
Does this method symbol override `other' symbol, when both are seen as members of class `origin'? It is assumed that _other is a member of origin.
overrides(ExecutableElement, ExecutableElement, TypeElement) - Method in class com.sun.tools.javac.model.JavacElements
 
overrides(MethodDoc) - Method in class com.sun.tools.javadoc.MethodDocImpl
Tests whether this method overrides another.
overrides(ExecutableElement, ExecutableElement, TypeElement) - Method in interface javax.lang.model.util.Elements
Tests whether one method, as a member of a given type, overrides another method.
overrideType - Variable in class com.sun.tools.javac.code.Symtab
 
overrideWarner - Variable in class com.sun.tools.javac.comp.Check
 
overridingMethodFound(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
Search in the already found methods' list and check if it contains a method which is overriding the method parameter or is the method parameter itself.
overview - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
True if command line option "-overview" is used.
OVERVIEW - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The marker in the location string for overview.
overviewTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in the overview.
owner() - Method in interface com.sun.javadoc.TypeVariable
Return the class, interface, method, or constructor within which this type variable is declared.
owner - Variable in class com.sun.tools.javac.code.Scope
The scope's owner.
owner - Variable in class com.sun.tools.javac.code.Symbol
The owner of this symbol.
owner - Variable in class com.sun.tools.javac.comp.Lower.FreeVarCollector
The owner of the local class.
owner() - Method in class com.sun.tools.javadoc.TypeVariableImpl
Return the class, interface, method, or constructor within which this type variable is declared.
owner - Variable in class com.sun.tools.javap.AttributeWriter
 
ownName - Variable in class com.sun.tools.apt.main.Main
The name of the compiler, for use in diagnostics.
ownName - Variable in class com.sun.tools.javac.main.Main
The name of the compiler, for use in diagnostics.

P

p() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print newline and then print <P> tag.
PACKAGE - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The marker in the location string for packages.
PACKAGE - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all package "types".
PACKAGE - Variable in class com.sun.tools.javac.util.Names
 
PACKAGE - Static variable in class com.sun.tools.javadoc.ModifierFilter
Package private access.
PACKAGE - Static variable in interface sun.tools.javap.Constants
 
PACKAGE - Static variable in class sun.tools.javap.JavapEnvironment
 
PACKAGE_FRAME - Static variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Indicate that the link appears in a class list.
package_info - Variable in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
package_info - Variable in class com.sun.tools.javac.util.Names
 
PACKAGE_KIND - Static variable in class javax.lang.model.util.ElementFilter
 
PACKAGE_LIST_FILE_NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The name of the package list file.
package_member_table - Variable in class com.sun.tools.classfile.ModuleMemberTable_attribute
 
packageAnnotations - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
PackageDeclaration - Interface in com.sun.mirror.declaration
Represents the declaration of a package.
PackageDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of PackageDeclaration.
PackageDeclarationImpl(AptEnv, Symbol.PackageSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
 
packageDecls - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
PackageDoc - Interface in com.sun.javadoc
Represents a java package.
packageDoc - Variable in class com.sun.tools.doclets.formats.html.PackageFrameWriter
The package being documented.
packagedoc - Variable in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Package for which tree is to be generated.
packageDoc - Variable in class com.sun.tools.doclets.formats.html.PackageWriterImpl
The package being documented.
packageDoc - Variable in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
The package being documented.
PackageDocImpl - Class in com.sun.tools.javadoc
Represents a java package.
PackageDocImpl(DocEnv, Symbol.PackageSymbol) - Constructor for class com.sun.tools.javadoc.PackageDocImpl
Constructor
PackageDocImpl(DocEnv, Symbol.PackageSymbol, String, JCTree) - Constructor for class com.sun.tools.javadoc.PackageDocImpl
Constructor
PackageElement - Interface in javax.lang.model.element
Represents a package program element.
packageExists(Name) - Method in class com.sun.tools.javac.jvm.ClassReader
Check to see if a package exists, given its fully qualified name.
PackageFrameWriter - Class in com.sun.tools.doclets.formats.html
Class to generate file for each package contents in the left-hand bottom frame.
PackageFrameWriter(ConfigurationImpl, PackageDoc) - Constructor for class com.sun.tools.doclets.formats.html.PackageFrameWriter
Constructor to construct PackageFrameWriter object and to generate "package-frame.html" file in the respective package directory.
PackageIndexFrameWriter - Class in com.sun.tools.doclets.formats.html
Generate the package index for the left-hand frame in the generated output.
PackageIndexFrameWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Construct the PackageIndexFrameWriter object.
PackageIndexWriter - Class in com.sun.tools.doclets.formats.html
Generate the package index page "overview-summary.html" for the right-hand frame.
PackageIndexWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.PackageIndexWriter
Construct the PackageIndexWriter.
PackageListWriter - Class in com.sun.tools.doclets.internal.toolkit.util
Write out the package index.
PackageListWriter(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.PackageListWriter
Constructor.
packageMap - Variable in class com.sun.tools.javadoc.DocEnv
 
packageName - Variable in class com.sun.tools.doclets.internal.toolkit.util.Extern.Item
Package name, found in the "package-list" file in the path.
packageName - Variable in class edu.rice.cs.mint.runtime.StringCode
 
packageNamed(String) - Method in interface com.sun.javadoc.RootDoc
Return a PackageDoc for the specified package name.
packageNamed(String) - Method in class com.sun.tools.javadoc.RootDocImpl
Return a PackageDoc for the specified package name
packageNames() - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Return the array of package names that this catalog stores ClassDocs for.
packagePart(Name) - Static method in class com.sun.tools.javac.util.Convert
Return the package name of a class name, excluding the trailing '.', "" if not existent.
packagePart(String) - Static method in class com.sun.tools.javac.util.Convert
 
packages - Variable in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Array of Packages to be documented.
packages - Variable in class com.sun.tools.doclets.formats.html.TreeWriter
Packages in this run.
packages - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
An array of the packages specified on the command-line merged with the array of packages that contain the classes specified on the command-line.
packages - Variable in class com.sun.tools.javac.code.Symtab
A hashtable containing the encountered packages.
packages - Variable in class com.sun.tools.javac.jvm.ClassReader
A hashtable containing the encountered packages.
packageSet - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassDocCatalog
Stores the set of packages that the classes specified on the command line belong to.
packageSet(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
packagesheader - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-packagesheader".
packagesIn(Iterable<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a list of packages in elements.
packagesIn(Set<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a set of packages in elements.
PackageSummaryBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds the summary for a given package.
PackageSummaryBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
 
PackageSummaryWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing package summary output.
packageTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in packages.
packageToItemMap - Variable in class com.sun.tools.doclets.internal.toolkit.util.Extern
Map package names onto Extern Item objects.
PackageTreeWriter - Class in com.sun.tools.doclets.formats.html
Class to generate Tree page for a package.
PackageTreeWriter(ConfigurationImpl, String, String, PackageDoc, PackageDoc, PackageDoc) - Constructor for class com.sun.tools.doclets.formats.html.PackageTreeWriter
Constructor.
PackageUseWriter - Class in com.sun.tools.doclets.formats.html
Generate package usage information.
PackageUseWriter(ConfigurationImpl, ClassUseMapper, String, PackageDoc) - Constructor for class com.sun.tools.doclets.formats.html.PackageUseWriter
Constructor.
packageWriter - Variable in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
The doclet specific writer that will output the result.
PackageWriterImpl - Class in com.sun.tools.doclets.formats.html
Class to generate file for each package contents in the right-hand frame.
PackageWriterImpl(ConfigurationImpl, PackageDoc, PackageDoc, PackageDoc) - Constructor for class com.sun.tools.doclets.formats.html.PackageWriterImpl
Constructor to construct PackageWriter object and to generate "package-summary.html" file in the respective package directory.
packge() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
packge() - Method in class com.sun.tools.javac.code.Symbol
The package which indirectly owns this symbol.
packge - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
padFieldNum - Variable in class com.sun.tools.javah.LLNI
 
Pair<A,B> - Class in com.sun.tools.javac.util
A generic class for pairs.
Pair(A, B) - Constructor for class com.sun.tools.javac.util.Pair
 
param - Variable in class com.sun.tools.javac.tree.JCTree.JCCatch
 
Param(Name, Type, Symbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a value parameter tree from its name, type, and owner.
Parameter - Interface in com.sun.javadoc
Parameter information.
PARAMETER - Static variable in class com.sun.tools.javac.code.Flags
Flag that marks formal parameters.
PARAMETER - Variable in class com.sun.tools.javac.util.Names
 
parameter - Variable in exception javax.lang.model.element.UnknownAnnotationValueException
 
parameter - Variable in exception javax.lang.model.element.UnknownElementException
 
parameter - Variable in exception javax.lang.model.type.UnknownTypeException
 
parameter_annotations - Variable in class com.sun.tools.classfile.RuntimeParameterAnnotations_attribute
 
parameterComment() - Method in interface com.sun.javadoc.ParamTag
Return the parameter comment associated with this ParamTag.
parameterComment - Variable in class com.sun.tools.javadoc.ParamTagImpl
 
parameterComment() - Method in class com.sun.tools.javadoc.ParamTagImpl
Return the parameter comment.
ParameterDeclaration - Interface in com.sun.mirror.declaration
Represents a formal parameter of a method or constructor.
ParameterDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of ParameterDeclaration
ParameterDeclarationImpl(AptEnv, Symbol.VarSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
 
ParameterImpl - Class in com.sun.tools.javadoc
ParameterImpl information.
ParameterImpl(DocEnv, Symbol.VarSymbol) - Constructor for class com.sun.tools.javadoc.ParameterImpl
Constructor of parameter info class.
ParameterizedType - Interface in com.sun.javadoc
Represents an invocation of a generic class or interface.
ParameterizedTypeImpl - Class in com.sun.tools.javadoc
Implementation of ParameterizedType, which represents an invocation of a generic class or interface.
ParameterizedTypeImpl(DocEnv, Type) - Constructor for class com.sun.tools.javadoc.ParameterizedTypeImpl
 
parameterizedTypeToString(DocEnv, Type.ClassType, boolean) - Static method in class com.sun.tools.javadoc.ParameterizedTypeImpl
 
ParameterizedTypeTree - Interface in com.sun.source.tree
A tree node for a type expression involving type parameters.
parameterName() - Method in interface com.sun.javadoc.ParamTag
Return the name of the parameter or type parameter associated with this ParamTag.
parameterName - Variable in class com.sun.tools.javadoc.ParamTagImpl
 
parameterName() - Method in class com.sun.tools.javadoc.ParamTagImpl
Return the parameter name.
parameters() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Get argument information.
parameters() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Get argument information.
parameters - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
parameters - Variable in class sun.tools.javap.TypeSignature
 
paramList - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
paramName(int) - Method in class com.sun.tools.javac.tree.TreeMaker
The name of synthetic parameter number `i'.
params - Variable in class com.sun.tools.javac.code.Symbol.MethodSymbol
The parameters of the method.
params() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
 
params - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
Params(List<Type>, Symbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a a list of value parameter trees x0, ..., xn from a list of their types and an their owner.
ParamTag - Interface in com.sun.javadoc
Represents an @param documentation tag.
ParamTagImpl - Class in com.sun.tools.javadoc
Represents an @param documentation tag.
ParamTagImpl(DocImpl, String, String) - Constructor for class com.sun.tools.javadoc.ParamTagImpl
 
ParamTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
A taglet that represents the @param tag.
ParamTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Construct a ParamTaglet.
paramTagOutput(ParamTag, String) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the output for param tags.
paramTagOutput(ParamTag, String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the output for param tags.
paramTags() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return the param tags in this method, excluding the type parameter tags.
paramTags() - Method in class com.sun.tools.javadoc.Comment
Return param tags (excluding type param tags) in this comment.
paramTags(boolean) - Method in class com.sun.tools.javadoc.Comment
Return param tags in this comment.
paramTags() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return the param tags in this method, excluding the type parameter tags.
Parens(JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
PARENS - Static variable in class com.sun.tools.javac.tree.JCTree
Parenthesized subexpressions, of type Parens.
Parens(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
parent - Variable in class com.sun.source.util.TreePath
 
parent - Variable in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
parent - Variable in class com.sun.tools.javah.LLNI.FieldDefsRes
 
ParenthesizedTree - Interface in com.sun.source.tree
A tree node for a parenthesized expression.
parents - Variable in class com.sun.tools.javac.code.Symbol.Level
 
parExpression() - Method in class com.sun.tools.javac.parser.EndPosParser
ParExpression = "(" Expression ")"
parExpression() - Method in class com.sun.tools.javac.parser.JavacParser
ParExpression = "(" Expression ")"
parse() - Method in class com.sun.source.util.JavacTask
Parse the specified files returning a list of abstract syntax trees.
parse(String[]) - Static method in class com.sun.tools.apt.main.CommandLine
Process Win32-style command files for the specified command line arguments and return the resulting arguments.
parse(JavaFileObject, CharSequence) - Method in class com.sun.tools.apt.main.JavaCompiler
Parse contents of input stream.
parse(String, int, int) - Method in class com.sun.tools.classfile.Descriptor
 
parse(String) - Method in class com.sun.tools.classfile.Signature
 
parse() - Method in class com.sun.tools.javac.api.JavacTaskImpl
Parse the specified files returning a list of abstract syntax trees.
parse(String[]) - Static method in class com.sun.tools.javac.main.CommandLine
Process Win32-style command files for the specified command line arguments and return the resulting arguments.
parse(JavaFileObject, CharSequence) - Method in class com.sun.tools.javac.main.JavaCompiler
Parse contents of input stream.
parse(String) - Method in class com.sun.tools.javac.main.JavaCompiler
Deprecated. 
parse(JavaFileObject) - Method in class com.sun.tools.javac.main.JavaCompiler
Parse contents of file.
parse(Class<?>, URL) - Static method in class com.sun.tools.javac.processing.ServiceProxy
Parse the content of the given URL as a provider-configuration file.
parseAndExecute(String...) - Method in class com.sun.tools.javadoc.Start
Main program - internal
parseArguments(String[]) - Method in class sun.tools.javap.Main
Parse the command line arguments.
parseClassTypeSignature() - Method in class com.sun.tools.classfile.Signature
 
parseClassTypeSignatureRest() - Method in class com.sun.tools.classfile.Signature
 
parseCodeTag(String) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Parse the <Code> tag and return the text.
parseCompilationUnit() - Method in class com.sun.tools.javac.parser.EndPosParser
 
parseCompilationUnit() - Method in class com.sun.tools.javac.parser.JavacParser
CompilationUnit = [ { "@" Annotation } PACKAGE Qualident ";"] {ImportDeclaration} {TypeDeclaration}
parseCompilationUnit() - Method in interface com.sun.tools.javac.parser.Parser
Parse a compilation unit.
parsed - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
parseErrors - Variable in class com.sun.tools.javac.main.JavaCompiler
Track whether any errors occurred while parsing source text.
parseErrors() - Method in class com.sun.tools.javac.main.JavaCompiler
Whether or not any parse errors have occurred.
parseExpression() - Method in class com.sun.tools.javac.parser.JavacParser
terms can be either expressions or types.
parseExpression() - Method in interface com.sun.tools.javac.parser.Parser
Parse an expression.
parseFiles(List<JavaFileObject>) - Method in class com.sun.tools.javac.main.JavaCompiler
Parses a list of files.
parsePackageClasses(String, Iterable<JavaFileObject>, ListBuffer<JCTree.JCCompilationUnit>, List<String>) - Method in class com.sun.tools.javadoc.JavadocTool
search all directories in path for subdirectory name.
parsePackageName(String) - Method in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
Parse the package name.
parseParameters() - Method in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
Parser - Interface in com.sun.tools.javac.parser
Reads syntactic units from source code.
parserFactory - Variable in class com.sun.tools.javac.main.JavaCompiler
Factory for parsers.
ParserFactory - Class in com.sun.tools.javac.parser
A factory for creating parsers.
ParserFactory(Context) - Constructor for class com.sun.tools.javac.parser.ParserFactory
 
parserFactoryKey - Static variable in class com.sun.tools.javac.parser.ParserFactory
The context key for the parser factory.
parseSeeString() - Method in class com.sun.tools.javadoc.SeeTagImpl
parse @see part of comment.
parseSerialFieldString() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
 
parseStatement() - Method in class com.sun.tools.javac.parser.JavacParser
Statement = Block | IF ParExpression Statement [ELSE Statement] | FOR "(" ForInitOpt ";" [Expression] ";" ForUpdateOpt ")" Statement | FOR "(" FormalParameter : Expression ")" Statement | WHILE ParExpression Statement | DO Statement WHILE ParExpression ";" | TRY Block ( Catches | [Catches] FinallyPart ) | SWITCH ParExpression "{" SwitchBlockStatementGroups "}" | SYNCHRONIZED ParExpression Block | RETURN [Expression] ";" | THROW Expression ";" | BREAK [Ident] ";" | CONTINUE [Ident] ";" | ASSERT Expression [ ":" Expression ] ";" | ";" | ExpressionStatement | Ident ":" Statement emw4: staging additions | "`" Expression
parseStatement() - Method in interface com.sun.tools.javac.parser.Parser
Parse a statement.
parseType(String, TypeElement) - Method in class com.sun.tools.javac.api.JavacTaskImpl
For internal use by Sun Microsystems only.
parseType() - Method in class com.sun.tools.javac.parser.JavacParser
 
parseType() - Method in interface com.sun.tools.javac.parser.Parser
Parse a type.
parseTypeArgType() - Method in class com.sun.tools.classfile.Signature
 
parseTypeArgTypes() - Method in class com.sun.tools.classfile.Signature
 
parseTypeSignature() - Method in class com.sun.tools.classfile.Signature
 
parseTypeSignatures(char) - Method in class com.sun.tools.classfile.Signature
 
parseTypeVariableSignature() - Method in class com.sun.tools.classfile.Signature
 
parseXML(String) - Method in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
Parse the XML specifying the layout of the documentation.
pat - Variable in class com.sun.tools.javac.tree.JCTree.JCCase
 
patchTargets(JCTree, JCTree, JCTree) - Method in class com.sun.tools.javac.comp.Lower
Patch up break and continue targets.
path - Variable in class com.sun.source.util.TreePathScanner
 
path - Variable in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Platform-dependent directory path from the current or the destination directory to the file getting generated.
path - Variable in class com.sun.tools.doclets.internal.toolkit.util.Extern.Item
The URL or the directory path at which the package documentation will be avaliable.
path - Variable in class com.sun.tools.javac.file.RelativePath
 
path - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
 
pathChar - Variable in class com.sun.tools.javah.LLNI
 
pathFor(CompilationUnitTree, Tree) - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
pathFor(JCTree, JCTree.JCCompilationUnit) - Static method in class com.sun.tools.javac.tree.TreeInfo
 
paths - Variable in class com.sun.tools.javac.file.JavacFileManager
Encapsulates knowledge of paths
Paths - Class in com.sun.tools.javac.file
This class converts command line arguments, environment variables and system properties (in File.pathSeparator-separated String form) into a boot class path, user class path, and source path (in Collection form).
Paths(Context) - Constructor for class com.sun.tools.javac.file.Paths
 
Paths.Path - Class in com.sun.tools.javac.file
 
Paths.Path() - Constructor for class com.sun.tools.javac.file.Paths.Path
 
pathsForLocation - Variable in class com.sun.tools.javac.file.Paths
 
pathsKey - Static variable in class com.sun.tools.javac.file.Paths
The context key for the todo list
pathstr - Variable in class com.sun.tools.doclets.internal.toolkit.util.SourcePath
The original class path string
pathString(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return the path to the class page for a classdoc.
pathString(PackageDoc, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return path to the given file name in the given package.
pathString(LinkInfoImpl) - Method in class com.sun.tools.doclets.formats.html.LinkFactoryImpl
Return path to the given file name in the given package.
pathToClass(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return path to the class page for a classdoc.
pathToURLs(String) - Static method in class com.sun.tools.apt.main.Main
Utility method for converting a search path string to an array of directory and JAR file URLs.
pathToURLs(String) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Utility method for converting a search path string to an array of directory and JAR file URLs.
pathToURLs(String) - Static method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Utility method for converting a search path string to an array of directory and JAR file URLs.
pathToURLs(String) - Static method in class com.sun.tools.javadoc.DocletInvoker
Utility method for converting a search path string to an array of directory and JAR file URLs.
pc - Variable in class com.sun.tools.javac.jvm.Code.Chain
The position of the jump instruction.
pc - Variable in class com.sun.tools.javac.jvm.Code.StackMapFrame
 
PCK - Static variable in class com.sun.tools.javac.code.Kinds
The kind of package symbols.
peek() - Method in class com.sun.tools.javac.comp.Todo.FileQueue
 
peek() - Method in class com.sun.tools.javac.comp.Todo
 
peek() - Method in class com.sun.tools.javac.jvm.Code.State
 
peek() - Method in class com.sun.tools.javac.util.ListBuffer
 
pEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print newline and then print </P> tag.
pendingExits - Variable in class com.sun.tools.javac.comp.Flow
The currently pending exits that go from current inner blocks to an enclosing block, in source order.
pendingJumps - Variable in class com.sun.tools.javac.jvm.Code
A chain for jumps to be resolved before the next opcode is emitted.
pendingStackMap - Variable in class com.sun.tools.javac.jvm.Code
Set true when a stackMap is needed at the current PC.
pendingStatPos - Variable in class com.sun.tools.javac.jvm.Code
The position of the currently statement, if we are at the start of this statement, NOPOS otherwise.
percent() - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
perform(String[]) - Method in class sun.tools.javap.Main
Process the arguments and perform the desired action
performCopy(String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDoclet
 
period - Variable in class com.sun.tools.javac.util.Names
 
pid - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
pkgDivide(Map<String, ? extends List<? extends ProgramElementDoc>>) - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgdoc - Variable in class com.sun.tools.doclets.formats.html.PackageUseWriter
 
pkgNameGroupMap - Variable in class com.sun.tools.doclets.internal.toolkit.util.Group
Map of non-regular expressions(possible package names) with the corresponding group name.
pkgPrefix - Variable in class sun.tools.javap.ClassData
 
pkgPrefixLen - Variable in class sun.tools.javap.ClassData
 
pkgSet - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToClassAnnotations - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToClassTypeParameter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToConstructorAnnotations - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToConstructorArgs - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToConstructorArgTypeParameter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToConstructorParameterAnnotations - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToConstructorThrows - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToField - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToFieldAnnotations - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToFieldTypeParameter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToImplementingClass - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodAnnotations - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodArgs - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodArgTypeParameter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodParameterAnnotations - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodReturn - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodReturnTypeParameter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodThrows - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToMethodTypeParameter - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToPackageAnnotations - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToSubclass - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkgToSubinterface - Variable in class com.sun.tools.doclets.formats.html.ClassUseWriter
 
pkind - Variable in class com.sun.tools.javac.comp.Attr
Visitor argument: the currently expected proto-kind.
platform - Static variable in class com.sun.tools.javah.Util
 
platformAnnotations - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Annotations implicitly processed and claimed by javac.
platformInit - Static variable in class com.sun.tools.javah.Util
 
PLUS - Static variable in class com.sun.tools.javac.tree.JCTree
 
PLUS_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
poll() - Method in class com.sun.tools.javac.comp.Todo.FileQueue
 
poll() - Method in class com.sun.tools.javac.comp.Todo
 
poll() - Method in class com.sun.tools.javac.util.ListBuffer
 
pool - Variable in class com.sun.tools.classfile.ConstantPool
 
pool - Variable in class com.sun.tools.javac.code.Symbol.ClassSymbol
the constant pool of the class
pool - Variable in class com.sun.tools.javac.jvm.ClassWriter
The constant pool.
pool - Variable in class com.sun.tools.javac.jvm.Code
The constant pool of the current class.
pool - Variable in class com.sun.tools.javac.jvm.Gen
 
pool - Variable in class com.sun.tools.javac.jvm.Items
The current constant pool.
Pool - Class in com.sun.tools.javac.jvm
An internal structure that corresponds to the constant pool of a classfile.
Pool(int, Object[]) - Constructor for class com.sun.tools.javac.jvm.Pool
Construct a pool with given number of elements and element array.
Pool() - Constructor for class com.sun.tools.javac.jvm.Pool
Construct an empty pool.
pool - Variable in class com.sun.tools.javac.jvm.Pool
The initial pool buffer.
Pool.Method - Class in com.sun.tools.javac.jvm
 
Pool.Method(Symbol.MethodSymbol) - Constructor for class com.sun.tools.javac.jvm.Pool.Method
 
Pool.Variable - Class in com.sun.tools.javac.jvm
 
Pool.Variable(Symbol.VarSymbol) - Constructor for class com.sun.tools.javac.jvm.Pool.Variable
 
POOL_BUF_SIZE - Static variable in class com.sun.tools.javac.jvm.ClassWriter
 
poolbuf - Variable in class com.sun.tools.javac.jvm.ClassWriter
An output buffer for the constant pool.
poolIdx - Variable in class com.sun.tools.javac.jvm.ClassReader
For every constant pool entry, an index into buf where the defining section of the entry is found.
poolObj - Variable in class com.sun.tools.javac.jvm.ClassReader
The objects of the constant pool.
pop - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
pop(int) - Method in class com.sun.tools.javac.jvm.Code.State
 
pop(Type) - Method in class com.sun.tools.javac.jvm.Code.State
 
pop1() - Method in class com.sun.tools.javac.jvm.Code.State
 
pop2 - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
pop2() - Method in class com.sun.tools.javac.jvm.Code.State
 
popBracket() - Method in class edu.rice.cs.mint.comp.TransStaging
 
pos - Variable in class com.sun.tools.apt.mirror.util.SourcePositionImpl
 
pos - Variable in class com.sun.tools.javac.code.Symbol.VarSymbol
The variable's declaration position.
pos - Variable in class com.sun.tools.javac.comp.Lower.EnumMapping
 
pos - Variable in class com.sun.tools.javac.model.JavacSourcePosition
 
pos - Variable in class com.sun.tools.javac.parser.DocCommentScanner
Starting position of the comment in original source
pos() - Method in interface com.sun.tools.javac.parser.Lexer
Return the current token's position: a 0-based offset from beginning of the raw input stream (before unicode translation)
pos - Variable in class com.sun.tools.javac.parser.Scanner
The token's position, 0-based offset from beginning of text.
pos() - Method in class com.sun.tools.javac.parser.Scanner
Return the current token's position: a 0-based offset from beginning of the raw input stream (before unicode translation)
POS - Static variable in class com.sun.tools.javac.tree.JCTree
Unary operators, of type Unary.
pos - Variable in class com.sun.tools.javac.tree.JCTree
 
pos() - Method in class com.sun.tools.javac.tree.JCTree
Get a default position for this tree node.
pos - Variable in class com.sun.tools.javac.tree.TreeMaker
The position at which subsequent trees will be created.
pos - Variable in class com.sun.tools.javac.util.JCDiagnostic.SimpleDiagnosticPosition
 
pos - Variable in class com.sun.tools.javac.util.Warner
 
pos() - Method in class com.sun.tools.javac.util.Warner
 
POS - Static variable in interface sun.tools.javap.Constants
 
position() - Method in interface com.sun.javadoc.Doc
Return the source position of the first line of the corresponding declaration, or null if no position is available.
position() - Method in interface com.sun.javadoc.Tag
Return the source position of this tag.
position() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
Return the source position of this tag.
position - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
Position - Class in com.sun.tools.javac.util
A class that defines source code positions as simple character offsets from the beginning of the file.
Position() - Constructor for class com.sun.tools.javac.util.Position
This is class is not supposed to be instantiated.
position() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the source position of the entity, or null if no position is available.
position() - Method in class com.sun.tools.javadoc.DocImpl
Return the source position of the entity, or null if no position is available.
position() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return the source position of the entity, or null if no position is available.
position() - Method in class com.sun.tools.javadoc.FieldDocImpl
Return the source position of the entity, or null if no position is available.
position() - Method in class com.sun.tools.javadoc.PackageDocImpl
Return the source position of the entity, or null if no position is available.
position() - Method in class com.sun.tools.javadoc.RootDocImpl
Return the source position of the entity, or null if no position is available.
position - Variable in class com.sun.tools.javadoc.SourcePositionImpl
 
position() - Method in class com.sun.tools.javadoc.TagImpl
Return the doc item to which this tag is attached.
Position.LineMap - Interface in com.sun.tools.javac.util
 
Position.LineMapImpl - Class in com.sun.tools.javac.util
 
Position.LineMapImpl() - Constructor for class com.sun.tools.javac.util.Position.LineMapImpl
 
Position.LineTabMapImpl - Class in com.sun.tools.javac.util
A LineMap that handles tab expansion correctly.
Position.LineTabMapImpl(int) - Constructor for class com.sun.tools.javac.util.Position.LineTabMapImpl
 
positionFor(Symbol, JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Find the position for reporting an error about a symbol, where that symbol is defined somewhere in the given tree.
positions - Variable in class com.sun.tools.javac.jvm.CRTable
The hashtable for source positions.
post - Variable in class com.sun.mirror.util.DeclarationScanner
 
POSTDEC - Static variable in class com.sun.tools.javac.tree.JCTree
 
POSTDEC - Static variable in interface sun.tools.javap.Constants
 
POSTDECcode - Static variable in class com.sun.tools.javac.comp.Lower
Access codes for dereferencing, assignment, and pre/post increment/decrement.
postfixPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
POSTINC - Static variable in class com.sun.tools.javac.tree.JCTree
 
POSTINC - Static variable in interface sun.tools.javap.Constants
 
POSTINCcode - Static variable in class com.sun.tools.javac.comp.Lower
Access codes for dereferencing, assignment, and pre/post increment/decrement.
postop() - Method in class com.sun.tools.javac.jvm.Code
 
potentiallyConflictingTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Keep track of the tags that may conflict with standard tags in the future (any custom tag without a period in its name).
pp - Variable in class com.sun.tools.javac.jvm.Pool
Index of next constant to be entered.
pre - Variable in class com.sun.mirror.util.DeclarationScanner
 
pre() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <PRE> tag.
prec(Token) - Static method in class com.sun.tools.javac.parser.JavacParser
Return precedence of operator represented by token, -1 if token is not a binary operator.
prec - Variable in class com.sun.tools.javac.tree.Pretty
Visitor argument: the current precedence level.
precCount - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
precedes(Symbol.TypeSymbol, Types) - Method in class com.sun.tools.javac.code.Symbol.TypeSymbol
A total ordering between type symbols that refines the class inheritance graph.
PREDEC - Static variable in class com.sun.tools.javac.tree.JCTree
 
PREDEC - Static variable in interface sun.tools.javap.Constants
 
PREDECcode - Static variable in class com.sun.tools.javac.comp.Lower
Access codes for dereferencing, assignment, and pre/post increment/decrement.
predefClass - Variable in class com.sun.tools.javac.code.Symtab
The class symbol that owns all predefined symbols.
predefClassDef - Variable in class com.sun.tools.javac.comp.Enter
A dummy class to serve as enclClass for toplevel environments.
preEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </PRE> tag.
preferredFileObject(JavaFileObject, JavaFileObject) - Method in class com.sun.tools.javac.jvm.ClassReader
Implement policy to choose to derive information from a source file or a class file when both are present.
preferSource - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: prefer source files instead of newer when both source and class are available
prefix - Variable in class com.sun.tools.javac.file.SymbolArchive
 
prefix - Static variable in class com.sun.tools.javac.processing.ServiceProxy
 
prefix - Variable in class com.sun.tools.javac.util.JCDiagnostic.Factory
 
prefix - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
The common prefix for all I18N message keys generated by this handler.
prefixPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
PREINC - Static variable in class com.sun.tools.javac.tree.JCTree
 
PREINC - Static variable in interface sun.tools.javap.Constants
 
PREINCcode - Static variable in class com.sun.tools.javac.comp.Lower
Access codes for dereferencing, assignment, and pre/post increment/decrement.
preindexedCacheLocation - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
preMask - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
 
preNoNewLine() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <PRE> tag without adding new line character at th eend.
prepareCompiler() - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
prepareFile(File, String, FilerImpl.FileKind) - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
Checks that the file has not already been created during this invocation.
prepend(A) - Method in class com.sun.tools.javac.util.List
Prepend given element to front of list, forming and returning a new list.
prepend(A) - Method in class com.sun.tools.javac.util.ListBuffer
Prepend an element to buffer.
prependList(List<A>) - Method in class com.sun.tools.javac.util.List
Prepend given list of elements to front of list, forming and returning a new list.
preRegister(Context) - Static method in class com.sun.tools.apt.main.JavaCompiler
 
preRegister(Context) - Static method in class com.sun.tools.apt.util.Bark
Preregisters factories to create and use a Bark object for use as both a Log and a Bark.
preRegister(Context) - Static method in class com.sun.tools.javac.file.CacheFSInfo
Register a Context.Factory to create a singleton CacheFSInfo.
preRegister(Context) - Static method in class com.sun.tools.javac.file.JavacFileManager
Register a Context.Factory to create a JavacFileManager.
preRegister(Context) - Static method in class com.sun.tools.javac.parser.DocCommentScanner.Factory
 
preRegister(Context) - Static method in class com.sun.tools.javadoc.JavadocClassReader
 
preRegister(Context) - Static method in class com.sun.tools.javadoc.JavadocEnter
 
preRegister(Context) - Static method in class com.sun.tools.javadoc.JavadocMemberEnter
 
preRegister(Context) - Static method in class com.sun.tools.javadoc.JavadocTodo
 
preRegister(Context, String) - Static method in class com.sun.tools.javadoc.Messager
 
preRegister(Context, String, PrintWriter, PrintWriter, PrintWriter) - Static method in class com.sun.tools.javadoc.Messager
 
preRegister(Context) - Static method in class edu.rice.cs.mint.runtime.StringCodeCompiler
 
preShift - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Shift and mask constants for shifting prefix instructions.
Pretty - Class in com.sun.tools.javac.tree
Prints out a tree as an indented Java source program.
Pretty(Writer, boolean) - Constructor for class com.sun.tools.javac.tree.Pretty
 
Pretty.UncheckedIOException - Error in com.sun.tools.javac.tree
Exception to propogate IOException through visitXXX methods
Pretty.UncheckedIOException(IOException) - Constructor for error com.sun.tools.javac.tree.Pretty.UncheckedIOException
 
prev - Variable in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
prev - Variable in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
prev - Variable in class com.sun.tools.doclets.formats.html.PackageTreeWriter
The previous package name in the alpha-order list.
prev - Variable in class com.sun.tools.doclets.formats.html.PackageWriterImpl
The prev package name in the alpha-order list.
prev - Variable in class com.sun.tools.doclets.formats.html.SplitIndexWriter
Previous unicode character index in the built index.
prevEndPos() - Method in interface com.sun.tools.javac.parser.Lexer
Return the last character position of the previous token.
prevEndPos - Variable in class com.sun.tools.javac.parser.Scanner
The last character position of the previous token.
prevEndPos() - Method in class com.sun.tools.javac.parser.Scanner
Return the last character position of the previous token.
PRIME - Static variable in class com.sun.tools.javac.code.Type.CapturedType
 
PrimitiveType - Interface in com.sun.mirror.type
Represents a primitive type.
PrimitiveType - Class in com.sun.tools.javadoc
 
PrimitiveType(String) - Constructor for class com.sun.tools.javadoc.PrimitiveType
 
PrimitiveType - Interface in javax.lang.model.type
Represents a primitive type.
PrimitiveType.Kind - Enum in com.sun.mirror.type
An enumeration of the different kinds of primitive types.
PrimitiveType.Kind() - Constructor for enum com.sun.mirror.type.PrimitiveType.Kind
 
PrimitiveTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of PrimitiveType.
PrimitiveTypeImpl(AptEnv, PrimitiveType.Kind) - Constructor for class com.sun.tools.apt.mirror.type.PrimitiveTypeImpl
 
PrimitiveTypeTree - Interface in com.sun.source.tree
A tree node for a primitive type.
primTypes - Variable in class com.sun.tools.apt.mirror.type.TypeMaker
 
print - Variable in class com.sun.tools.apt.main.JavaCompiler
The internal printing annotation processor should be used.
print(String) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
print(char) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
print(Element) - Method in class com.sun.tools.javac.processing.PrintingProcessor
 
print(Object) - Method in class com.sun.tools.javac.tree.Pretty
Print string, replacing all non-ascii character with unicode escapes.
print(String) - Method in class com.sun.tools.javap.BasicWriter.LineWriter
 
print(String) - Method in class com.sun.tools.javap.BasicWriter
 
print(Object) - Method in class com.sun.tools.javap.BasicWriter
 
print(Object) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
Print string, replacing all non-ascii character with unicode escapes.
print(Benchmark.TimedTask<?>...) - Static method in class edu.rice.cs.mint.util.Benchmark
Print out the results.
print(int, Benchmark.TimedTask<?>...) - Static method in class edu.rice.cs.mint.util.Benchmark
Print out the results.
print() - Method in class sun.tools.javap.JavapPrinter
Entry point to print class file information.
print(JavapPrinter) - Method in class sun.tools.javap.StackMapData
 
print(JavapPrinter) - Method in class sun.tools.javap.StackMapTableData.AppendFrame
 
print(JavapPrinter) - Method in class sun.tools.javap.StackMapTableData.ChopFrame
 
print(JavapPrinter) - Method in class sun.tools.javap.StackMapTableData.FullFrame
 
print(JavapPrinter) - Method in class sun.tools.javap.StackMapTableData
 
print(JavapPrinter) - Method in class sun.tools.javap.StackMapTableData.SameFrame
 
print(JavapPrinter) - Method in class sun.tools.javap.StackMapTableData.SameLocals1StackItem
 
printAccess(String[]) - Method in class sun.tools.javap.JavapPrinter
Prints access of class, field or method.
printAllClasses(boolean) - Method in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Use the sorted index of all the classes and print all the classes.
printAllClassesFrameTag() - Method in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Print the FRAME tag for the frame that lists all classes
printAllClassesPackagesLink() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Do nothing.
printAllClassesPackagesLink() - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Print "All Classes" link at the top of the left-hand frame page.
printAllClassesTableFooter() - Method in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Print Html closing table tag.
printAllClassesTableHeader() - Method in class com.sun.tools.doclets.formats.html.AllClassesFrameWriter
Print the heading "All Classes" and also print Html table tag.
printAllPackagesFrameTag() - Method in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Print the FRAME tag for the frame that lists all packages
printAnnotations(Collection<AnnotationMirror>) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printAnnotations(Element) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printAnnotations(List<JCTree.JCAnnotation>) - Method in class com.sun.tools.javac.tree.Pretty
 
printAnnotationsInline(Collection<AnnotationMirror>) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printAnnotationsInline(Element) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
PrintAP - Class in com.sun.tools.apt.comp
Class used to implement "-print" option.
PrintAP(AnnotationProcessorEnvironment) - Constructor for class com.sun.tools.apt.comp.PrintAP
 
PrintAP.PrintingVisitors - Class in com.sun.tools.apt.comp
 
PrintAP.PrintingVisitors(AnnotationProcessorEnvironment) - Constructor for class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
PrintAP.PrintingVisitors.PostPrinting - Class in com.sun.tools.apt.comp
 
PrintAP.PrintingVisitors.PostPrinting() - Constructor for class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PostPrinting
 
PrintAP.PrintingVisitors.PrePrinting - Class in com.sun.tools.apt.comp
 
PrintAP.PrintingVisitors.PrePrinting() - Constructor for class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
printAscii(String, Object...) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
printAttrData(AttrData) - Method in class sun.tools.javap.JavapPrinter
Print attribute data in hex.
printBaseElementType(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.tree.Pretty
 
printBlock(List<? extends JCTree>) - Method in class com.sun.tools.javac.tree.Pretty
Print a block.
printBodyHtmlEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print the closing </body> and </html> tags.
printBodyHtmlEnd(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printBottom() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the user specified bottom.
printBrackets(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.tree.Pretty
 
printCCF(String, Object) - Method in class com.sun.tools.javac.jvm.ClassReader
Output for "-checkclassfile" option.
printClassAttributes() - Method in class sun.tools.javap.JavapPrinter
Print class attribute information.
printClassFrameTag() - Method in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Print the FRAME tag for the frame that describes the class in detail
printclassHeader() - Method in class sun.tools.javap.JavapPrinter
Print a description of the class (not members).
printClassInfo(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Print the classkind(class, interface, exception, error of the class passed.
printClassRow(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
 
printClassUseFooter() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print the footer for the class use Listing.
printClassUseHeader() - Method in class com.sun.tools.doclets.formats.html.ClassUseWriter
Print the header for the class use Listing.
printcodeSequence(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print code sequence.
printComment(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Print comment for each element in the index.
printComment(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printCommentAndTags(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printCommentTags(Doc, Tag[], boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printConfigurationTitle() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Print the doctitle, if it is specified on the command line.
printConstant(int) - Method in class com.sun.tools.javap.CodeWriter
 
PrintConstant(int) - Method in class sun.tools.javap.JavapPrinter
Print constant value at that index.
printConstantValue(FieldData) - Method in class sun.tools.javap.JavapPrinter
Print ConstantValue attribute information.
printCount(String, int) - Method in class com.sun.tools.javac.main.JavaCompiler
Print numbers of errors and warnings.
printcp() - Method in class sun.tools.javap.JavapPrinter
Print constant pool information.
printDeprecatedAPI(List<Doc>, String) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Generate the code for listing the deprecated APIs.
printDeprecatedFooter() - Method in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
Print the navigation bar and the footer for the deprecated API Listing.
printDescription(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Print one line summary comment for the package.
printDescription(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Print one line summary comment for the class.
printDescription(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Generate Description for Class, Field, Method or Constructor.
printDocComment(Declaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printDocComment(Element) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printDocComment(JCTree) - Method in class com.sun.tools.javac.tree.Pretty
Print documentation comment, if it exists
printDocLink(int, MemberDoc, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the link for the given member.
printDocLink(int, ClassDoc, MemberDoc, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the link for the given member.
printedFirstMember - Variable in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
printedFirstMember - Variable in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
printedOne - Variable in class com.sun.tools.javah.LLNI.FieldDefsRes
 
printedOverallAnchor - Variable in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
printedPackageHeaders - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
The set of printed package headers.
printedSummaryHeader - Variable in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printedSummaryHeader - Variable in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printedSummaryHeader - Variable in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printedSummaryHeader - Variable in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printedSummaryHeader - Variable in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printedSummaryHeader - Variable in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printElements(Writer, Element...) - Method in class com.sun.tools.javac.model.JavacElements
Print a representation of the elements to the given writer in the specified order.
printElements(Writer, Element...) - Method in interface javax.lang.model.util.Elements
Prints a representation of the elements to the given writer in the specified order.
printend() - Method in class sun.tools.javap.JavapPrinter
 
printEnumBody(List<JCTree>) - Method in class com.sun.tools.javac.tree.Pretty
Print a block.
printErrLine(int, PrintWriter) - Method in class com.sun.tools.javac.util.Log
Print the faulty source code line and point to the error.
printError(String) - Method in interface com.sun.javadoc.DocErrorReporter
Print error message and increment error count.
printError(SourcePosition, String) - Method in interface com.sun.javadoc.DocErrorReporter
Print an error message and increment error count.
printError(String) - Method in interface com.sun.mirror.apt.Messager
Prints an error message.
printError(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
Prints an error message.
printError(String) - Method in class com.sun.tools.apt.mirror.apt.MessagerImpl
Prints an error message.
printError(SourcePosition, String) - Method in class com.sun.tools.apt.mirror.apt.MessagerImpl
Prints an error message.
printError(SourcePosition, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print error message, increment error count.
printError(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print error message, increment error count.
printError(String) - Method in class com.sun.tools.javac.processing.JavacMessager
Prints an error message.
printError(String) - Method in class com.sun.tools.javadoc.DocEnv
Print error message, increment error count.
printError(SourcePosition, String) - Method in class com.sun.tools.javadoc.DocEnv
Print error message, increment error count.
printError(String) - Method in class com.sun.tools.javadoc.Messager
Print error message, increment error count.
printError(SourcePosition, String) - Method in class com.sun.tools.javadoc.Messager
Print error message, increment error count.
printError(String) - Method in class com.sun.tools.javadoc.RootDocImpl
Print error message, increment error count.
printError(SourcePosition, String) - Method in class com.sun.tools.javadoc.RootDocImpl
Print error message, increment error count.
printExceptions(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print exceptions.
printExceptionTable(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print the exception table for this method code
printExpr(JCTree, int) - Method in class com.sun.tools.javac.tree.Pretty
Visitor method: print expression tree.
printExpr(JCTree) - Method in class com.sun.tools.javac.tree.Pretty
Derived visitor method: print expression tree at minimum precedence level for expression.
printExprs(List<T>, String) - Method in class com.sun.tools.javac.tree.Pretty
Derived visitor method: print list of expression trees, separated by given string.
printExprs(List<T>) - Method in class com.sun.tools.javac.tree.Pretty
Derived visitor method: print list of expression trees, separated by commas.
printExtendsImplements(ClassDoc, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Print the information regarding the classes which this class extends or implements.
printFieldAttributes(FieldData) - Method in class sun.tools.javap.JavapPrinter
 
printfields() - Method in class sun.tools.javap.JavapPrinter
Print the fields
printFirstRow(String) - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Print the table heading for the class-listing.
printFixedWidthInt(int, int) - Method in class com.sun.tools.javap.CodeWriter
 
printFixedWidthInt(long, int) - Method in class sun.tools.javap.JavapPrinter
Print an integer so that it takes 'length' characters in the output.
printFlags(long) - Method in class com.sun.tools.javac.tree.Pretty
Print a set of modifiers.
printFlat - Variable in class com.sun.tools.javac.main.JavaCompiler
Debug switch: Emit Java sources after inner class flattening.
printFooter() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Calls HtmlDocWriter.printBodyHtmlEnd() method.
printFormalTypeParameters(ExecutableDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printFormalTypeParameters(TypeDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printFormalTypeParameters(ExecutableElement) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printFormalTypeParameters(TypeElement) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printFormalTypeParameters(List<? extends TypeParameterElement>, boolean) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printFormalTypeParameterSet(Collection<TypeParameterDeclaration>, boolean) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printFrameDetails() - Method in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Print the frame sizes and their contents.
printFrameFooter() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print closing </html> tag.
printFramesetHeader(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print the frameset version of the Html file header.
printFramesetHeader(String, boolean) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print the frameset version of the Html file header.
printFrameWarning() - Method in class com.sun.tools.doclets.formats.html.FrameOutputWriter
Generate the code for issueing the warning for a non-frame capable web client.
printFullComment(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printFullVersion() - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
printFullVersion() - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
printHead(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printHeader(StackMapTable_attribute.stack_map_frame) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
printHelp() - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
printHelp() - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
printHelpFileContents() - Method in class com.sun.tools.doclets.formats.html.HelpWriter
Print the help file contents from the resource file.
printHtmlHeader(String, String[], boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the html file header.
printHyperLink(String, String, String, boolean) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print Html Hyper Link.
printHyperLink(String, String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print Html Hyper Link.
printHyperLink(String, String, String, boolean, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print Html Hyper Link.
printHyperLink(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print link without positioning in the file.
printImplementsInfo(HtmlDocletWriter, MethodDoc) - Static method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printIndexComment(Doc) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printIndexComment(Doc, Tag[]) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printIndexContents(PackageDoc[], String) - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Generate code for package index contents.
printIndexFooter() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
 
printIndexFooter() - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Print Html closing "table" tag at the end of the package index.
printIndexFooter() - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Print Html closing tags for the table for this package index.
printIndexHeader(String) - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
 
printIndexHeader(String) - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Print Html "table" tag for the package index format.
printIndexHeader(String) - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Print Html tags for the table for this package index.
printIndexHeading(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the heading in Html <H2> format.
printIndexRow(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
 
printIndexRow(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Print each package name on separate rows.
printIndexRow(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Print each package in separate rows in the index table.
PrintingProcessor - Class in com.sun.tools.javac.processing
A processor which prints out elements.
PrintingProcessor() - Constructor for class com.sun.tools.javac.processing.PrintingProcessor
 
PrintingProcessor.PrintingElementVisitor - Class in com.sun.tools.javac.processing
Used for the -Xprint option and called by Elements.printElements
PrintingProcessor.PrintingElementVisitor(Writer, Elements) - Constructor for class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printInheritedSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printInheritedSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
printInheritedSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printInheritedSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printInheritedSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printInheritedSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printInheritedSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printInheritedSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Forward to containing writer
printInheritedSummaryFooter(AbstractMemberWriter, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printInheritedSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Forward to containing writer
printInheritedSummaryHeader(AbstractMemberWriter, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printInheritedSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printInheritedSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
printInheritedSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printInheritedSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printInheritedSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printInheritedSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printInheritedSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printInheritedSummaryMember(AbstractMemberWriter, ClassDoc, ProgramElementDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printInlineComment(Doc, Tag) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printInlineComment(Doc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printInlineDeprecatedComment(Doc, Tag) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printInlineDeprecatedComment(Doc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printInnerClasses() - Method in class sun.tools.javap.JavapPrinter
Print InnerClass attribute information.
printInstr(int) - Method in class sun.tools.javap.JavapPrinter
Print instructions.
printInterfaces(TypeDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printInterfaces(AnnotationTypeDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printInterfaces(TypeElement) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printInterfaceSet(Collection<InterfaceType>, boolean) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printLineNumTable(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print LineNumberTable attribute information.
printLines(PrintWriter, String) - Static method in class com.sun.tools.javac.util.Log
Print the text of a message, translating newlines appropriately for the platform.
printLink(LinkInfoImpl) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the link to the given class.
printLinksForIndexes() - Method in class com.sun.tools.doclets.formats.html.SingleIndexWriter
Print Links for all the Index Files per unicode character.
printLinksForIndexes() - Method in class com.sun.tools.doclets.formats.html.SplitIndexWriter
Print Links for all the Index Files per unicode character.
printLinkToMainTree() - Method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Generate a link to the tree for all the packages.
println() - Method in class com.sun.tools.javac.tree.Pretty
Print new line.
println() - Method in class com.sun.tools.javap.BasicWriter.LineWriter
 
println() - Method in class com.sun.tools.javap.BasicWriter
 
println(String) - Method in class com.sun.tools.javap.BasicWriter
 
println(Object) - Method in class com.sun.tools.javap.BasicWriter
 
println() - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
Print new line.
PrintlnConstantEntry(int) - Method in class sun.tools.javap.JavapPrinter
Print constant pool entry information.
printLocVarTable(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print LocalVariableTable attribute information.
printMap(String, StackMapTable_attribute.verification_type_info[]) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
printMap(String, int[]) - Method in class sun.tools.javap.JavapPrinter
 
printMember(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printMemberDesc(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractIndexWriter
Print description about the Static Varible/Method/Constructor for a member.
printMemberFooter() - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printMemberHeader() - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printMemberLink(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printMembersSummaryLink(ClassDoc, ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printMessage(Diagnostic.Kind, CharSequence) - Method in class com.sun.tools.javac.processing.JavacMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element) - Method in class com.sun.tools.javac.processing.JavacMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror) - Method in class com.sun.tools.javac.processing.JavacMessager
Prints a message of the specified kind at the location of the annotation mirror of the annotated element.
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror, AnnotationValue) - Method in class com.sun.tools.javac.processing.JavacMessager
Prints a message of the specified kind at the location of the annotation value inside the annotation mirror of the annotated element.
printMessage(Diagnostic.Kind, CharSequence) - Method in interface javax.annotation.processing.Messager
Prints a message of the specified kind.
printMessage(Diagnostic.Kind, CharSequence, Element) - Method in interface javax.annotation.processing.Messager
Prints a message of the specified kind at the location of the element.
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror) - Method in interface javax.annotation.processing.Messager
Prints a message of the specified kind at the location of the annotation mirror of the annotated element.
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror, AnnotationValue) - Method in interface javax.annotation.processing.Messager
Prints a message of the specified kind at the location of the annotation value inside the annotation mirror of the annotated element.
printMethodArgs(List<Type>, boolean, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
printMethodAttributes(MethodData) - Method in class sun.tools.javap.JavapPrinter
print method attribute information.
printMethodInfo(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printMethods() - Method in class sun.tools.javap.JavapPrinter
Print the methods
printMethodSignature(MethodData, String[]) - Method in class sun.tools.javap.JavapPrinter
Print method signature.
printModifier(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printModifierAndType(ProgramElementDoc, Type) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Print the modifier and type for the member in the member summary.
printModifiers(Declaration, Collection<Modifier>) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printModifiers(ParameterDeclaration, Collection<Modifier>) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printModifiers(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printModifiers(Element) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printNavDetailLink(boolean) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printNavDetailLink(boolean) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
printNavDetailLink(boolean) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printNavDetailLink(boolean) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printNavDetailLink(boolean) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printNavDetailLink(boolean) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printNavDetailLink(boolean) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printNavigationBarFooter() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
 
printNavigationBarFooter() - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Just print some space, since there is no navigation bar for this page.
printNavigationBarFooter() - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Print the lower navigation bar and the bottom text (from the -bottom option) at the bottom of page.
printNavigationBarHeader() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
 
printNavigationBarHeader() - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Print the "-packagesheader" string in strong format, at top of the page, if it is not the empty string.
printNavigationBarHeader() - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Print the top text (from the -top option), the upper navigation bar, and then the title (from the"-title" option), at the top of page.
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeOptionalMemberWriterImpl
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printNavSummaryLink(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printNbsps() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print ten non-breaking spaces("&nbsp;").
printNoFramesTargetHyperLink(String, String, String, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Html Hyper Link, with target frame.
printNotice(String) - Method in interface com.sun.javadoc.DocErrorReporter
Print a message.
printNotice(SourcePosition, String) - Method in interface com.sun.javadoc.DocErrorReporter
Print a message.
printNotice(String) - Method in interface com.sun.mirror.apt.Messager
Prints a notice.
printNotice(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
Prints a notice.
printNotice(String) - Method in class com.sun.tools.apt.mirror.apt.MessagerImpl
Prints a notice.
printNotice(SourcePosition, String) - Method in class com.sun.tools.apt.mirror.apt.MessagerImpl
Prints a notice.
printNotice(SourcePosition, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print a message.
printNotice(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print a message.
printNotice(String) - Method in class com.sun.tools.javac.processing.JavacMessager
Prints a notice.
printNotice(String) - Method in class com.sun.tools.javadoc.DocEnv
Print a message.
printNotice(SourcePosition, String) - Method in class com.sun.tools.javadoc.DocEnv
Print a message.
printNotice(String) - Method in class com.sun.tools.javadoc.Messager
Print a message.
printNotice(SourcePosition, String) - Method in class com.sun.tools.javadoc.Messager
Print a message.
printNotice(String) - Method in class com.sun.tools.javadoc.RootDocImpl
Print a message.
printNotice(SourcePosition, String) - Method in class com.sun.tools.javadoc.RootDocImpl
Print a message.
printOverridden(HtmlDocletWriter, Type, MethodDoc) - Static method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printOverview() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
Default to no overview, overwrite to add overview.
printOverview() - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Call PackageIndexWriter.printOverviewComment() and then genrate the tag information as provided in the file specified by the "-overview" option on the command line.
printOverviewComment() - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Print the overview comment as provided in the file specified by the "-overview" option on the command line.
printOverviewHeader() - Method in class com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
 
printOverviewHeader() - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Do nothing as there is no overview information in this page.
printOverviewHeader() - Method in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Print the overview summary comment for this documentation.
printPackageHeader(String) - Method in class com.sun.tools.doclets.formats.html.PackageFrameWriter
Print the package link at the top of the class kind listing.
printPackageLink(PackageDoc, String, boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the link to the given package.
printPackageLink(PackageDoc, String, boolean, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the link to the given package.
printPackageTableFooter() - Method in class com.sun.tools.doclets.formats.html.PackageFrameWriter
Closing Html tags for table of class kind listing.
printPackageTableHeader() - Method in class com.sun.tools.doclets.formats.html.PackageFrameWriter
The table for the class kind listing.
printPackageTreeFooter() - Method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Print the navigation bar footer for the package tree file.
printPackageTreeHeader() - Method in class com.sun.tools.doclets.formats.html.PackageTreeWriter
Print the navigation bar header for the package tree file.
printPackageTreeLinks() - Method in class com.sun.tools.doclets.formats.html.TreeWriter
Generate the links to all the package tree files.
printPackageUseFooter() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Print the footer for the class use Listing.
printPackageUseHeader() - Method in class com.sun.tools.doclets.formats.html.PackageUseWriter
Print the header for the class use Listing.
printPageHeading() - Method in class com.sun.tools.doclets.formats.html.TreeWriter
Print the page title "Hierarchy For All Packages" at the top of the tree page.
printParameters(ExecutableDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printParameters(ExecutableElement) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printPartialInfo(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Print information about the class kind, if it's a "class" or "interface".
printPkgName(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print the name of the package, this class is in.
printPreQualifiedClassLink(int, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Class link, with only class name as the link and prefixing plain package name.
printPreQualifiedStrongClassLink(int, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Class link, with only class name as the strong link and prefixing plain package name.
printProcessorInfo - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
printQualifiedClassLink(int, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printRawError(int, String) - Method in class com.sun.tools.javac.util.Log
print an error or warning message:
printReport() - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Print a list of Taglets that might conflict with standard tags in the future and a list of standard tags that have been overriden.
printReportHelper(String, Set<String>) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
 
printReturnType(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printRoundInfo(PrintWriter, int, List<Symbol.ClassSymbol>, Set<TypeElement>, boolean) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
printRounds - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
printscopes(Scope) - Method in class com.sun.tools.javac.comp.Resolve
print all scopes starting with scope s and proceeding outwards.
printscopes(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Resolve
 
printscopes(Type) - Method in class com.sun.tools.javac.comp.Resolve
 
printSource(Env<AttrContext>, JCTree.JCClassDecl) - Method in class com.sun.tools.javac.main.JavaCompiler
Emit plain Java source for a class.
printSrcLink(ProgramElementDoc, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printStackMap(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print StackMap attribute information.
printStackMapTable(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print StackMapTable attribute information.
printStat(JCTree) - Method in class com.sun.tools.javac.tree.Pretty
Derived visitor method: print statement tree.
printStaticAndType(boolean, Type) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Print 'static' if static and type link.
printStats(List<? extends JCTree>) - Method in class com.sun.tools.javac.tree.Pretty
Derived visitor method: print list of statements, each on a separate line.
printStyleSheetProperties() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeOptionalMemberWriterImpl
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printSummaryAnchor(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printSummaryComment(Doc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printSummaryComment(Doc, Tag[]) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printSummaryDeprecatedComment(Doc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printSummaryDeprecatedComment(Doc, Tag) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printSummaryDetailLinks() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
printSummaryDetailLinks() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
 
printSummaryDetailLinks() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Do nothing.
printSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Forward to containing writer
printSummaryFooter(AbstractMemberWriter, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Forward to containing writer
printSummaryHeader(AbstractMemberWriter, ClassDoc) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
abstracts
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeOptionalMemberWriterImpl
abstracts
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
abstracts
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printSummaryLabel(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printSummaryLinkComment(AbstractMemberWriter, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printSummaryLinkComment(AbstractMemberWriter, ProgramElementDoc, Tag[]) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printSummaryLinkType(AbstractMemberWriter, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printSummaryType(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
printSummaryType(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
printSummaryType(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
 
printSummaryType(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
printSummaryType(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
printSummaryType(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
 
printSummaryType(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
printTableFooter(boolean) - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Print Html closing tags for the table for package index.
printTableHeader(boolean) - Method in class com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Print Html tags for the table for package index.
printTableHeadingBackground(String) - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printTagMisuseWarn(Taglet, Tag, String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Given the taglet, the tag and the type of documentation that the tag was found in, print a tag misuse warning.
printTags(Doc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printTagsInfoFooter() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printTagsInfoHeader() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printTargetPackageLink(PackageDoc, String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Package link, with target frame.
printText(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printText(String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printText(String, String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
printThrows(ExecutableDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
printThrows(ExecutableElement) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
printTop() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the user specified top.
printTreeFooter() - Method in class com.sun.tools.doclets.formats.html.TreeWriter
Print the navigation bar and bottom text (from the -bottom option) at the bottom of page.
printTreeHeader() - Method in class com.sun.tools.doclets.formats.html.TreeWriter
Print the top text (from the -top option) and navigation bar at the top of page.
printTreeHeading(String) - Method in class com.sun.tools.doclets.formats.html.AbstractTreeWriter
Print the heading for the tree.
printTypeLinkNoDimension(Type) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
printTypeLinkNoDimension(Type) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
printTypeParameters(List<JCTree.JCTypeParameter>) - Method in class com.sun.tools.javac.tree.Pretty
If type parameter list is non-empty, print it enclosed in "<...>" brackets.
printTypeSummaryFooter() - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printTypeSummaryHeader() - Method in class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
printUnit(JCTree.JCCompilationUnit, JCTree.JCClassDecl) - Method in class com.sun.tools.javac.tree.Pretty
Print unit consisting of package clause and import statements in toplevel, followed by class definition.
printUseInfo(List<? extends ProgramElementDoc>, String) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
Print use info.
printUserHeaderFooter(boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print user specified header and the footer.
printVarDefName(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.tree.Pretty
 
printVarDefName(JCTree.JCVariableDecl) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
printVerbose(String, CharSequence) - Method in class com.sun.tools.javac.jvm.ClassReader
Output for "-verbose" option.
printVerbose(String, Object) - Method in class com.sun.tools.javac.main.JavaCompiler
Output for "-verbose" option.
printverbosecls() - Method in class sun.tools.javap.JavapPrinter
Print verbose output.
printVerboseHeader(MethodData) - Method in class sun.tools.javap.JavapPrinter
Print code attribute details.
printVersion() - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
printVersion() - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
printWarning(String) - Method in interface com.sun.javadoc.DocErrorReporter
Print warning message and increment warning count.
printWarning(SourcePosition, String) - Method in interface com.sun.javadoc.DocErrorReporter
Print warning message and increment warning count.
printWarning(String) - Method in interface com.sun.mirror.apt.Messager
Prints a warning message.
printWarning(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
Prints a warning message.
printWarning(String) - Method in class com.sun.tools.apt.mirror.apt.MessagerImpl
Prints a warning message.
printWarning(SourcePosition, String) - Method in class com.sun.tools.apt.mirror.apt.MessagerImpl
Prints a warning message.
printWarning(SourcePosition, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print warning message, increment warning count.
printWarning(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print warning message, increment warning count.
printWarning(String) - Method in class com.sun.tools.javac.processing.JavacMessager
Prints a warning message.
printWarning(String) - Method in class com.sun.tools.javadoc.DocEnv
Print warning message, increment warning count.
printWarning(SourcePosition, String) - Method in class com.sun.tools.javadoc.DocEnv
Print warning message, increment warning count.
printWarning(String) - Method in class com.sun.tools.javadoc.Messager
Print warning message, increment warning count.
printWarning(SourcePosition, String) - Method in class com.sun.tools.javadoc.Messager
Print warning message, increment warning count.
printWarning(String) - Method in class com.sun.tools.javadoc.RootDocImpl
Print warning message, increment warning count.
printWarning(SourcePosition, String) - Method in class com.sun.tools.javadoc.RootDocImpl
Print warning message, increment warning count.
printWinTitleScript(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print the script code to be embeded before the </HEAD> tag.
printXhelp() - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
printXhelp() - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
PRIVATE - Static variable in class com.sun.tools.javac.code.Flags
 
PRIVATE - Static variable in interface sun.tools.javap.Constants
 
PRIVATE - Static variable in class sun.tools.javap.JavapEnvironment
 
procEnvImpl - Variable in class com.sun.tools.javac.main.JavaCompiler
Object to handle annotation processing.
process() - Method in interface com.sun.mirror.apt.AnnotationProcessor
Process all program elements supported by this annotation processor.
process() - Method in class com.sun.mirror.apt.AnnotationProcessors.CompositeAnnotationProcessor
Invokes the process method of each component processor, in the order in which the processors were passed to the constructor.
process() - Method in class com.sun.mirror.apt.AnnotationProcessors.NoOpAP
 
process() - Method in class com.sun.tools.apt.comp.PrintAP
 
process(String, String) - Method in class com.sun.tools.apt.main.Main.Option
Process the option (with arg).
process(String) - Method in class com.sun.tools.apt.main.Main.Option
Process the option (without arg).
process(String...) - Static method in class com.sun.tools.apt.Main
Programatic interface.
process(PrintWriter, String...) - Static method in class com.sun.tools.apt.Main
Programmatic interface.
process(AnnotationProcessorFactory, String...) - Static method in class com.sun.tools.apt.Main
Programmatic interface.
process(AnnotationProcessorFactory, PrintWriter, String...) - Static method in class com.sun.tools.apt.Main
Programmatic interface.
process() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl.CollectingAP
 
process(Env<AttrContext>) - Method in class com.sun.tools.javac.api.JavacTaskImpl.Filter
 
process(Options, String, String) - Method in class com.sun.tools.javac.main.JavacOption.Option
Process the option (with arg).
process(Options, String) - Method in class com.sun.tools.javac.main.JavacOption.Option
Process the option (without arg).
process(Options, String, String) - Method in interface com.sun.tools.javac.main.JavacOption
Process an option with an argument.
process(Options, String) - Method in interface com.sun.tools.javac.main.JavacOption
Process the option with no argument.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.sun.tools.javac.processing.PrintingProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.sun.tools.javac.sym.CreateSymbols
 
process(JavapTask, String, String) - Method in class com.sun.tools.javap.JavapTask.Option
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class javax.annotation.processing.AbstractProcessor
Processes a set of annotation types on type elements originating from the prior round and returns whether or not these annotations are claimed by this processor.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in interface javax.annotation.processing.Processor
Processes a set of annotation types on type elements originating from the prior round and returns whether or not these annotations are claimed by this processor.
processAnnotations - Variable in class com.sun.tools.javac.main.JavaCompiler
Set to true to enable skeleton annotation processing code.
processAnnotations(List<JCTree.JCCompilationUnit>) - Method in class com.sun.tools.javac.main.JavaCompiler
 
processAnnotations(List<JCTree.JCCompilationUnit>, List<String>) - Method in class com.sun.tools.javac.main.JavaCompiler
Process any anotations found in the specifed compilation units.
processArgs(String[]) - Method in class com.sun.tools.apt.main.Main
Process command line arguments: store all command line options in `options' table and return all source filenames.
processArgs(String[]) - Method in class com.sun.tools.javac.main.Main
Process command line arguments: store all command line options in `options' table and return all source filenames.
processComment(Scanner.CommentStyle) - Method in class com.sun.tools.javac.parser.DocCommentScanner
Process a doc comment and make the string content available.
processComment(Scanner.CommentStyle) - Method in class com.sun.tools.javac.parser.Scanner
Called when a complete comment has been scanned.
processing(AnnotationProcessorFactory, PrintWriter, String...) - Static method in class com.sun.tools.apt.Main
 
processingEnv - Variable in class com.sun.tools.javac.processing.JavacMessager
 
processingEnv - Variable in class com.sun.tools.javac.processing.JavacRoundEnvironment
 
processingEnv - Variable in class javax.annotation.processing.AbstractProcessor
Processing environment providing by the tool framework.
ProcessingEnvironment - Interface in javax.annotation.processing
An annotation processing tool framework will provide an annotation processor with an object implementing this interface so the processor can use facilities provided by the framework to write new files, report error messages, and find other utilities.
processingOver - Variable in class com.sun.tools.javac.processing.JavacRoundEnvironment
 
processingOver() - Method in class com.sun.tools.javac.processing.JavacRoundEnvironment
 
processingOver() - Method in interface javax.annotation.processing.RoundEnvironment
Returns true if types generated by this round will not be subject to a subsequent round of annotation processing; returns false otherwise.
processInterface(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
For the interface passed get the interfaces which it extends, and then put this interface in the sub-interface list of those interfaces.
processLineTerminator() - Method in class com.sun.tools.javac.parser.Scanner
Called when a line terminator has been processed.
processOptions(Context, JavaFileManager, Iterable<String>) - Static method in class com.sun.tools.javac.api.JavacTool
 
processor - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
 
Processor - Interface in javax.annotation.processing
The interface for an annotation processor.
processorCL - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
processorIterator - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors
 
processorOptions - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Map of processor-specific options.
processors - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
processParamTag(boolean, TagletWriter, ParamTag, String, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Convert the individual ParamTag into TagletOutput.
processParamTags(boolean, ParamTag[], Map<String, String>, TagletWriter, Set<String>) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ParamTaglet
Given an array of Tags representing this custom tag, return its string representation.
processPcks - Variable in class com.sun.tools.javac.main.JavaCompiler
Switch: should we (annotation) process packages as well
processType(ClassDoc, Configuration, List<ClassDoc>, Map<ClassDoc, List<ClassDoc>>) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
For the class passed map it to it's own sub-class listing.
processWhiteSpace() - Method in class com.sun.tools.javac.parser.Scanner
Called when a complete whitespace run has been scanned.
procOnly - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
procStateList - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors
 
productiveFactories - Variable in class com.sun.tools.apt.main.Main
Set of all factories that have provided a processor on some apt round.
progname - Static variable in class com.sun.tools.javap.JavapTask
 
progname - Static variable in class sun.tools.javap.Main
 
ProgramElementDoc - Interface in com.sun.javadoc
Represents a java program element: class, interface, field, constructor, or method.
ProgramElementDocImpl - Class in com.sun.tools.javadoc
Represents a java program element: class, interface, field, constructor, or method.
ProgramElementDocImpl(DocEnv, Symbol, String, JCTree, Position.LineMap) - Constructor for class com.sun.tools.javadoc.ProgramElementDocImpl
 
programName - Variable in class com.sun.tools.javadoc.Messager
 
prompt() - Method in class com.sun.tools.javac.util.Log
Prompt user after an error.
promptOnError - Variable in class com.sun.tools.javac.util.Log
Switch: prompt user on each error.
PropagatedException - Exception in com.sun.tools.javac.util
Used to propagate exceptions through to the user.
PropagatedException(RuntimeException) - Constructor for exception com.sun.tools.javac.util.PropagatedException
 
propertyName - Static variable in class javax.tools.ToolProvider
 
PROPRIETARY - Static variable in class com.sun.tools.javac.code.Flags
Flag that marks a Sun proprietary class.
proprietaryType - Variable in class com.sun.tools.javac.code.Symtab
 
PROTECTED - Static variable in class com.sun.tools.javac.code.Flags
 
PROTECTED - Static variable in interface sun.tools.javap.Constants
 
PROTECTED - Static variable in class sun.tools.javap.JavapEnvironment
 
protection(long) - Static method in class com.sun.tools.javac.comp.Check
The level of access protection given by a flag set, where PRIVATE is highest and PUBLIC is lowest.
providedFactory - Variable in class com.sun.tools.apt.main.Main
Instantiated factory to use in lieu of discovery process.
proxies - Variable in class com.sun.tools.javac.comp.Lower
A scope containing all free variable proxies for currently translated class, as well as its this$n symbol (if needed).
proxyName(Name) - Method in class com.sun.tools.javac.comp.Lower
The name of a free variable proxy.
psi - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
 
pt - Variable in class com.sun.tools.javac.comp.Attr
Visitor argument: the currently expected proto-type.
pt - Variable in class com.sun.tools.javac.comp.TransTypes
Visitor argument: proto-type.
pt - Variable in class com.sun.tools.javac.jvm.Gen
Visitor argument: The expected type (prototype).
PUBLIC - Static variable in class com.sun.tools.javac.code.Flags
 
PUBLIC - Static variable in interface sun.tools.javap.Constants
 
PUBLIC - Static variable in class sun.tools.javap.JavapEnvironment
 
purgeMemberLevelMap(List<ProgramElementDoc>, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
push(Type) - Method in class com.sun.tools.javac.jvm.Code.State
 
pushBracket(JCTree.JCExpression) - Method in class edu.rice.cs.mint.comp.TransStaging
 
put(ByteBuffer) - Method in class com.sun.tools.javac.file.JavacFileManager.ByteBufferCache
 
put(Object, int, int, int) - Method in class com.sun.tools.javac.jvm.CRTable
Create a new CRTEntry and add it to the entries.
put(Object) - Method in class com.sun.tools.javac.jvm.Pool
Place an object in the pool, unless it is already there.
put(Context.Key<T>, Context.Factory<T>) - Method in class com.sun.tools.javac.util.Context
Set the factory for the key in this context.
put(Context.Key<T>, T) - Method in class com.sun.tools.javac.util.Context
Set the value for the key in this context.
put(Class<T>, T) - Method in class com.sun.tools.javac.util.Context
 
put(Class<T>, Context.Factory<T>) - Method in class com.sun.tools.javac.util.Context
 
put(String, String) - Method in class com.sun.tools.javac.util.Options
 
put(OptionName, String) - Method in class com.sun.tools.javac.util.Options
 
put(Class<T>, T) - Method in class com.sun.tools.javap.Context
 
put1(int, int) - Method in class com.sun.tools.javac.jvm.Code
Place a byte into code at address pc.
put2(int, int) - Method in class com.sun.tools.javac.jvm.Code
Place two bytes into code at address pc.
put4(int, int) - Method in class com.sun.tools.javac.jvm.Code
Place four bytes into code at address pc.
putAll(Options) - Method in class com.sun.tools.javac.util.Options
 
putChar(ByteBuffer, int, int) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write a character into given byte buffer; byte buffer will not be grown.
putChar(char) - Method in class com.sun.tools.javac.parser.Scanner
Append a character to sbuf.
putfield - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
putInt(ByteBuffer, int, int) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write an integer into given byte buffer; byte buffer will not be grown.
putMembersInIndexMap(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Put all the members(fields, methods and constructors) in the classdoc to the indexmap.
putstatic - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
putVar(Code.LocalVar) - Method in class com.sun.tools.javac.jvm.Code
Put a live variable range into the buffer to be output to the class file.

Q

q - Variable in class com.sun.tools.javac.comp.Annotate
 
qsort2(int[], int[], int, int) - Static method in class com.sun.tools.javac.jvm.Gen
Sort (int) arrays of keys and values
qtype - Variable in class com.sun.tools.javac.code.Type.DelegatedType
 
qualid - Variable in class com.sun.tools.javac.tree.JCTree.JCImport
 
qualident() - Method in class com.sun.tools.javac.parser.JavacParser
Qualident = Ident { DOT Ident }
QualIdent(Symbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a qualified identifier from a symbol, adding enough qualifications to make the reference unique.
qualidentList() - Method in class com.sun.tools.javac.parser.JavacParser
QualidentList = Qualident {"," Qualident}
qualifiedName() - Method in interface com.sun.javadoc.ProgramElementDoc
Get the fully qualified name of this program element.
qualifiedName() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
qualifiedName() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the qualified class name as a String.
qualifiedName() - Method in class com.sun.tools.javadoc.ConstructorDocImpl
Get the name.
qualifiedName() - Method in class com.sun.tools.javadoc.DocImpl
Returns the qualified name of this Doc item.
qualifiedName() - Method in class com.sun.tools.javadoc.FieldDocImpl
 
qualifiedName() - Method in class com.sun.tools.javadoc.MethodDocImpl
 
qualifiedName() - Method in class com.sun.tools.javadoc.PackageDocImpl
Get package name.
qualifiedName() - Method in class com.sun.tools.javadoc.RootDocImpl
Return the name of this Doc item.
qualifiedTypeName() - Method in interface com.sun.javadoc.Type
Return qualified name of type excluding any dimension information.
qualifiedTypeName() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
qualifiedTypeName() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return qualified name of type excluding any dimension information.
qualifiedTypeName() - Method in class com.sun.tools.javadoc.PrimitiveType
Return qualified name of type excluding any dimension information.
qualifiedTypeName() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return qualified name of type excluding any dimension information.
qualifiedTypeName() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
 
qualify(JCDiagnostic.DiagnosticType, String) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
 
QUESTIONMARK - Static variable in interface sun.tools.javap.Constants
 
quiet - Variable in class com.sun.tools.javadoc.DocEnv
True if we do not want to print any notifications at all.
quiet - Variable in class com.sun.tools.javadoc.Start
 
quote(String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Enclose in quotes, used for paths and filenames that contains spaces
quote(String) - Static method in class com.sun.tools.javac.util.Convert
Escapes each character in a string that has an escape sequence or is non-printable ASCII.
quote(char) - Static method in class com.sun.tools.javac.util.Convert
Escapes a character if it has an escape sequence or is non-printable ASCII.

R

radix() - Method in interface com.sun.tools.javac.parser.Lexer
Return the radix of a numeric literal token.
radix - Variable in class com.sun.tools.javac.parser.Scanner
The radix of a numeric literal token.
radix() - Method in class com.sun.tools.javac.parser.Scanner
Return the radix of a numeric literal token.
rank(Type) - Method in class com.sun.tools.javac.code.Types
The rank of a class is the length of the longest path between the class and java.lang.Object in the class inheritance graph.
rank_field - Variable in class com.sun.tools.javac.code.Type.ClassType
A cache for the rank.
rank_field - Variable in class com.sun.tools.javac.code.Type.TypeVar
 
RawDiagnosticFormatter - Class in com.sun.tools.javac.util
A raw formatter for diagnostic messages.
RawDiagnosticFormatter(Options) - Constructor for class com.sun.tools.javac.util.RawDiagnosticFormatter
Create a formatter based on the supplied options.
rawError(int, String) - Method in class com.sun.tools.javac.util.Log
report an error:
rawInstantiate(Env<AttrContext>, Type, Symbol, List<Type>, List<Type>, boolean, boolean, Warner) - Method in class com.sun.tools.javac.comp.Resolve
Try to instantiate the type of a method so that it fits given type arguments and argument types.
rawWarning(int, String) - Method in class com.sun.tools.javac.util.Log
report a warning:
RBRACE - Static variable in interface sun.tools.javap.Constants
 
read(ClassReader) - Static method in class com.sun.tools.classfile.Annotation.element_value
 
read(ClassReader) - Static method in class com.sun.tools.classfile.Attribute
 
read(File) - Static method in class com.sun.tools.classfile.ClassFile
 
read(File, Attribute.Factory) - Static method in class com.sun.tools.classfile.ClassFile
 
read(InputStream) - Static method in class com.sun.tools.classfile.ClassFile
 
read(InputStream, Attribute.Factory) - Static method in class com.sun.tools.classfile.ClassFile
 
read(ClassReader) - Static method in class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
 
read(ClassReader) - Static method in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
read(RelativePath.RelativeFile) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
read(ZipFileIndex.Entry) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
read(RelativePath.RelativeFile, byte[]) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
read(ZipFileIndex.Entry, byte[]) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
read() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
read(byte[], int, int) - Method in class com.sun.tools.javap.JavapTask.SizeInputStream
 
read() - Method in class com.sun.tools.javap.JavapTask.SizeInputStream
 
read(int, DataInputStream) - Method in class sun.tools.javap.AttrData
Reads unknown attribute.
read(int) - Method in class sun.tools.javap.AttrData
Reads just the name of known attribute.
read(DataInputStream) - Method in class sun.tools.javap.ClassData
Reads and stores class file information.
read(DataInputStream) - Method in class sun.tools.javap.FieldData
Read and store field info.
read(DataInputStream) - Method in class sun.tools.javap.InnerClassData
Read Innerclass attribute data.
read(DataInputStream) - Method in class sun.tools.javap.MethodData
Read method info.
readAllOfClassFile - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: read constant pool and code sections.
readAttribute() - Method in class com.sun.tools.classfile.ClassReader
 
readAttributeValue() - Method in class com.sun.tools.javac.jvm.ClassReader
 
readBytes(ZipFileIndex.Entry) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
readBytes(ZipFileIndex.Entry, byte[]) - Method in class com.sun.tools.javac.file.ZipFileIndex
 
readClass(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Read contents of a given class symbol `c'.
readClassAttr(Symbol.ClassSymbol, Name, int) - Method in class com.sun.tools.javac.jvm.ClassReader
Read class attribute.
readClassAttrs(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Read class attributes.
readClassFile(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Read a class file.
readClassOrType(int) - Method in class com.sun.tools.javac.jvm.ClassReader
If name is an array type or class signature, return the corresponding type; otherwise return a ClassSymbol with given name.
readClassSymbol(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Read class entry.
readCode(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Read code block.
readCode(DataInputStream) - Method in class sun.tools.javap.MethodData
Read code attribute info.
readCompoundAnnotation() - Method in class com.sun.tools.javac.jvm.ClassReader
 
readCP(DataInputStream) - Method in class sun.tools.javap.ClassData
Reads and stores constant pool info.
readDouble() - Method in class com.sun.tools.classfile.ClassReader
 
readEnclosingMethodAttr(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
 
readEntry(int, List<ZipFileIndex.Entry>, Map<RelativePath.RelativeDirectory, ZipFileIndex.DirectoryEntry>) - Method in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
readEnumType(int) - Method in class com.sun.tools.javac.jvm.ClassReader
 
reader - Variable in class com.sun.tools.javac.code.Symtab
 
reader - Variable in class com.sun.tools.javac.code.Types
 
reader - Variable in class com.sun.tools.javac.comp.Enter
 
reader - Variable in class com.sun.tools.javac.comp.Lower
 
reader - Variable in class com.sun.tools.javac.comp.MemberEnter
 
reader - Variable in class com.sun.tools.javac.comp.Resolve
 
reader - Variable in class com.sun.tools.javac.main.JavaCompiler
The class reader.
reader - Variable in class com.sun.tools.javadoc.DocEnv
Referenced directly in RootDocImpl.
reader - Variable in class com.sun.tools.javadoc.JavadocTool
 
readExceptions(DataInputStream) - Method in class sun.tools.javap.MethodData
Read Exception attribute info.
readExceptionTable(DataInputStream) - Method in class sun.tools.javap.MethodData
Read exception table info.
readField() - Method in class com.sun.tools.javac.jvm.ClassReader
Read a field.
readFields(DataInputStream) - Method in class sun.tools.javap.ClassData
Reads and strores field info.
readFileComposeExternPackageList(String, String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Read the "package-list" file which is available locally.
readFloat() - Method in class com.sun.tools.classfile.ClassReader
 
readFromIndex - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
readFully(byte[]) - Method in class com.sun.tools.classfile.ClassReader
 
readHTMLDocumentation(InputStream, FileObject) - Method in class com.sun.tools.javadoc.DocImpl
Utility for subclasses which read HTML documentation files.
readIndex() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
readingClassAttr - Variable in class com.sun.tools.javac.jvm.ClassReader
 
readInnerClasses(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Read inner class info.
readInputStream(byte[], InputStream) - Static method in class com.sun.tools.javac.jvm.ClassReader
 
readInt() - Method in class com.sun.tools.classfile.ClassReader
 
readLineNumTable(DataInputStream) - Method in class sun.tools.javap.MethodData
Read LineNumberTable attribute info.
readLocVarTable(DataInputStream) - Method in class sun.tools.javap.MethodData
Read LocalVariableTable attribute info.
readLong() - Method in class com.sun.tools.classfile.ClassReader
 
readMemberAttr(Symbol, Name, int) - Method in class com.sun.tools.javac.jvm.ClassReader
Read member attribute.
readMemberAttrs(Symbol) - Method in class com.sun.tools.javac.jvm.ClassReader
Read member attributes.
readMethod() - Method in class com.sun.tools.javac.jvm.ClassReader
Read a method.
readMethods(DataInputStream) - Method in class sun.tools.javap.ClassData
Reads and strores Method info.
readName(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Read name.
READOBJECT - Static variable in class com.sun.tools.javadoc.SerializedForm
 
readObject(ObjectInputStream) - Method in exception javax.lang.model.type.MirroredTypeException
Explicitly set all transient fields.
readObject(ObjectInputStream) - Method in exception javax.lang.model.type.MirroredTypesException
Explicitly set all transient fields.
READOBJECTNODATA - Static variable in class com.sun.tools.javadoc.SerializedForm
 
readPackageList(InputStream, String, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Read the file "package-list" and for each package name found, create Extern object and associate it with the package name in the map.
readPool(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Read constant pool entry at start address i, use pool as a cache.
READRESOLVE - Static variable in class com.sun.tools.javadoc.SerializedForm
 
readSource(JavaFileObject) - Method in class com.sun.tools.apt.main.JavaCompiler
Try to open input stream with given name.
readSource(JavaFileObject) - Method in class com.sun.tools.javac.main.JavaCompiler
Try to open input stream with given name.
readStackMap(DataInputStream) - Method in class sun.tools.javap.MethodData
Read StackMap attribute info.
readStackMapTable(DataInputStream) - Method in class sun.tools.javap.MethodData
Read StackMapTable attribute info.
readType(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Read signature and convert to type.
readType(DataInputStream, MethodData) - Static method in class sun.tools.javap.StackMapData
 
readTypeArray(DataInputStream, int, MethodData) - Static method in class sun.tools.javap.StackMapData
 
readTypeOrClassSymbol(int) - Method in class com.sun.tools.javac.jvm.ClassReader
 
readTypeParams(int) - Method in class com.sun.tools.javac.jvm.ClassReader
Read signature and convert to type parameters.
readUnsignedByte() - Method in class com.sun.tools.classfile.ClassReader
 
readUnsignedShort() - Method in class com.sun.tools.classfile.ClassReader
 
readUTF() - Method in class com.sun.tools.classfile.ClassReader
 
recognizedOptions - Variable in class com.sun.tools.apt.main.Main
 
recognizedOptions - Variable in class com.sun.tools.javac.main.Main
 
RecognizedOptions - Class in com.sun.tools.javac.main
TODO: describe com.sun.tools.javac.main.RecognizedOptions
RecognizedOptions() - Constructor for class com.sun.tools.javac.main.RecognizedOptions
 
recognizedOptions - Static variable in class com.sun.tools.javap.JavapTask
 
RecognizedOptions.GrumpyHelper - Class in com.sun.tools.javac.main
 
RecognizedOptions.GrumpyHelper() - Constructor for class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
RecognizedOptions.OptionHelper - Interface in com.sun.tools.javac.main
 
recorded - Variable in class com.sun.tools.javac.util.Log
A set of all errors generated so far.
recordExit(JCTree) - Method in class com.sun.tools.javac.comp.Flow
Record an outward transfer of control.
recycleByteBuffer(ByteBuffer) - Method in class com.sun.tools.javac.file.JavacFileManager
 
redirectRelativeLinks(Doc, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Suppose a piece of documentation has a relative link.
reduce(R, R) - Method in class com.sun.source.util.TreeScanner
Reduces two results into a combined result.
refBuf - Variable in class com.sun.tools.javac.util.DiagnosticSource
A soft reference to the content of the file object.
referencedClass() - Method in interface com.sun.javadoc.SeeTag
Get the class doc referenced by the class name part of @see.
referencedClass - Variable in class com.sun.tools.javadoc.SeeTagImpl
 
referencedClass() - Method in class com.sun.tools.javadoc.SeeTagImpl
get the class referenced by the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedClassName() - Method in interface com.sun.javadoc.SeeTag
Get the class or interface name of the @see reference.
referencedClassName() - Method in class com.sun.tools.javadoc.SeeTagImpl
get the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMember() - Method in interface com.sun.javadoc.SeeTag
Get the member doc for the field, constructor or method referenced by @see.
referencedMember - Variable in class com.sun.tools.javadoc.SeeTagImpl
 
referencedMember() - Method in class com.sun.tools.javadoc.SeeTagImpl
get the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMemberName() - Method in interface com.sun.javadoc.SeeTag
Get the field, constructor or method substring of the @see reference.
referencedMemberName() - Method in class com.sun.tools.javadoc.SeeTagImpl
get the name of the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedPackage() - Method in interface com.sun.javadoc.SeeTag
Get the package doc when @see references only a package.
referencedPackage - Variable in class com.sun.tools.javadoc.SeeTagImpl
 
referencedPackage() - Method in class com.sun.tools.javadoc.SeeTagImpl
get the package referenced by @see.
referencedStatement(JCTree.JCLabeledStatement) - Static method in class com.sun.tools.javac.tree.TreeInfo
Return the statement referenced by a label.
ReferenceType - Interface in com.sun.mirror.type
Represents a reference type.
ReferenceType - Interface in javax.lang.model.type
Represents a reference type.
refList(Map<String, List<T>>, ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
 
reg - Variable in class com.sun.tools.javac.jvm.Code.LocalVar
 
reg - Variable in class com.sun.tools.javac.jvm.Items.LocalItem
The variable's register.
regExpGroupMap - Variable in class com.sun.tools.doclets.internal.toolkit.util.Group
Map of regular expressions with the corresponding group name.
regExpGroupName(String) - Method in class com.sun.tools.doclets.internal.toolkit.util.Group
Search for package name in the sorted regular expression list, if found return the group name.
register(File, String, FilerImpl) - Method in enum com.sun.tools.apt.mirror.apt.FilerImpl.FileKind
 
register(Map<String, Taglet>) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.CodeTaglet
 
register(Map<String, Taglet>) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
registerCatch(JCDiagnostic.DiagnosticPosition, int, int, int, int) - Method in class com.sun.tools.javac.jvm.Gen
Register a catch clause in the "Exceptions" code-attribute.
RegularFileObject - Class in com.sun.tools.javac.file
A subclass of JavaFileObject representing regular files.
RegularFileObject(JavacFileManager, File) - Constructor for class com.sun.tools.javac.file.RegularFileObject
 
RegularFileObject(JavacFileManager, String, File) - Constructor for class com.sun.tools.javac.file.RegularFileObject
 
rejectWarnings - Variable in class com.sun.tools.javadoc.Start
 
relative - Variable in class com.sun.tools.doclets.internal.toolkit.util.Extern.Item
If given path is directory path then true else if it is a URL then false.
relativeDirectoryCache - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
relativePath - Variable in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Relative path from the file getting generated to the destination directory.
RelativePath - Class in com.sun.tools.javac.file
Used to represent a platform-neutral path within a platform-specific container, such as a directory or zip file.
RelativePath(String) - Constructor for class com.sun.tools.javac.file.RelativePath
 
RelativePath.RelativeDirectory - Class in com.sun.tools.javac.file
Used to represent a platform-neutral subdirectory within a platform-specific container, such as a directory or zip file.
RelativePath.RelativeDirectory(String) - Constructor for class com.sun.tools.javac.file.RelativePath.RelativeDirectory
 
RelativePath.RelativeDirectory(RelativePath.RelativeDirectory, String) - Constructor for class com.sun.tools.javac.file.RelativePath.RelativeDirectory
 
RelativePath.RelativeFile - Class in com.sun.tools.javac.file
Used to represent a platform-neutral file within a platform-specific container, such as a directory or zip file.
RelativePath.RelativeFile(String) - Constructor for class com.sun.tools.javac.file.RelativePath.RelativeFile
 
RelativePath.RelativeFile(RelativePath.RelativeDirectory, String) - Constructor for class com.sun.tools.javac.file.RelativePath.RelativeFile
 
RelativePath.RelativeFile(RelativePath.RelativeDirectory, RelativePath) - Constructor for class com.sun.tools.javac.file.RelativePath.RelativeFile
 
relativepathNoSlash - Variable in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Same as relativepath, but normalized to never be empty or end with a slash.
relax - Variable in class com.sun.tools.javac.comp.Attr
Switch: relax some constraints for retrofit mode.
relax - Variable in class com.sun.tools.javac.main.JavaCompiler
Switch: relax some constraints for producing the jsr14 prototype.
REM - Static variable in interface sun.tools.javap.Constants
 
remove(Symbol) - Method in class com.sun.tools.javac.code.Scope.DelegatedScope
 
remove(Symbol) - Method in class com.sun.tools.javac.code.Scope
Remove symbol from this scope.
remove() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
 
remove() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.NameProcessIterator
 
remove() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ServiceIterator
 
remove(int) - Method in class com.sun.tools.javac.util.List
 
remove(Object) - Method in class com.sun.tools.javac.util.ListBuffer
 
remove(String) - Method in class com.sun.tools.javac.util.Options
 
removeAll(Collection<?>) - Method in class com.sun.tools.javac.util.ListBuffer
 
removeByFile(Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Todo
 
removeExtension(String) - Static method in class com.sun.tools.javac.file.BaseFileObject
 
removeFromCache(File) - Static method in class com.sun.tools.javac.file.ZipFileIndex
 
removeListener(AnnotationProcessorListener) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Remove a listener.
removeListener(AnnotationProcessorListener) - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
removeMethodBodies(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.main.JavaCompiler
 
removeNonInlineHtmlTags(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
removeOverriddenMethod(MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ImplementedMethods
Search in the method list and check if it contains a method which is overridden by the method as parameter.
removeParent(Symbol.Level) - Method in class com.sun.tools.javac.code.Symbol.Level
 
removeParentLevel(Symbol.Level) - Method in class com.sun.tools.javac.code.Symbol
 
removeSupportedOptions(Set<String>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
Remove options that are matched by this processor.
replace(String, String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
replaceDocRootDir(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Replace {@docRoot} tag used in options that accept HTML text, such as -header, -footer, -top and -bottom, and when converting a relative HREF where commentTagsToString inserts a {@docRoot} where one was missing.
replaceTabs(int, StringBuffer) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a string, replace all tabs with the appropriate number of spaces.
replaceText(String, String, String) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a string, replace all occurraces of 'newStr' with 'oldStr'.
report(JCDiagnostic) - Method in class com.sun.tools.apt.util.Bark
Report a diagnostic if they are not currently being ignored.
report(Log, JCDiagnostic.DiagnosticPosition, Type, Name, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve.AccessError
Report error.
report(Log, JCDiagnostic.DiagnosticPosition, Type, Name, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve.AmbiguityError
Report error.
report(Log, JCDiagnostic.DiagnosticPosition, Type, Name, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
Report error.
report(Log, JCDiagnostic.DiagnosticPosition, Type, Name, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve.StaticError
Report error.
report(JCDiagnostic) - Method in class com.sun.tools.javac.util.AbstractLog
 
report(JCDiagnostic) - Method in class com.sun.tools.javac.util.Log
Common diagnostic handling.
report(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.MandatoryWarningHandler
Report a mandatory warning.
report(AttributeException) - Method in class com.sun.tools.javap.BasicWriter
 
report(ConstantPoolException) - Method in class com.sun.tools.javap.BasicWriter
 
report(DescriptorException) - Method in class com.sun.tools.javap.BasicWriter
 
report(String) - Method in class com.sun.tools.javap.BasicWriter
 
report(Diagnostic<? extends S>) - Method in class javax.tools.DiagnosticCollector
 
report(Diagnostic<? extends S>) - Method in interface javax.tools.DiagnosticListener
Invoked when a problem is found.
reportDeferredDiagnostic() - Method in class com.sun.tools.javac.util.MandatoryWarningHandler
Report any diagnostic that might have been deferred by previous calls of report().
reportDeferredDiagnostics() - Method in class com.sun.tools.javac.comp.Check
Report any deferred diagnostics.
reportDeferredDiagnostics() - Method in class com.sun.tools.javac.main.JavaCompiler
 
reportSyntaxError(int, String, Object...) - Method in class com.sun.tools.javac.parser.JavacParser
Report a syntax error at given position using the given argument unless one was already reported at the same position.
reps() - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
requestingOwner - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
requiredTarget() - Method in enum com.sun.tools.javac.code.Source
 
requiresIproxy() - Method in enum com.sun.tools.javac.jvm.Target
In -target 1.1 and earlier, the compiler is required to emit synthetic method definitions in abstract classes for interface methods that are not overridden.
reset() - Static method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Reset to a fresh new ConfigurationImpl, to allow multiple invocations of javadoc within a single VM.
reset() - Method in class com.sun.tools.javac.jvm.Pool
Remove everything from this pool.
reset() - Method in class com.sun.tools.javac.util.ByteBuffer
Reset to zero length.
reset() - Method in class com.sun.tools.javadoc.Messager
Reset resource bundle, eg.
resetDeprecatedFlag() - Method in interface com.sun.tools.javac.parser.Lexer
 
resetDeprecatedFlag() - Method in class com.sun.tools.javac.parser.Scanner
 
resolve - Variable in class com.sun.tools.javac.api.JavacTrees
 
Resolve - Class in com.sun.tools.javac.comp
Helper class for name resolution, used mostly by the attribution phase.
Resolve(Context) - Constructor for class com.sun.tools.javac.comp.Resolve
 
resolve - Variable in class com.sun.tools.javac.comp.TransTypes
 
resolve(Code.Chain, int) - Method in class com.sun.tools.javac.jvm.Code
Resolve chain to point to given target.
resolve(Code.Chain) - Method in class com.sun.tools.javac.jvm.Code
Resolve chain to point to current code pointer.
Resolve.AccessError - Class in com.sun.tools.javac.comp
Resolve error class indicating that a symbol is not accessible.
Resolve.AccessError(Symbol) - Constructor for class com.sun.tools.javac.comp.Resolve.AccessError
 
Resolve.AccessError(Env<AttrContext>, Type, Symbol) - Constructor for class com.sun.tools.javac.comp.Resolve.AccessError
 
Resolve.AmbiguityError - Class in com.sun.tools.javac.comp
Resolve error class indicating an ambiguous reference.
Resolve.AmbiguityError(Symbol, Symbol) - Constructor for class com.sun.tools.javac.comp.Resolve.AmbiguityError
 
Resolve.MethodResolutionPhase - Enum in com.sun.tools.javac.comp
 
Resolve.MethodResolutionPhase(boolean, boolean) - Constructor for enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
 
Resolve.ResolveError - Class in com.sun.tools.javac.comp
Root class for resolve errors.
Resolve.ResolveError(int, Symbol, String) - Constructor for class com.sun.tools.javac.comp.Resolve.ResolveError
 
Resolve.StaticError - Class in com.sun.tools.javac.comp
Resolve error class indicating that an instance member was accessed from a static context.
Resolve.StaticError(Symbol) - Constructor for class com.sun.tools.javac.comp.Resolve.StaticError
 
resolveBinaryOperator(JCDiagnostic.DiagnosticPosition, int, Env<AttrContext>, Type, Type) - Method in class com.sun.tools.javac.comp.Resolve
Resolve binary operator.
resolveBreaks(JCTree, ListBuffer<Flow.PendingExit>) - Method in class com.sun.tools.javac.comp.Flow
Resolve all breaks of this statement.
resolveclasspath(String) - Method in class sun.tools.javap.JavapEnvironment
Resolves file name for classfile to disassemble.
resolveclasspathhelper(String, String) - Method in class sun.tools.javap.JavapEnvironment
Returns file input stream for classfile to disassemble.
resolveConstructor(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Type, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
Resolve constructor.
resolveConstructor(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Type, List<Type>, List<Type>, boolean, boolean) - Method in class com.sun.tools.javac.comp.Resolve
Resolve constructor.
resolveContinues(JCTree) - Method in class com.sun.tools.javac.comp.Flow
Resolve all continues of this statement.
resolveExdirFilename(String) - Method in class sun.tools.javap.JavapEnvironment
Resolves file name for classfile to disassemble if flag exdir is set.
resolveExdirFilenamehelper(String, String) - Method in class sun.tools.javap.JavapEnvironment
Returns file input stream for classfile to disassemble if exdir is set.
resolvefilename(String) - Method in class sun.tools.javap.JavapEnvironment
Resolves file name for classfile to disassemble.
resolveIdent(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Name, int) - Method in class com.sun.tools.javac.comp.Resolve
Resolve an unqualified (non-method) identifier.
resolveIdent(String) - Method in class com.sun.tools.javac.main.JavaCompiler
Resolve an identifier.
resolveImplicitThis(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Type) - Method in class com.sun.tools.javac.comp.Resolve
Resolve an appropriate implicit this instance for t's container.
resolveInternalConstructor(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Type, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
Resolve a constructor, throw a fatal error if not found.
resolveInternalField(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Type, Name) - Method in class com.sun.tools.javac.comp.Resolve
Resolve a field identifier, throw a fatal error if not found.
resolveInternalMethod(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Type, Name, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
Resolve a qualified method identifier, throw a fatal error if not found.
resolveKey - Static variable in class com.sun.tools.javac.comp.Resolve
 
resolveMethod(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Name, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
Resolve an unqualified method identifier.
resolveOperator(JCDiagnostic.DiagnosticPosition, int, Env<AttrContext>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
Resolve operator.
resolvePending() - Method in class com.sun.tools.javac.jvm.Code
Resolve any pending jumps.
resolveQualifiedMethod(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Type, Name, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Resolve
Resolve a qualified method identifier
resolveSelf(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Symbol.TypeSymbol, Name) - Method in class com.sun.tools.javac.comp.Resolve
Resolve `c.name' where name == this or name == super.
resolveSelfContaining(JCDiagnostic.DiagnosticPosition, Env<AttrContext>, Symbol) - Method in class com.sun.tools.javac.comp.Resolve
Resolve `c.this' for an enclosing class c that contains the named member.
resolveUnaryOperator(JCDiagnostic.DiagnosticPosition, int, Env<AttrContext>, Type) - Method in class com.sun.tools.javac.comp.Resolve
Resolve operator.
resourcelocation - Variable in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
The location from which to lazily fetch the resource..
resourceMessage(Throwable) - Method in class com.sun.tools.apt.main.Main
Print a message reporting an out-of-resources error.
resourceMessage(Throwable) - Method in class com.sun.tools.javac.main.Main
Print a message reporting an out-of-resources error.
RESOURE_DIR_NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The name of the directory where we will copy resource files to.
restype - Variable in class com.sun.tools.javac.code.Type.MethodType
 
restype - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
result - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
result - Variable in class com.sun.tools.javac.comp.Attr
Visitor result: the computed type.
result - Variable in class com.sun.tools.javac.comp.Enter
Visitor result: the computed type.
result - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
result - Variable in class com.sun.tools.javac.jvm.CRTable.SourceComputer
The result of the tree traversal methods.
result - Variable in class com.sun.tools.javac.jvm.Gen
Visitor result: The item representing the computed value.
result - Variable in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
result - Variable in class com.sun.tools.javac.tree.TreeTranslator
Visitor result field: a tree
resultSubtype(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
Does t have a result that is a subtype of the result type of s, suitable for covariant returns? It is assumed that both types are (possibly polymorphic) method types.
ret - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
retainAll(Collection<?>) - Method in class com.sun.tools.javac.util.ListBuffer
 
retentionType - Variable in class com.sun.tools.javac.code.Symtab
 
retrieveInheritedDocumentation(TagletWriter, MethodDoc, Tag, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.InheritDocTaglet
Given a MethodDoc item, a Tag in the MethodDoc item and a String, replace all occurances of @inheritDoc with documentation from it's superclass or superinterface.
retrofit - Variable in class com.sun.tools.javac.jvm.ClassWriter
Switch: retrofit mode.
retTypeName - Variable in class edu.rice.cs.mint.runtime.MSPTreeCode
 
retTypeName - Variable in class edu.rice.cs.mint.runtime.StringCode
 
Return(JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
RETURN - Static variable in class com.sun.tools.javac.tree.JCTree
Return statements, of type Return.
Return(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
RETURN - Static variable in interface sun.tools.javap.Constants
 
return_ - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
returnClass - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
ReturnTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
A taglet that represents the @return tag.
ReturnTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.ReturnTaglet
 
returnTagOutput(Tag) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the return tag output.
returnTagOutput(Tag) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the return tag output.
ReturnTree - Interface in com.sun.source.tree
A tree node for a 'return' statement.
returnType() - Method in interface com.sun.javadoc.MethodDoc
Get return type.
returnType - Variable in class com.sun.tools.classfile.Type.MethodType
 
returnType() - Method in class com.sun.tools.javadoc.MethodDocImpl
Get return type.
returntype - Variable in class sun.tools.javap.TypeSignature
 
returnTypeSubstitutable(Type, Type) - Method in class com.sun.tools.javac.code.Types
Return-Type-Substitutable.
returnTypeSubstitutable(Type, Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
 
retype(JCTree.JCExpression, Type, Type) - Method in class com.sun.tools.javac.comp.TransTypes
Given an erased reference type, assume this type as the tree's type.
reverse() - Method in class com.sun.tools.javac.util.List
Reverse list.
rewrite(Type) - Method in class com.sun.tools.javac.code.Types.Rewriter
 
rewriteQuantifiers(Type, boolean, boolean) - Method in class com.sun.tools.javac.code.Types
Rewrite all type variables (universal quantifiers) in the given type to wildcards (existential quantifiers).
rewriteTypeVars - Variable in class com.sun.tools.javac.code.Types.Rewriter
 
rhs - Variable in class com.sun.tools.javac.tree.JCTree.JCAssign
 
rhs - Variable in class com.sun.tools.javac.tree.JCTree.JCAssignOp
 
rhs - Variable in class com.sun.tools.javac.tree.JCTree.JCBinary
 
root - Variable in class com.sun.tools.doclets.formats.html.PackageIndexWriter
Root of the program structure.
ROOT - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
The root element of the annotation type XML is "AnnotationTypeDoc".
ROOT - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
The root element of the class XML is "ClassDoc".
ROOT - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
The root element of the constant summary XML is "ConstantSummary".
ROOT - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.PackageSummaryBuilder
The root element of the package summary XML is "PackageDoc".
root - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The Root of the generated Program Structure from the Doclet API.
root - Variable in class com.sun.tools.javah.Gen
 
root - Variable in class com.sun.tools.javah.TypeSignature
 
rootClasses - Variable in class com.sun.tools.javac.main.JavaCompiler
 
RootDoc - Interface in com.sun.javadoc
Represents the root of the program structure information for one run of javadoc.
RootDocImpl - Class in com.sun.tools.javadoc
This class holds the information from one run of javadoc.
RootDocImpl(DocEnv, List<JCTree.JCClassDecl>, List<String>, List<String[]>) - Constructor for class com.sun.tools.javadoc.RootDocImpl
Constructor used when reading source files.
RootDocImpl(DocEnv, List<String>, List<String[]>) - Constructor for class com.sun.tools.javadoc.RootDocImpl
Constructor used when reading class files.
rootElements - Variable in class com.sun.tools.javac.processing.JavacRoundEnvironment
 
rootPackage - Variable in class com.sun.tools.javac.code.Symtab
A symbol for the root package.
roundComplete(RoundCompleteEvent) - Method in interface com.sun.mirror.apt.RoundCompleteListener
Invoked after all processors for a round have run to completion.
roundComplete() - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
RoundCompleteEvent - Class in com.sun.mirror.apt
Event for the completion of a round of annotation processing.
RoundCompleteEvent(AnnotationProcessorEnvironment, RoundState) - Constructor for class com.sun.mirror.apt.RoundCompleteEvent
The current AnnotationProcessorEnvironment is regarded as the source of events.
RoundCompleteEventImpl - Class in com.sun.tools.apt.mirror.apt
 
RoundCompleteEventImpl(AnnotationProcessorEnvironment, RoundState) - Constructor for class com.sun.tools.apt.mirror.apt.RoundCompleteEventImpl
 
RoundCompleteListener - Interface in com.sun.mirror.apt
Listener for the completion of a round of annotation processing.
roundCompleteListeners - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
RoundEnvironment - Interface in javax.annotation.processing
An annotation processing tool framework will provide an annotation processor with an object implementing this interface so that the processor can query for information about a round of annotation processing.
roundOver - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
roundOver() - Method in class com.sun.tools.apt.mirror.apt.FilerImpl
 
RoundState - Interface in com.sun.mirror.apt
Represents the status of a completed round of annotation processing.
RoundStateImpl - Class in com.sun.tools.apt.mirror.apt
 
RoundStateImpl(boolean, boolean, boolean, Map<String, String>) - Constructor for class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
RPAREN - Static variable in interface sun.tools.javap.Constants
 
rs - Variable in class com.sun.mirror.apt.RoundCompleteEvent
 
rs - Variable in class com.sun.tools.javac.comp.Annotate
 
rs - Variable in class com.sun.tools.javac.comp.Attr
 
rs - Variable in class com.sun.tools.javac.comp.Lower
 
rs - Variable in class com.sun.tools.javac.jvm.Gen
 
rs - Variable in class edu.rice.cs.mint.comp.TransStaging
 
RSHIFT - Static variable in interface sun.tools.javap.Constants
 
RSQBRACKET - Static variable in interface sun.tools.javap.Constants
 
run(Queue<Env<AttrContext>>, Iterable<? extends TypeElement>) - Method in class com.sun.tools.javac.api.JavacTaskImpl.Filter
 
run(InputStream, OutputStream, OutputStream, String...) - Method in class com.sun.tools.javac.api.JavacTool
 
run() - Method in class com.sun.tools.javac.Server
 
run() - Method in class com.sun.tools.javah.Gen
After initializing state of an instance, use this method to start processing.
run(String[]) - Method in class com.sun.tools.javap.JavapTask
 
run() - Method in class com.sun.tools.javap.JavapTask
 
run(String[], PrintWriter) - Static method in class com.sun.tools.javap.Main
Entry point that does not call System.exit.
run() - Method in interface edu.rice.cs.mint.runtime.Code
 
run(Context) - Method in class edu.rice.cs.mint.runtime.MSPTreeCode
 
run() - Method in class edu.rice.cs.mint.runtime.MSPTreeCode
 
run() - Method in interface edu.rice.cs.mint.runtime.SafeCode
 
run(Context) - Method in class edu.rice.cs.mint.runtime.StringCode
 
run() - Method in class edu.rice.cs.mint.runtime.StringCode
 
run(InputStream, OutputStream, OutputStream, String...) - Method in interface javax.tools.Tool
Run the tool with the given I/O channels and arguments.
runContributingProcs(RoundEnvironment) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.DiscoveredProcessors.ProcessorStateIterator
Run all remaining processors on the procStateList that have not already run this round with an empty set of annotations.
runLastRound(PrintWriter, int, boolean, TaskListener) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
RUNTIME - Variable in class com.sun.tools.javac.util.Names
 
RuntimeAnnotations_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.16 and 4.8.17.
RuntimeAnnotations_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.RuntimeAnnotations_attribute
 
RuntimeAnnotations_attribute(int, Annotation[]) - Constructor for class com.sun.tools.classfile.RuntimeAnnotations_attribute
 
RuntimeConstants - Interface in sun.tools.javap
 
runtimeException - Variable in class com.sun.tools.javadoc.DocEnv
 
runtimeExceptionType - Variable in class com.sun.tools.javac.code.Symtab
 
RuntimeInvisibleAnnotations - Static variable in class com.sun.tools.classfile.Attribute
 
RuntimeInvisibleAnnotations - Variable in class com.sun.tools.javac.util.Names
 
RuntimeInvisibleAnnotations_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.17.
RuntimeInvisibleAnnotations_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.RuntimeInvisibleAnnotations_attribute
 
RuntimeInvisibleAnnotations_attribute(ConstantPool, Annotation[]) - Constructor for class com.sun.tools.classfile.RuntimeInvisibleAnnotations_attribute
 
RuntimeInvisibleAnnotations_attribute(int, Annotation[]) - Constructor for class com.sun.tools.classfile.RuntimeInvisibleAnnotations_attribute
 
RuntimeInvisibleParameterAnnotations - Static variable in class com.sun.tools.classfile.Attribute
 
RuntimeInvisibleParameterAnnotations - Variable in class com.sun.tools.javac.util.Names
 
RuntimeInvisibleParameterAnnotations_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.18.
RuntimeInvisibleParameterAnnotations_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.RuntimeInvisibleParameterAnnotations_attribute
 
RuntimeInvisibleParameterAnnotations_attribute(ConstantPool, Annotation[][]) - Constructor for class com.sun.tools.classfile.RuntimeInvisibleParameterAnnotations_attribute
 
RuntimeInvisibleParameterAnnotations_attribute(int, Annotation[][]) - Constructor for class com.sun.tools.classfile.RuntimeInvisibleParameterAnnotations_attribute
 
RuntimeParameterAnnotations_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.18 and 4.8.19.
RuntimeParameterAnnotations_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.RuntimeParameterAnnotations_attribute
 
RuntimeParameterAnnotations_attribute(int, Annotation[][]) - Constructor for class com.sun.tools.classfile.RuntimeParameterAnnotations_attribute
 
runtimeType - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
RuntimeVisibleAnnotations - Static variable in class com.sun.tools.classfile.Attribute
 
RuntimeVisibleAnnotations - Variable in class com.sun.tools.javac.util.Names
 
RuntimeVisibleAnnotations_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.16.
RuntimeVisibleAnnotations_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.RuntimeVisibleAnnotations_attribute
 
RuntimeVisibleAnnotations_attribute(ConstantPool, Annotation[]) - Constructor for class com.sun.tools.classfile.RuntimeVisibleAnnotations_attribute
 
RuntimeVisibleAnnotations_attribute(int, Annotation[]) - Constructor for class com.sun.tools.classfile.RuntimeVisibleAnnotations_attribute
 
RuntimeVisibleParameterAnnotations - Static variable in class com.sun.tools.classfile.Attribute
 
RuntimeVisibleParameterAnnotations - Variable in class com.sun.tools.javac.util.Names
 
RuntimeVisibleParameterAnnotations_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.18.
RuntimeVisibleParameterAnnotations_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute
 
RuntimeVisibleParameterAnnotations_attribute(ConstantPool, Annotation[][]) - Constructor for class com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute
 
RuntimeVisibleParameterAnnotations_attribute(int, Annotation[][]) - Constructor for class com.sun.tools.classfile.RuntimeVisibleParameterAnnotations_attribute
 

S

S - Variable in class com.sun.tools.javac.parser.EndPosParser
 
S - Variable in class com.sun.tools.javac.parser.JavacParser
The scanner used for lexical analysis.
s - Variable in class com.sun.tools.javah.LLNI.FieldDefsRes
 
safe - Variable in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
safe - Variable in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
SafeCode<T> - Interface in edu.rice.cs.mint.runtime
 
safeCodeType - Variable in class com.sun.tools.javac.code.Symtab
 
SafeMSPTreeCode<T> - Class in edu.rice.cs.mint.runtime
 
SafeMSPTreeCode(MSPTree, String, boolean, boolean) - Constructor for class edu.rice.cs.mint.runtime.SafeMSPTreeCode
 
safeMspTreeCodeType - Variable in class com.sun.tools.javac.code.Symtab
 
saload - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
SAME_FRAME_BOUND - Static variable in interface sun.tools.javap.RuntimeConstants
 
SAME_FRAME_EXTENDED - Static variable in class com.sun.tools.javac.jvm.ClassWriter
 
SAME_FRAME_EXTENDED - Static variable in interface sun.tools.javap.RuntimeConstants
 
SAME_FRAME_SIZE - Static variable in class com.sun.tools.javac.jvm.ClassWriter
The tags and constants used in compressed stackmap.
SAME_LOCALS_1_STACK_ITEM_BOUND - Static variable in interface sun.tools.javap.RuntimeConstants
 
SAME_LOCALS_1_STACK_ITEM_EXTENDED - Static variable in class com.sun.tools.javac.jvm.ClassWriter
 
SAME_LOCALS_1_STACK_ITEM_EXTENDED - Static variable in interface sun.tools.javap.RuntimeConstants
 
sastore - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
savedParameterNames - Variable in class com.sun.tools.javac.code.Symbol.MethodSymbol
The names of the parameters
saveParameterNames - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: preserve parameter names from the variable table.
sb - Variable in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
sbp - Variable in class com.sun.tools.javac.jvm.ClassReader
 
sbuf - Variable in class com.sun.tools.javac.parser.Scanner
A character buffer for literals.
scan(TreePath, P) - Method in class com.sun.source.util.TreePathScanner
Scan a tree from a position identified by a TreePath.
scan(Tree, P) - Method in class com.sun.source.util.TreePathScanner
Scan a single node.
scan(Tree, P) - Method in class com.sun.source.util.TreeScanner
Scan a single node.
scan(Iterable<? extends Tree>, P) - Method in class com.sun.source.util.TreeScanner
Scan a list of nodes.
scan(JCTree) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
 
scan(Element, Set<TypeElement>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ComputeAnnotationSet
 
scan(Element, DeclaredType) - Method in class com.sun.tools.javac.processing.JavacRoundEnvironment.AnnotationSetScanner
 
scan(JCTree) - Method in class com.sun.tools.javac.tree.TreeScanner
Visitor method: Scan a single node.
scan(List<? extends JCTree>) - Method in class com.sun.tools.javac.tree.TreeScanner
Visitor method: scan a list of nodes.
scan(Iterable<? extends Element>, P) - Method in class javax.lang.model.util.ElementScanner6
Iterates over the given elements and calls scan(Element, P) on each one.
scan(Element, P) - Method in class javax.lang.model.util.ElementScanner6
Processes an element by calling e.accept(this, p); this method may be overridden by subclasses.
scan(Element) - Method in class javax.lang.model.util.ElementScanner6
Convenience method equivalent to v.scan(e, null).
scanAndReduce(Tree, P, R) - Method in class com.sun.source.util.TreeScanner
 
scanAndReduce(Iterable<? extends Tree>, P, R) - Method in class com.sun.source.util.TreeScanner
 
scanChar() - Method in class com.sun.tools.javac.parser.DocCommentScanner
Read next character.
scanChar() - Method in class com.sun.tools.javac.parser.Scanner
Read next character.
scanCommentChar() - Method in class com.sun.tools.javac.parser.Scanner
Read next character in comment, skipping over double '\' characters.
scanCond(JCTree) - Method in class com.sun.tools.javac.comp.Flow
Analyze a condition.
scanDef(JCTree) - Method in class com.sun.tools.javac.comp.Flow
Analyze a definition.
scanDocComment() - Method in class com.sun.tools.javac.parser.Scanner
Scan a documention comment; determine if a deprecated tag is present.
scanDocCommentChar() - Method in class com.sun.tools.javac.parser.DocCommentScanner
Read next character in doc comment, skipping over double '\' characters.
scanExpr(JCTree) - Method in class com.sun.tools.javac.comp.Flow
Analyze an expression.
scanExprs(List<? extends JCTree.JCExpression>) - Method in class com.sun.tools.javac.comp.Flow
Analyze a list of expressions.
scanForAssign(Symbol.MethodSymbol, JCTree) - Method in class com.sun.tools.javac.model.JavacElements
Scans for a JCAssign node with a LHS matching a given symbol, and returns its RHS.
scanFraction() - Method in class com.sun.tools.javac.parser.Scanner
Read fractional part of floating point number.
scanFractionAndSuffix() - Method in class com.sun.tools.javac.parser.Scanner
Read fractional part and 'd' or 'f' suffix of floating point number.
scanHexExponentAndSuffix() - Method in class com.sun.tools.javac.parser.Scanner
Read fractional part of hexadecimal floating point number.
scanHexFractionAndSuffix(boolean) - Method in class com.sun.tools.javac.parser.Scanner
Read fractional part and 'd' or 'f' suffix of floating point number.
scanIdent() - Method in class com.sun.tools.javac.parser.Scanner
Read an identifier.
scanLitChar() - Method in class com.sun.tools.javac.parser.Scanner
Read next character in character or string literal and copy into sbuf.
Scanner - Class in com.sun.tools.javac.parser
The lexical analyzer maps an input stream consisting of ASCII characters and Unicode escapes into a token sequence.
Scanner(Scanner.Factory) - Constructor for class com.sun.tools.javac.parser.Scanner
Common code for constructors.
Scanner(Scanner.Factory, CharBuffer) - Constructor for class com.sun.tools.javac.parser.Scanner
Create a scanner from the input buffer.
Scanner(Scanner.Factory, char[], int) - Constructor for class com.sun.tools.javac.parser.Scanner
Create a scanner from the input array.
Scanner.CommentStyle - Enum in com.sun.tools.javac.parser
 
Scanner.CommentStyle() - Constructor for enum com.sun.tools.javac.parser.Scanner.CommentStyle
 
Scanner.Factory - Class in com.sun.tools.javac.parser
A factory for creating scanners.
Scanner.Factory(Context) - Constructor for class com.sun.tools.javac.parser.Scanner.Factory
Create a new scanner factory.
scannerDebug - Static variable in class com.sun.tools.javac.parser.Scanner
 
scannerFactory - Variable in class com.sun.tools.javac.parser.ParserFactory
 
scannerFactoryKey - Static variable in class com.sun.tools.javac.parser.Scanner.Factory
The context key for the scanner factory.
scanNumber(int) - Method in class com.sun.tools.javac.parser.Scanner
Read a number.
scanOperator() - Method in class com.sun.tools.javac.parser.Scanner
Read longest possible sequence of special characters and convert to token.
scanStat(JCTree) - Method in class com.sun.tools.javac.comp.Flow
Analyze a statement.
scanStats(List<? extends JCTree.JCStatement>) - Method in class com.sun.tools.javac.comp.Flow
Analyze list of statements.
scanSurrogates() - Method in class com.sun.tools.javac.parser.Scanner
Scan surrogate pairs.
sceMessage(ServiceConfigurationError) - Method in class com.sun.tools.apt.main.Main
Print a message about sun.misc.Service problem.
Scope - Interface in com.sun.source.tree
Interface for determining locally available program elements, such as local variables and imports.
Scope - Class in com.sun.tools.javac.code
A scope represents an area of visibility in a Java program.
Scope(Scope, Symbol, Scope.Entry[], Symbol.Level) - Constructor for class com.sun.tools.javac.code.Scope
Construct a new scope, within scope next, with given owner, using given table.
Scope(Symbol, Symbol.Level) - Constructor for class com.sun.tools.javac.code.Scope
Construct a new scope, within scope next, with given owner, using a fresh table of length INITIAL_SIZE.
Scope(Symbol, int) - Constructor for class com.sun.tools.javac.code.Scope
Construct a new scope, within scope next, with given owner, using a fresh table of length INITIAL_SIZE.
Scope(Symbol) - Constructor for class com.sun.tools.javac.code.Scope
Construct a new scope, within scope next, with given owner, using a fresh table of length INITIAL_SIZE.
scope - Variable in class com.sun.tools.javac.code.Scope.Entry
The entry's scope.
scope - Variable in class com.sun.tools.javac.comp.AttrContext
The scope of local symbols.
scope - Variable in class com.sun.tools.javac.model.FilteredMemberList
 
Scope.DelegatedScope - Class in com.sun.tools.javac.code
An empty scope, into which you can't place anything.
Scope.DelegatedScope(Scope) - Constructor for class com.sun.tools.javac.code.Scope.DelegatedScope
 
Scope.Entry - Class in com.sun.tools.javac.code
A class for scope entries.
Scope.Entry(Symbol, Scope.Entry, Scope.Entry, Scope) - Constructor for class com.sun.tools.javac.code.Scope.Entry
 
Scope.ErrorScope - Class in com.sun.tools.javac.code
An error scope, for which the owner should be an error symbol.
Scope.ErrorScope(Scope, Symbol, Scope.Entry[]) - Constructor for class com.sun.tools.javac.code.Scope.ErrorScope
 
Scope.ErrorScope(Symbol) - Constructor for class com.sun.tools.javac.code.Scope.ErrorScope
 
Scope.ImportScope - Class in com.sun.tools.javac.code
 
Scope.ImportScope(Symbol) - Constructor for class com.sun.tools.javac.code.Scope.ImportScope
 
Scope.ImportScope.ImportEntry - Class in com.sun.tools.javac.code
 
Scope.ImportScope.ImportEntry(Symbol, Scope.Entry, Scope.Entry, Scope, Scope) - Constructor for class com.sun.tools.javac.code.Scope.ImportScope.ImportEntry
 
scopeFor(JCTree, JCTree.JCCompilationUnit) - Static method in class com.sun.tools.javac.tree.TreeInfo
 
scopeFor(List<JCTree>) - Static method in class com.sun.tools.javac.tree.TreeInfo
 
scramble - Variable in class com.sun.tools.javac.jvm.ClassWriter
Switch: scrable private names.
scrambleAll - Variable in class com.sun.tools.javac.jvm.ClassWriter
Switch: scrable private names.
script() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print the Javascript <SCRIPT> start tag with its type attribute.
scriptEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print the Javascript </SCRIPT> end tag.
search(DocFinder.Input) - Static method in class com.sun.tools.doclets.internal.toolkit.util.DocFinder
Search for the requested comments in the given method.
search(ClassDoc, MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.MethodFinder
 
searchClass(String) - Method in class com.sun.tools.javadoc.ClassDocImpl
 
searchField(String, Set<ClassDocImpl>) - Method in class com.sun.tools.javadoc.ClassDocImpl
 
searchInterfaces(ClassDoc, MethodDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.MethodFinder
 
searchLocale(String, String, String) - Method in class com.sun.tools.javadoc.DocLocale
Search the locale for specified language, specified country and specified variant.
searchMethod(String, String[], Set<ClassDocImpl>) - Method in class com.sun.tools.javadoc.ClassDocImpl
 
searchpath - Variable in class sun.tools.javap.JavapEnvironment
 
searchSubPackage(String, ListBuffer<String>, List<String>, Collection<File>) - Method in class com.sun.tools.javadoc.JavadocTool
Recursively search all directories in path for subdirectory name.
searchSubPackages(List<String>, ListBuffer<String>, List<String>) - Method in class com.sun.tools.javadoc.JavadocTool
Recursively search all directories in path for subdirectory name.
searchSubPackages(List<String>, Map<String, Boolean>, ListBuffer<String>, Map<String, List<JavaFileObject>>, StandardLocation, Set<JavaFileObject.Kind>) - Method in class com.sun.tools.javadoc.JavadocTool
 
seenCustomTag(String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Given a name of a seen custom tag, remove it from the set of unseen custom tags.
SeeTag - Interface in com.sun.javadoc
Represents a user-defined cross-reference to related documentation.
SeeTagImpl - Class in com.sun.tools.javadoc
Represents a see also documentation tag.
SeeTagImpl(DocImpl, String, String) - Constructor for class com.sun.tools.javadoc.SeeTagImpl
 
SeeTagImpl.ParameterParseMachine - Class in com.sun.tools.javadoc
 
SeeTagImpl.ParameterParseMachine(String) - Constructor for class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
SeeTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
A taglet that represents the @see tag.
SeeTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.SeeTaglet
 
seeTagOutput(Doc, SeeTag[]) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the see tag output.
seeTagOutput(Doc, SeeTag[]) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the see tag output.
seeTags() - Method in interface com.sun.javadoc.Doc
Return the see also tags in this Doc item.
seeTags() - Method in class com.sun.tools.javadoc.Comment
Return see also tags in this comment.
seeTags() - Method in class com.sun.tools.javadoc.DocImpl
Return the see also tags in this Doc item.
seeTagToString(SeeTag) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
Select(JCTree.JCExpression, Name) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
SELECT - Static variable in class com.sun.tools.javac.tree.JCTree
Selections, of type Select.
Select(JCTree.JCExpression, Name) - Method in class com.sun.tools.javac.tree.TreeMaker
 
Select(JCTree.JCExpression, Symbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a selection node from a qualifier tree and a symbol.
selectBest(Env<AttrContext>, Type, List<Type>, List<Type>, Symbol, Symbol, boolean, boolean, boolean) - Method in class com.sun.tools.javac.comp.Resolve
Select the best method for a call site among two choices.
selected - Variable in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
selectFormat(JCDiagnostic) - Method in class com.sun.tools.javac.util.BasicDiagnosticFormatter
 
selector - Variable in class com.sun.tools.javac.tree.JCTree.JCSwitch
 
Selectors(JCTree.JCExpression, Symbol, Symbol) - Method in class com.sun.tools.javac.tree.TreeMaker
 
selectSuper - Variable in class com.sun.tools.javac.comp.AttrContext
Are we evaluating the selector of a `super' or type name?
selectSym(JCTree.JCFieldAccess, Type, Env<AttrContext>, Type, int) - Method in class com.sun.tools.javac.comp.Attr
Determine symbol referenced by a Select expression,
semicolon - Variable in class com.sun.tools.javac.util.Names
 
SEMICOLON - Static variable in interface sun.tools.javap.Constants
 
sentenceBreaker - Variable in class com.sun.tools.javadoc.DocLocale
Sentence instance from the BreakIterator.
sentenceTerminators - Static variable in class com.sun.tools.javadoc.DocLocale
The HTML sentence terminators.
sentinel - Static variable in class com.sun.tools.javac.code.Scope
Every hash bucket is a list of Entry's which ends in sentinel.
SEPARABLE - Static variable in class com.sun.tools.javac.code.Flags
 
SERIAL_VERSION_UID_HEADER - Static variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The header for the serial version UID.
serialClassFoundToDocument(ClassDoc[]) - Method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Return true if any of the given classes have a @serialinclude tag.
serialClassInclude(ClassDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Return true if the given ClassDoc should be included in the serialized form.
serialDocInclude(Doc) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Return true if the given Doc should be included in the serialized form.
SerialFieldTag - Interface in com.sun.javadoc
Documents a Serializable field defined by an ObjectStreamField.
SerialFieldTagImpl - Class in com.sun.tools.javadoc
Documents a Serializable field defined by an ObjectStreamField.
SerialFieldTagImpl(DocImpl, String, String) - Constructor for class com.sun.tools.javadoc.SerialFieldTagImpl
 
serialFieldTags() - Method in interface com.sun.javadoc.FieldDoc
Return the serialField tags in this FieldDoc item.
serialFieldTags() - Method in class com.sun.tools.javadoc.Comment
Return serialField tags in this comment.
serialFieldTags() - Method in class com.sun.tools.javadoc.FieldDocImpl
Return the serialField tags in this FieldDocImpl item.
serialInclude(Doc) - Static method in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
Return true if the given Doc should be included in the serialized form.
SERIALIZABLE_FIELDS - Static variable in class com.sun.tools.javadoc.SerializedForm
 
serializableFields() - Method in interface com.sun.javadoc.ClassDoc
Return the Serializable fields of this class or interface.
serializableFields() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the Serializable fields of class.
serializableType - Variable in class com.sun.tools.javac.code.Symtab
 
serializationMethods() - Method in interface com.sun.javadoc.ClassDoc
Return the serialization methods for this class or interface.
serializationMethods() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the serialization methods for this class.
serializedForm - Variable in class com.sun.tools.javadoc.ClassDocImpl
 
SerializedForm - Class in com.sun.tools.javadoc
The serialized form is the specification of a class' serialization state.
SerializedForm(DocEnv, Symbol.ClassSymbol, ClassDocImpl) - Constructor for class com.sun.tools.javadoc.SerializedForm
Constructor.
SerializedFormBuilder - Class in com.sun.tools.doclets.internal.toolkit.builders
Builds the serialized form.
SerializedFormBuilder(Configuration) - Constructor for class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
 
serializedFormTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in the serialized form.
SerializedFormWriter - Interface in com.sun.tools.doclets.internal.toolkit
The interface for writing serialized form output.
SerializedFormWriter.SerialFieldWriter - Interface in com.sun.tools.doclets.internal.toolkit
Write the serialized form for a given field.
SerializedFormWriter.SerialMethodWriter - Interface in com.sun.tools.doclets.internal.toolkit
Write the serialized form for a given field.
SerializedFormWriterImpl - Class in com.sun.tools.doclets.formats.html
Generate the Serialized Form Information Page.
SerializedFormWriterImpl() - Constructor for class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
 
serializeExpr(JCTree.JCExpression) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
serializeStats(List<JCTree.JCStatement>) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
serialVersionUID - Static variable in exception com.sun.mirror.type.MirroredTypeException
 
serialVersionUID - Static variable in exception com.sun.mirror.type.MirroredTypesException
 
serialVersionUID - Static variable in error com.sun.tools.apt.comp.AnnotationProcessingError
 
serialVersionUID - Static variable in exception com.sun.tools.apt.comp.UsageMessageNeededException
 
serialVersionUID - Static variable in class com.sun.tools.apt.mirror.apt.RoundCompleteEventImpl
 
serialVersionUID - Static variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
serialVersionUID - Static variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.Annotation.InvalidAnnotation
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.AttributeException
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.Code_attribute.InvalidIndex
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.ConstantPool.EntryNotFound
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.ConstantPool.InvalidEntry
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.ConstantPool.InvalidIndex
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.ConstantPool.UnexpectedEntry
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.ConstantPoolException
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.Descriptor.InvalidDescriptor
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.DescriptorException
 
serialVersionUID - Static variable in exception com.sun.tools.classfile.StackMapTable_attribute.InvalidStackMap
 
serialVersionUID - Static variable in exception com.sun.tools.doclets.internal.toolkit.util.DocletAbortException
 
serialVersionUID - Static variable in exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
serialVersionUID - Static variable in exception com.sun.tools.javac.code.Types.AdaptFailure
 
serialVersionUID - Static variable in exception com.sun.tools.javac.comp.Attr.BreakAttr
 
serialVersionUID - Static variable in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
serialVersionUID - Static variable in class com.sun.tools.javac.file.Paths.Path
 
serialVersionUID - Static variable in exception com.sun.tools.javac.jvm.ClassReader.BadClassFile
 
serialVersionUID - Static variable in exception com.sun.tools.javac.jvm.ClassWriter.PoolOverflow
 
serialVersionUID - Static variable in exception com.sun.tools.javac.jvm.ClassWriter.StringOverflow
 
serialVersionUID - Static variable in exception com.sun.tools.javac.jvm.Gen.CodeSizeOverflow
 
serialVersionUID - Static variable in class com.sun.tools.javac.main.JavaCompiler.CompileStates
 
serialVersionUID - Static variable in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
serialVersionUID - Static variable in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
serialVersionUID - Static variable in error com.sun.tools.javac.processing.AnnotationProcessingError
 
serialVersionUID - Static variable in error com.sun.tools.javac.processing.ServiceProxy.ServiceConfigurationError
 
serialVersionUID - Static variable in error com.sun.tools.javac.tree.Pretty.UncheckedIOException
 
serialVersionUID - Static variable in error com.sun.tools.javac.util.Abort
 
serialVersionUID - Static variable in exception com.sun.tools.javac.util.ClientCodeException
 
serialVersionUID - Static variable in error com.sun.tools.javac.util.FatalError
 
serialVersionUID - Variable in class com.sun.tools.javac.util.Names
 
serialVersionUID - Static variable in class com.sun.tools.javac.util.Options
 
serialVersionUID - Static variable in exception com.sun.tools.javac.util.PropagatedException
 
serialVersionUID - Static variable in exception com.sun.tools.javadoc.DocletInvoker.DocletInvokeException
 
serialVersionUID - Static variable in error com.sun.tools.javadoc.Messager.ExitJavadoc
 
serialVersionUID - Static variable in error com.sun.tools.javap.InternalError
 
serialVersionUID - Static variable in exception com.sun.tools.javap.JavapTask.BadArgs
 
serialVersionUID - Static variable in exception javax.annotation.processing.FilerException
 
serialVersionUID - Static variable in exception javax.lang.model.element.UnknownAnnotationValueException
 
serialVersionUID - Static variable in exception javax.lang.model.element.UnknownElementException
 
serialVersionUID - Static variable in exception javax.lang.model.type.MirroredTypeException
 
serialVersionUID - Static variable in exception javax.lang.model.type.MirroredTypesException
 
serialVersionUID - Static variable in exception javax.lang.model.type.UnknownTypeException
 
serialwarn - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
This is true if option "-serialwarn" is used.
serialWarning(SourcePosition, String, String, String) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
Server - Class in com.sun.tools.javac
Java Compiler Server.
Server(BufferedReader, OutputStream, boolean) - Constructor for class com.sun.tools.javac.Server
 
Server(BufferedReader, OutputStream) - Constructor for class com.sun.tools.javac.Server
 
Server(Socket) - Constructor for class com.sun.tools.javac.Server
 
Server.CwdFileManager - Class in com.sun.tools.javac
 
Server.CwdFileManager(JavaFileManager) - Constructor for class com.sun.tools.javac.Server.CwdFileManager
 
ServiceProxy - Class in com.sun.tools.javac.processing
Utility class to determine if a service can be found on the path that might be used to create a class loader.
ServiceProxy() - Constructor for class com.sun.tools.javac.processing.ServiceProxy
 
ServiceProxy.ServiceConfigurationError - Error in com.sun.tools.javac.processing
 
ServiceProxy.ServiceConfigurationError(String) - Constructor for error com.sun.tools.javac.processing.ServiceProxy.ServiceConfigurationError
 
set(int, A) - Method in class com.sun.tools.javac.util.List
 
setBounds(Type.TypeVar, List<Type>, Type) - Method in class com.sun.tools.javac.code.Types
Set the bounds field of the given type variable to reflect a (possibly multiple) list of bounds.
setBounds(Type.TypeVar, List<Type>) - Method in class com.sun.tools.javac.code.Types
Same as Types.setBounds(Type.TypeVar,List,Type), except that third parameter is computed directly.
setBoundsLinkInfo(LinkInfo, Type) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
 
setClasses(DocEnv, List<JCTree.JCClassDecl>) - Method in class com.sun.tools.javadoc.RootDocImpl
Initialize classes information.
setClasses(ClassDoc[]) - Method in class com.sun.tools.javah.Gen
 
setClosestBracketUnsafe(JCTree) - Method in class com.sun.tools.javac.comp.Attr
 
setCompat(boolean) - Method in class com.sun.tools.classfile.Attribute.Factory
 
setContext(int) - Method in class com.sun.tools.doclets.formats.html.LinkInfoImpl
Set the context. This method sets the link attributes to the appropriate values based on the context.
setContext(int) - Method in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
Set the context.
setContext(Context) - Method in class com.sun.tools.javac.file.JavacFileManager
Set the context for JavacFileManager.
setContext(Context) - Method in class com.sun.tools.javac.file.Paths
 
setContext(Context) - Method in class com.sun.tools.javac.model.JavacElements
Use a new context.
setContext(Context) - Method in class com.sun.tools.javac.model.JavacTypes
Use a new context.
setCreateOverview() - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Generate "overview.html" page if option "-overview" is used or number of packages is more than one.
setCurrentLocale(Locale) - Method in class com.sun.tools.javac.util.JavacMessages
 
setData(Object) - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
setDefined(Bits) - Method in class com.sun.tools.javac.jvm.Code
Set the current variable defined state.
setDefined(int) - Method in class com.sun.tools.javac.jvm.Code
Mark a register as being (possibly) defined.
setDiagnosticListener(DiagnosticListener<? super JavaFileObject>) - Method in class com.sun.tools.javap.JavapTask
 
setDiagnosticListener(OutputStream) - Method in class com.sun.tools.javap.JavapTask
 
setDiagnosticsIgnored(boolean) - Method in class com.sun.tools.apt.util.Bark
Sets a flag indicating whether or not to ignore all diagnostics.
setDigest(String, byte[]) - Method in class com.sun.tools.javap.ClassWriter
 
setDocletInvoker(String[]) - Method in class com.sun.tools.javadoc.Start
 
setDocPath - Variable in class com.sun.tools.javadoc.PackageDocImpl
 
setDocPath(FileObject) - Method in class com.sun.tools.javadoc.PackageDocImpl
set doc path for an unzipped directory
setEnclosingType(Type) - Method in class com.sun.tools.javac.code.Type.ClassType
 
setEncoding(String) - Method in class com.sun.tools.javadoc.DocEnv
Set the encoding.
setEndPosTable(Map<JCTree, Integer>) - Method in class com.sun.tools.javac.util.DiagnosticSource
 
setEndPosTable(JavaFileObject, Map<JCTree, Integer>) - Method in class com.sun.tools.javac.util.Log
 
setEnumDocumentation(Configuration, ClassDoc) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
The documentation for values() and valueOf() in Enums are set by the doclet.
setErrorEndPos(int) - Method in class com.sun.tools.javac.parser.JavacParser
 
setExtendedOption(String, Object...) - Method in class com.sun.tools.javac.api.JavacTool
 
setFatalErrors(boolean) - Method in class com.sun.tools.javac.main.Main
 
setFile(URI) - Method in class com.sun.tools.javap.ClassWriter
 
setFileSize(int) - Method in class com.sun.tools.javap.ClassWriter
 
setFilter(long) - Method in class com.sun.tools.javadoc.Start
 
setFilter(Set<? extends Element>, Set<ElementKind>, Class<E>) - Static method in class javax.lang.model.util.ElementFilter
 
setForce(boolean) - Method in class com.sun.tools.javah.Gen
 
setFoundNonPubConstructor(boolean) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Let the writer know whether a non public constructor was found.
setFoundNonPubConstructor(boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Let the writer know whether a non public constructor was found.
setIgnoreSymbolFile(boolean) - Method in class com.sun.tools.javap.JavapFileManager
 
setJSR277(boolean) - Method in class com.sun.tools.classfile.Attribute.Factory
 
setLastModified(long) - Method in class com.sun.tools.javap.ClassWriter
 
setLazyConstValue(Env<AttrContext>, Log, Attr, JCTree.JCExpression) - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
setLint(Lint) - Method in class com.sun.tools.javac.comp.Check
 
setLocale(Locale) - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
setLocale(String) - Method in class com.sun.tools.javadoc.DocEnv
Set the locale.
setLocale(Locale) - Method in interface com.sun.tools.javap.DisassemblerTool.DisassemblerTask
Set the locale to be applied when formatting diagnostics and other localized data.
setLocale(Locale) - Method in class com.sun.tools.javap.JavapTask
 
setLocale(Locale) - Method in interface javax.tools.JavaCompiler.CompilationTask
Set the locale to be applied when formatting diagnostics and other localized data.
setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.sun.tools.javac.file.JavacFileManager
 
setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in interface javax.tools.StandardJavaFileManager
Associates the given path with the given location.
setLog(PrintWriter) - Method in class com.sun.tools.javap.JavapTask
 
setLog(OutputStream) - Method in class com.sun.tools.javap.JavapTask
 
setMessage(String) - Method in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
setMessage(String, Object) - Method in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
setMessage(String, Object, Object) - Method in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
setMessage(String, Object, Object, Object) - Method in exception com.sun.tools.javac.comp.Infer.NoInstanceException
 
setName(String) - Method in class edu.rice.cs.mint.util.Benchmark.Task
Set the name of this task.
setNativeTime(int) - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
setNormalIndex(int) - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
setOpenedIndexes(List<ZipFileIndex>) - Static method in class com.sun.tools.javac.file.ZipFileIndex
Sets already opened list of ZipFileIndexes from an outside client of the compiler.
setOption(String, Object...) - Method in class com.sun.tools.javac.api.JavacTool
 
setOption(String) - Method in class com.sun.tools.javadoc.Start
indicate an option with no arguments was given.
setOption(String, String) - Method in class com.sun.tools.javadoc.Start
indicate an option with one argument was given.
setOption(String, List<String>) - Method in class com.sun.tools.javadoc.Start
indicate an option with the specified list of arguments was given.
setOption1(String, JavacOption.OptionKind, Object...) - Method in class com.sun.tools.javac.api.JavacTool
 
setOptions(String[][]) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Set the command line options supported by this configuration.
setOptions() - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Set the command line options supported by this configuration.
setOptions(Options) - Method in class com.sun.tools.javac.main.Main
 
setOut(PrintWriter) - Method in class com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper
 
setOut(PrintWriter) - Method in interface com.sun.tools.javac.main.RecognizedOptions.OptionHelper
 
setOutDir(String) - Method in class com.sun.tools.javah.Gen
 
setOutFile(String) - Method in class com.sun.tools.javah.Gen
 
setOutput(Object) - Method in class com.sun.tools.doclets.formats.html.TagletOutputImpl
Set the output for the taglet.
setOutput(Object) - Method in interface com.sun.tools.doclets.internal.toolkit.taglets.TagletOutput
Set the output for the taglet.
setPackages(DocEnv, List<String>) - Method in class com.sun.tools.javadoc.RootDocImpl
Initialize packages information.
setPathForLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.sun.tools.javac.file.Paths
 
setPercent(double) - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
setPos(int) - Method in class com.sun.tools.javac.tree.JCTree.JCExpression
 
setPos(int) - Method in class com.sun.tools.javac.tree.JCTree.JCStatement
 
setPos(int) - Method in class com.sun.tools.javac.tree.JCTree
Set position field and return this tree.
setProcessors(Iterable<? extends Processor>) - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
setProcessors(Iterable<? extends Processor>) - Method in interface javax.tools.JavaCompiler.CompilationTask
Sets processors (for annotation processing).
setRawCommentText(String) - Method in interface com.sun.javadoc.Doc
Set the full unprocessed text of the comment.
setRawCommentText(String) - Method in class com.sun.tools.javadoc.DocImpl
Set the full unprocessed text of the comment.
setRawCommentText(String) - Method in class com.sun.tools.javadoc.PackageDocImpl
 
setReps(long) - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
setSafe(boolean) - Method in interface com.sun.source.tree.BracketExprTree
 
setSafe(boolean) - Method in interface com.sun.source.tree.BracketStatTree
 
setSafe(boolean) - Method in class com.sun.tools.javac.tree.JCTree.JCBracketExpr
 
setSafe(boolean) - Method in class com.sun.tools.javac.tree.JCTree.JCBracketStat
 
setSilent(boolean) - Method in class com.sun.tools.javadoc.DocEnv
 
setSpecificDocletOptions(String[][]) - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Depending upon the command line options provided by the user, set configure the output generation environment.
setSpecificDocletOptions(String[][]) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
This method should be defined in all those doclets(configurations), which want to derive themselves from this Configuration.
setSymbol(JCTree, Symbol) - Static method in class com.sun.tools.javac.tree.TreeInfo
If this tree is an identifier or a field, set its symbol, otherwise skip.
setTabPosition(int) - Method in class com.sun.tools.javac.util.Position.LineMapImpl
 
setTabPosition(int) - Method in class com.sun.tools.javac.util.Position.LineTabMapImpl
 
setTag(int) - Method in class com.sun.tools.javac.tree.JCTree.JCUnary
 
setTail(List<A>) - Method in class com.sun.tools.javac.util.List
 
setTaskListener(TaskListener) - Method in class com.sun.source.util.JavacTask
The specified listener will receive events describing the progress of this compilation task.
setTaskListener(TaskListener) - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
setThrown(List<Type>) - Method in class com.sun.tools.javac.code.Type.ForAll
 
setThrown(List<Type>) - Method in class com.sun.tools.javac.code.Type.MethodType
 
setThrown(List<Type>) - Method in class com.sun.tools.javac.code.Type
 
setTime(long) - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
setTopFile(RootDoc) - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Decide the page which will appear first in the right-hand frame.
setTree(JCTree) - Method in class com.sun.tools.javadoc.PackageDocImpl
 
setTree(JCTree) - Method in class com.sun.tools.javadoc.ProgramElementDocImpl
 
setType(Type) - Method in class com.sun.tools.javac.tree.JCTree.JCExpression
 
setType(Type) - Method in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
setType(Type) - Method in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
setType(Type) - Method in class com.sun.tools.javac.tree.JCTree.JCStatement
 
setType(Type) - Method in class com.sun.tools.javac.tree.JCTree
Set type field and return this tree.
setUndefined(int) - Method in class com.sun.tools.javac.jvm.Code
Mark a register as being undefined.
setWriter(Writer) - Method in class com.sun.tools.javac.processing.PrintingProcessor
 
setWrongSym(Symbol, JCDiagnostic) - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
Update wrongSym and explanation and return this.
setWrongSym(Symbol) - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
Update wrongSym and return this.
shadowed - Variable in class com.sun.tools.javac.code.Scope.Entry
An entry with the same hash code, or sentinel.
shared - Variable in class com.sun.tools.javac.code.Scope
The number of scopes that share this scope's hash table.
shared - Variable in class com.sun.tools.javac.util.ListBuffer
Has a list been created from this buffer yet?
sharedCompiler - Variable in class com.sun.tools.javac.api.JavacTool
 
SharedNameTable - Class in com.sun.tools.javac.util
Implementation of Name.Table that stores all names in a single shared byte array, expanding it as needed.
SharedNameTable(Names, int, int) - Constructor for class com.sun.tools.javac.util.SharedNameTable
Allocator
SharedNameTable(Names) - Constructor for class com.sun.tools.javac.util.SharedNameTable
 
SharedNameTable.NameImpl - Class in com.sun.tools.javac.util
 
SharedNameTable.NameImpl(SharedNameTable) - Constructor for class com.sun.tools.javac.util.SharedNameTable.NameImpl
 
sharedOut - Variable in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
shiftPrec - Static variable in class com.sun.tools.javac.tree.TreeInfo
Operator precedences values.
SHORT - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the basic type `short'.
SHORT - Static variable in interface sun.tools.javap.Constants
 
SHORTcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
shortName(Name) - Static method in class com.sun.tools.javac.util.Convert
Return the last part of a class name.
shortName(String) - Static method in class com.sun.tools.javac.util.Convert
 
shortType - Variable in class com.sun.tools.javac.code.Symtab
 
shortType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
SHORTVAL - Static variable in interface sun.tools.javap.Constants
 
shouldAddToIndexMap(Doc) - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Should this doc element be added to the index map?
shouldDocument(Symbol.VarSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Check whether this member should be documented.
shouldDocument(Symbol.MethodSymbol) - Method in class com.sun.tools.javadoc.DocEnv
Check whether this member should be documented.
shouldDocument(Symbol.ClassSymbol) - Method in class com.sun.tools.javadoc.DocEnv
check whether this class should be documented.
shouldExcludeDocFileDir(String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return true if the given doc-file subdirectory should be excluded and false otherwise.
shouldExcludeQualifier(String) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Return true if the given qualifier should be excluded and false otherwise.
shouldNotRedirectRelativeLinks() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Return true if relative links should not be redirected.
shouldReport(JavaFileObject, int) - Method in class com.sun.tools.javac.util.Log
Returns true if an error needs to be reported for a given source name and pos.
showAccess - Variable in class com.sun.tools.javadoc.DocEnv
Access filter (public, protected, ...).
showAccess - Variable in class com.sun.tools.javadoc.Start
 
showAccess - Variable in class com.sun.tools.javap.Options
 
showAccess - Variable in class sun.tools.javap.JavapEnvironment
 
showallAttr - Variable in class sun.tools.javap.JavapEnvironment
 
showAllAttrs - Variable in class com.sun.tools.javap.Options
 
showauthor - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Generate author specific information for all the classes if @author tag is used in the doc comment and if -author option is used.
showauthor - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
True if we want to use @author tags.
showConstants - Variable in class com.sun.tools.javap.Options
 
showDisassembled - Variable in class com.sun.tools.javap.Options
 
showDisassembled - Variable in class sun.tools.javap.JavapEnvironment
 
showFlags - Variable in class com.sun.tools.javap.Options
 
showHelp() - Method in class com.sun.tools.javap.JavapTask
 
showInternalSignatures - Variable in class com.sun.tools.javap.Options
 
showInternalSigs - Variable in class sun.tools.javap.JavapEnvironment
 
showLineAndLocal - Variable in class sun.tools.javap.JavapEnvironment
 
showLineAndLocalVariableTables - Variable in class com.sun.tools.javap.Options
 
showSource - Variable in class com.sun.tools.javac.util.AbstractDiagnosticFormatter
 
showUsage - Variable in exception com.sun.tools.javap.JavapTask.BadArgs
 
showUsage(boolean) - Method in exception com.sun.tools.javap.JavapTask.BadArgs
 
showVerbose - Variable in class sun.tools.javap.JavapEnvironment
 
showversion - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Generate version specific information for the all the classes if @version tag is used in the doc comment and if -version option is used.
showversion - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
True if we want to use @version tags.
showVersion(boolean) - Method in class com.sun.tools.javap.JavapTask
 
sibling - Variable in class com.sun.tools.javac.code.Scope.Entry
Next entry in same scope.
sideCast(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
 
sideCastFinal(Type, Type, Warner) - Method in class com.sun.tools.javac.code.Types
 
sig - Variable in class com.sun.tools.classfile.Signature
 
SIG_ARRAY - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_ARRAY - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_BOOLEAN - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_BOOLEAN - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_BYTE - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_BYTE - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_CHAR - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_CHAR - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_CLASS - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_CLASS - Static variable in interface sun.tools.javap.RuntimeConstants
 
sig_cpx - Variable in class sun.tools.javap.LocVarData
 
SIG_DOUBLE - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_DOUBLE - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_ENDCLASS - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_ENDMETHOD - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_FLOAT - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_FLOAT - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_INT - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_INT - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_LONG - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_LONG - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_METHOD - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_PACKAGE - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_SHORT - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_SHORT - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIG_VOID - Static variable in class com.sun.tools.javah.TypeSignature
 
SIG_VOID - Static variable in interface sun.tools.javap.RuntimeConstants
 
sigbuf - Variable in class com.sun.tools.javac.jvm.ClassWriter
An output buffer for type signatures.
SIGC_ARRAY - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_BOOLEAN - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_BYTE - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_CHAR - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_CLASS - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_DOUBLE - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_ENDCLASS - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_ENDMETHOD - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_FLOAT - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_INT - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_LONG - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_METHOD - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_PACKAGE - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_SHORT - Static variable in interface sun.tools.javap.RuntimeConstants
 
SIGC_VOID - Static variable in interface sun.tools.javap.RuntimeConstants
 
sigEnterPhase - Variable in class com.sun.tools.javac.jvm.ClassReader
 
siglimit - Variable in class com.sun.tools.javac.jvm.ClassReader
 
SIGN - Static variable in interface sun.tools.javap.Constants
 
signature() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Get the signature.
Signature - Static variable in class com.sun.tools.classfile.Attribute
 
Signature - Class in com.sun.tools.classfile
See JVMS3 4.4.4.
Signature(int) - Constructor for class com.sun.tools.classfile.Signature
 
signature(List<JCTree.JCTypeParameter>, List<JCTree.JCVariableDecl>, JCTree, List<JCTree.JCExpression>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.MemberEnter
Construct method type from method signature.
signature - Variable in class com.sun.tools.javac.jvm.ClassReader
The unread portion of the currently read type is signature[sigp..siglimit-1].
Signature - Variable in class com.sun.tools.javac.util.Names
 
signature() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Get the signature.
SIGNATURE - Static variable in class com.sun.tools.javah.Mangle.Type
 
Signature_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.9.
Signature_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.Signature_attribute
 
Signature_attribute(ConstantPool, int) - Constructor for class com.sun.tools.classfile.Signature_attribute
 
Signature_attribute(int, int) - Constructor for class com.sun.tools.classfile.Signature_attribute
 
signature_index - Variable in class com.sun.tools.classfile.LocalVariableTypeTable_attribute.Entry
 
signature_index - Variable in class com.sun.tools.classfile.Signature_attribute
 
signatureBuffer - Variable in class com.sun.tools.javac.jvm.ClassReader
 
sigp - Variable in class com.sun.tools.classfile.Signature
 
sigp - Variable in class com.sun.tools.javac.jvm.ClassReader
 
sigToType(byte[], int, int) - Method in class com.sun.tools.javac.jvm.ClassReader
Convert signature to type, where signature is a byte array segment.
sigToType() - Method in class com.sun.tools.javac.jvm.ClassReader
Convert signature to type, where signature is implicit.
sigToTypeParam() - Method in class com.sun.tools.javac.jvm.ClassReader
Convert (implicit) signature to type parameter.
sigToTypeParams(byte[], int, int) - Method in class com.sun.tools.javac.jvm.ClassReader
Convert signature to type parameters, where signature is a byte array segment.
sigToTypeParams() - Method in class com.sun.tools.javac.jvm.ClassReader
Convert signature to type parameters, where signature is implicit.
sigToTypes(char) - Method in class com.sun.tools.javac.jvm.ClassReader
Convert (implicit) signature to list of types until `terminator' is encountered.
silent - Variable in class com.sun.tools.javac.api.JavacTool
 
silent - Variable in class com.sun.tools.javadoc.DocEnv
Set this to true if you would like to not emit any errors, warnings and notices.
silentUnchecked() - Method in class com.sun.tools.javac.util.Warner
 
SIMPLE_TAGLET_OPT_SEPERATOR - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The default seperator for the simple tag option.
SimpleAnnotationValueVisitor6<R,P> - Class in javax.lang.model.util
A simple visitor for annotation values with default behavior appropriate for the RELEASE_6 source version.
SimpleAnnotationValueVisitor6() - Constructor for class javax.lang.model.util.SimpleAnnotationValueVisitor6
Constructor for concrete subclasses; uses null for the default value.
SimpleAnnotationValueVisitor6(R) - Constructor for class javax.lang.model.util.SimpleAnnotationValueVisitor6
Constructor for concrete subclasses; uses the argument for the default value.
simpleBinaryName(Name, Name) - Method in class com.sun.tools.javac.jvm.ClassReader
 
SimpleDeclarationVisitor - Class in com.sun.mirror.util
A simple visitor for declarations.
SimpleDeclarationVisitor() - Constructor for class com.sun.mirror.util.SimpleDeclarationVisitor
Creates a new SimpleDeclarationVisitor.
SimpleElementVisitor6<R,P> - Class in javax.lang.model.util
A simple visitor of program elements with default behavior appropriate for the RELEASE_6 source version.
SimpleElementVisitor6() - Constructor for class javax.lang.model.util.SimpleElementVisitor6
Constructor for concrete subclasses; uses null for the default value.
SimpleElementVisitor6(R) - Constructor for class javax.lang.model.util.SimpleElementVisitor6
Constructor for concrete subclasses; uses the argument for the default value.
SimpleJavaFileObject - Class in javax.tools
Provides simple implementations for most methods in JavaFileObject.
SimpleJavaFileObject(URI, JavaFileObject.Kind) - Constructor for class javax.tools.SimpleJavaFileObject
Construct a SimpleJavaFileObject of the given kind and with the given URI.
SimpleTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
A simple single argument custom tag.
SimpleTaglet(String, String, String) - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
Construct a SimpleTaglet.
simpleTagOutput(Tag[], String) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the output for a simple tag.
simpleTagOutput(Tag, String) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the output for a simple tag.
simpleTagOutput(Tag[], String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the output for a simple tag.
simpleTagOutput(Tag, String) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the output for a simple tag.
SimpleTreeVisitor<R,P> - Class in com.sun.source.util
A simple visitor for tree nodes.
SimpleTreeVisitor() - Constructor for class com.sun.source.util.SimpleTreeVisitor
 
SimpleTreeVisitor(R) - Constructor for class com.sun.source.util.SimpleTreeVisitor
 
simpleTypeName() - Method in interface com.sun.javadoc.Type
Return the simple name of this type excluding any dimension information.
simpleTypeName() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
simpleTypeName() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the simple name of this type.
simpleTypeName() - Method in class com.sun.tools.javadoc.PrimitiveType
Return the simple name of this type.
simpleTypeName() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return the simple name of this type excluding any dimension information.
simpleTypeName() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
 
SimpleTypeVisitor - Class in com.sun.mirror.util
A simple visitor for types.
SimpleTypeVisitor() - Constructor for class com.sun.mirror.util.SimpleTypeVisitor
Creates a new SimpleTypeVisitor.
SimpleTypeVisitor6<R,P> - Class in javax.lang.model.util
A simple visitor of types with default behavior appropriate for the RELEASE_6 source version.
SimpleTypeVisitor6() - Constructor for class javax.lang.model.util.SimpleTypeVisitor6
Constructor for concrete subclasses; uses null for the default value.
SimpleTypeVisitor6(R) - Constructor for class javax.lang.model.util.SimpleTypeVisitor6
Constructor for concrete subclasses; uses the argument for the default value.
SingleIndexWriter - Class in com.sun.tools.doclets.formats.html
Generate only one index file for all the Member Names with Indexing in Unicode Order.
SingleIndexWriter(ConfigurationImpl, String, IndexBuilder) - Constructor for class com.sun.tools.doclets.formats.html.SingleIndexWriter
Construct the SingleIndexWriter with filename "index-all.html" and the IndexBuilder
singleton - Static variable in class com.sun.tools.javac.file.CacheFSInfo
 
sipush - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
site - Variable in class com.sun.tools.javac.comp.Resolve.AccessError
 
size() - Method in class com.sun.tools.classfile.Attributes
 
size() - Method in class com.sun.tools.classfile.ConstantPool
 
size() - Method in class com.sun.tools.javac.comp.Todo.FileQueue
 
size() - Method in class com.sun.tools.javac.comp.Todo
 
size - Variable in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
size() - Method in class com.sun.tools.javac.model.FilteredMemberList
 
size() - Method in class com.sun.tools.javac.util.List
 
size() - Method in class com.sun.tools.javac.util.ListBuffer
 
size() - Method in class com.sun.tools.javac.util.Options
 
size - Variable in class com.sun.tools.javap.ClassWriter
 
size - Variable in class com.sun.tools.javap.JavapTask.SizeInputStream
 
size() - Method in class com.sun.tools.javap.JavapTask.SizeInputStream
 
sizeTo(int) - Method in class com.sun.tools.javac.util.Bits
 
skip(boolean, boolean, boolean, boolean) - Method in class com.sun.tools.javac.parser.JavacParser
Skip forward until a suitable stop token is found.
Skip() - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
SKIP - Static variable in class com.sun.tools.javac.tree.JCTree
The no-op statement ";", of type Skip
Skip() - Method in class com.sun.tools.javac.tree.TreeMaker
 
skipAnnotations - Variable in class com.sun.tools.javac.comp.Check
 
skipAnnotations - Variable in class com.sun.tools.javac.comp.MemberEnter
 
skipArrays() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
 
skipArraysCache - Variable in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
 
skipMember() - Method in class com.sun.tools.javac.jvm.ClassReader
Skip a field or method
skipParens(JCTree.JCExpression) - Static method in class com.sun.tools.javac.tree.TreeInfo
Skip parens and return the enclosed expression
skipParens(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
Skip parens and return the enclosed expression
SL - Static variable in class com.sun.tools.javac.tree.JCTree
 
SL_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
slash - Variable in class com.sun.tools.javac.util.Names
 
slashequals - Variable in class com.sun.tools.javac.util.Names
 
slot - Variable in class sun.tools.javap.LocVarData
 
snd - Variable in class com.sun.tools.javac.util.Pair
 
sort(List<ClassDoc>) - Method in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Sort the given mixed list of classes and interfaces to a list of classes followed by interfaces traversed.
sortDeprecatedLists() - Method in class com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
Sort the deprecated lists for class kinds, fields, methods and constructors.
sortedRegExpList - Variable in class com.sun.tools.doclets.internal.toolkit.util.Group
List of regular expressions sorted according to the length.
sortIndexMap() - Method in class com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Sort the index map.
Source - Enum in com.sun.tools.javac.code
The source language version accepted.
Source(String) - Constructor for enum com.sun.tools.javac.code.Source
 
source - Variable in class com.sun.tools.javac.code.Types
 
source - Variable in class com.sun.tools.javac.comp.Check
 
source - Variable in class com.sun.tools.javac.comp.Lower
 
source - Variable in class com.sun.tools.javac.jvm.ClassWriter
Source language version.
source - Variable in class com.sun.tools.javac.main.JavaCompiler
The language version.
source - Variable in class com.sun.tools.javac.parser.JavacParser
The Source language setting.
source - Variable in class com.sun.tools.javac.parser.ParserFactory
 
source - Variable in class com.sun.tools.javac.parser.Scanner.Factory
 
source - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Source level of the compile.
source - Variable in class com.sun.tools.javac.util.AbstractLog
The file that's currently being translated.
source - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
SOURCE - Variable in class com.sun.tools.javac.util.Names
 
source_cpx - Variable in class sun.tools.javap.ClassData
 
SOURCE_OUTPUT_DIR_NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The source output directory name
SOURCE_SEEN - Static variable in class com.sun.tools.javac.code.Flags
Flag is set for class symbols if a source file was found for this class.
sourceChar(char, StringBuffer) - Static method in class com.sun.tools.javadoc.FieldDocImpl
 
sourceCompleter - Variable in class com.sun.tools.javac.jvm.ClassReader
Can be reassigned from outside: the completer to be used for ".java" files.
SourceDebugExtension - Static variable in class com.sun.tools.classfile.Attribute
 
SourceDebugExtension_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.15.
SourceDebugExtension_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.SourceDebugExtension_attribute
 
SourceDebugExtension_attribute(ConstantPool, byte[]) - Constructor for class com.sun.tools.classfile.SourceDebugExtension_attribute
 
SourceDebugExtension_attribute(int, byte[]) - Constructor for class com.sun.tools.classfile.SourceDebugExtension_attribute
 
sourcefile - Variable in class com.sun.tools.apt.mirror.util.SourcePositionImpl
 
SourceFile - Static variable in class com.sun.tools.classfile.Attribute
 
sourcefile - Variable in class com.sun.tools.javac.code.Symbol.ClassSymbol
the sourcefile where the class came from
sourcefile - Variable in class com.sun.tools.javac.model.JavacSourcePosition
 
sourcefile - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
SourceFile - Variable in class com.sun.tools.javac.util.Names
 
SourceFile_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.10.
SourceFile_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.SourceFile_attribute
 
SourceFile_attribute(ConstantPool, int) - Constructor for class com.sun.tools.classfile.SourceFile_attribute
 
SourceFile_attribute(int, int) - Constructor for class com.sun.tools.classfile.SourceFile_attribute
 
sourcefile_index - Variable in class com.sun.tools.classfile.SourceFile_attribute
 
sourceFileNames - Variable in class com.sun.tools.apt.main.Main
The list of source files to process
sourceFileNames - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
sourceFilesCreated() - Method in interface com.sun.mirror.apt.RoundState
Returns true if new source files were created in this round of processing; returns false otherwise.
sourceFilesCreated - Variable in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
sourceFilesCreated() - Method in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
sourceForm(double, char) - Static method in class com.sun.tools.javadoc.FieldDocImpl
 
sourceForm(char) - Static method in class com.sun.tools.javadoc.FieldDocImpl
 
sourceForm(byte) - Static method in class com.sun.tools.javadoc.FieldDocImpl
 
sourceForm(String) - Static method in class com.sun.tools.javadoc.FieldDocImpl
 
SourceID - Static variable in class com.sun.tools.classfile.Attribute
 
SourceID - Variable in class com.sun.tools.javac.util.Names
 
SourceID_attribute - Class in com.sun.tools.classfile
This is NOT part of any API supported by Sun Microsystems.
SourceID_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.SourceID_attribute
 
SourceID_attribute(ConstantPool, int) - Constructor for class com.sun.tools.classfile.SourceID_attribute
 
SourceID_attribute(int, int) - Constructor for class com.sun.tools.classfile.SourceID_attribute
 
sourceID_index - Variable in class com.sun.tools.classfile.SourceID_attribute
 
sourceKey - Static variable in enum com.sun.tools.javac.code.Source
 
sourceMap - Variable in class com.sun.tools.javac.util.AbstractLog
A cache of lightweight DiagnosticSource objects.
sourceOrClass - Variable in class com.sun.tools.javac.file.JavacFileManager
 
SourceOrderDeclScanner - Class in com.sun.mirror.util
A visitor for declarations that scans declarations contained within the given declaration in source code order.
SourceOrderDeclScanner(DeclarationVisitor, DeclarationVisitor) - Constructor for class com.sun.mirror.util.SourceOrderDeclScanner
 
SourceOrderDeclScanner.SourceOrderComparator - Class in com.sun.mirror.util
 
SourceOrderDeclScanner.SourceOrderComparator() - Constructor for class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator
 
SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder - Class in com.sun.mirror.util
 
SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder() - Constructor for class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
sourceOutDir - Variable in class com.sun.tools.javac.file.JavacFileManager
The output directory, used when generating sources while processing annotations.
sourceOutput - Variable in class com.sun.tools.javac.main.JavaCompiler
Emit plain Java source files rather than class files.
sourceOutput - Variable in class com.sun.tools.javac.tree.Pretty
Set when we are producing source output.
sourcepath - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
Sourcepath from where to read the source files.
SourcePath - Class in com.sun.tools.doclets.internal.toolkit.util
This class is used to represent a source path which can contain only directories no zip files.
SourcePath(String) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.SourcePath
Build a source path from the specified path string on the command line.
SourcePath() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.SourcePath
Build a default source path from the path strings specified by the properties env.class.path.
sourcePath - Variable in class com.sun.tools.doclets.internal.toolkit.util.SourcePath
List of source path entries.
sourcePath() - Method in class com.sun.tools.javac.file.Paths
 
SourcePosition - Interface in com.sun.javadoc
This interface describes a source position: filename, line number, and column number.
SourcePosition - Interface in com.sun.mirror.util
Represents a position in a source file.
SourcePositionImpl - Class in com.sun.tools.apt.mirror.util
Implementation of SourcePosition
SourcePositionImpl(JavaFileObject, int, Position.LineMap) - Constructor for class com.sun.tools.apt.mirror.util.SourcePositionImpl
 
SourcePositionImpl - Class in com.sun.tools.javadoc
A source position: filename, line number, and column number.
SourcePositionImpl(FileObject, int, Position.LineMap) - Constructor for class com.sun.tools.javadoc.SourcePositionImpl
 
SourcePositions - Interface in com.sun.source.util
Provides methods to obtain the position of a Tree within a CompilationUnit.
sourceSearchPath - Variable in class com.sun.tools.javac.file.Paths
The actual effective locations searched for sources
sourceSearchPath() - Method in class com.sun.tools.javac.file.Paths
 
sourcesWithReportedWarnings - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
A set containing the names of the source files for which specific warnings have been generated -- i.e.
sourcetab - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The specified amount of space between tab stops.
SourceToHTMLConverter - Class in com.sun.tools.doclets.internal.toolkit.util
Converts Java Source Code to HTML.
SourceToHTMLConverter() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Source is converted to HTML using static methods below.
SourceVersion - Enum in javax.lang.model
Source versions of the Java™ programming language.
SourceVersion() - Constructor for enum javax.lang.model.SourceVersion
 
sp - Variable in class com.sun.tools.javac.parser.Scanner
 
space() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print "&nbsp;", non-breaking space.
spaces - Static variable in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors
 
spaces(int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Print the appropriate spaces to format the class tree in the class page.
spaces - Static variable in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
specifiedClasses() - Method in interface com.sun.javadoc.RootDoc
Return the classes and interfaces specified as source file names on the command line.
specifiedClasses() - Method in class com.sun.tools.javadoc.RootDocImpl
Classes and interfaces specified on the command line.
specifiedDeclCollection - Variable in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
specifiedPackages() - Method in interface com.sun.javadoc.RootDoc
Return the packages specified on the command line.
specifiedPackages - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
Set of packages given on command line.
specifiedPackages() - Method in class com.sun.tools.javadoc.RootDocImpl
Packages specified on the command line.
spectypedecls - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
split() - Method in class com.sun.tools.javac.comp.Flow
Split (duplicate) inits/uninits into WhenTrue/WhenFalse sets
splitindex - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
True if command line option "-splitindex" is used.
SplitIndexWriter - Class in com.sun.tools.doclets.formats.html
Generate Separate Index Files for all the member names with Indexing in Unicode Order.
SplitIndexWriter(ConfigurationImpl, String, String, String, IndexBuilder, int, int) - Constructor for class com.sun.tools.doclets.formats.html.SplitIndexWriter
Construct the SplitIndexWriter.
SR - Static variable in class com.sun.tools.javac.tree.JCTree
 
SR_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
stack - Variable in class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
stack - Variable in class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame
 
stack - Variable in class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame_extended
 
stack - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.FullFrame
 
stack - Variable in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameLocals1StackItemFrame
 
stack - Variable in class com.sun.tools.javac.jvm.Code.StackMapFrame
 
stack - Variable in class com.sun.tools.javac.jvm.Code.State
The (types of the) contents of the machine stack.
STACK - Static variable in interface sun.tools.javap.Constants
 
stack - Variable in class sun.tools.javap.StackMapData
 
stack - Variable in class sun.tools.javap.StackMapTableData.FullFrame
 
stack - Variable in class sun.tools.javap.StackMapTableData.SameLocals1StackItem
 
stackItem - Variable in class com.sun.tools.javac.jvm.Items
 
StackMap - Static variable in class com.sun.tools.classfile.Attribute
 
stackMap - Variable in class com.sun.tools.javac.jvm.Code
The stack map format to be generated.
stackMap - Variable in class com.sun.tools.javac.jvm.Gen
Format of stackmap tables to be generated.
StackMap - Variable in class com.sun.tools.javac.util.Names
 
stackMap - Variable in class sun.tools.javap.MethodData
 
StackMap_attribute - Class in com.sun.tools.classfile
This is NOT part of any API supported by Sun Microsystems.
StackMap_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.StackMap_attribute
 
StackMap_attribute(ConstantPool, StackMap_attribute.stack_map_frame[]) - Constructor for class com.sun.tools.classfile.StackMap_attribute
 
StackMap_attribute(int, StackMap_attribute.stack_map_frame[]) - Constructor for class com.sun.tools.classfile.StackMap_attribute
 
StackMap_attribute.stack_map_frame - Class in com.sun.tools.classfile
 
StackMap_attribute.stack_map_frame(ClassReader) - Constructor for class com.sun.tools.classfile.StackMap_attribute.stack_map_frame
 
stackMapBuffer - Variable in class com.sun.tools.javac.jvm.Code
A buffer of cldc stack map entries.
stackMapBufferSize - Variable in class com.sun.tools.javac.jvm.Code
 
StackMapData - Class in sun.tools.javap
 
StackMapData(int, int[], int[]) - Constructor for class sun.tools.javap.StackMapData
 
StackMapData(DataInputStream, MethodData) - Constructor for class sun.tools.javap.StackMapData
 
StackMapTable - Static variable in class com.sun.tools.classfile.Attribute
 
StackMapTable - Variable in class com.sun.tools.javac.util.Names
 
stackMapTable - Variable in class sun.tools.javap.MethodData
 
StackMapTable_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.4.
StackMapTable_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute
 
StackMapTable_attribute(ConstantPool, StackMapTable_attribute.stack_map_frame[]) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute
 
StackMapTable_attribute(int, StackMapTable_attribute.stack_map_frame[]) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute
 
StackMapTable_attribute.append_frame - Class in com.sun.tools.classfile
 
StackMapTable_attribute.append_frame(int, ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.append_frame
 
StackMapTable_attribute.chop_frame - Class in com.sun.tools.classfile
 
StackMapTable_attribute.chop_frame(int, ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.chop_frame
 
StackMapTable_attribute.full_frame - Class in com.sun.tools.classfile
 
StackMapTable_attribute.full_frame(int, ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.full_frame
 
StackMapTable_attribute.InvalidStackMap - Exception in com.sun.tools.classfile
 
StackMapTable_attribute.InvalidStackMap(String) - Constructor for exception com.sun.tools.classfile.StackMapTable_attribute.InvalidStackMap
 
StackMapTable_attribute.Object_variable_info - Class in com.sun.tools.classfile
 
StackMapTable_attribute.Object_variable_info(ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.Object_variable_info
 
StackMapTable_attribute.same_frame - Class in com.sun.tools.classfile
 
StackMapTable_attribute.same_frame(int) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.same_frame
 
StackMapTable_attribute.same_frame_extended - Class in com.sun.tools.classfile
 
StackMapTable_attribute.same_frame_extended(int, ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.same_frame_extended
 
StackMapTable_attribute.same_locals_1_stack_item_frame - Class in com.sun.tools.classfile
 
StackMapTable_attribute.same_locals_1_stack_item_frame(int, ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame
 
StackMapTable_attribute.same_locals_1_stack_item_frame_extended - Class in com.sun.tools.classfile
 
StackMapTable_attribute.same_locals_1_stack_item_frame_extended(int, ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.same_locals_1_stack_item_frame_extended
 
StackMapTable_attribute.stack_map_frame - Class in com.sun.tools.classfile
 
StackMapTable_attribute.stack_map_frame(int) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
 
StackMapTable_attribute.stack_map_frame.Visitor<R,P> - Interface in com.sun.tools.classfile
 
StackMapTable_attribute.Uninitialized_variable_info - Class in com.sun.tools.classfile
 
StackMapTable_attribute.Uninitialized_variable_info(ClassReader) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.Uninitialized_variable_info
 
StackMapTable_attribute.verification_type_info - Class in com.sun.tools.classfile
 
StackMapTable_attribute.verification_type_info(int) - Constructor for class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
stackMapTableBuffer - Variable in class com.sun.tools.javac.jvm.Code
A buffer of compressed StackMapTable entries.
StackMapTableData - Class in sun.tools.javap
 
StackMapTableData(int) - Constructor for class sun.tools.javap.StackMapTableData
 
StackMapTableData.AppendFrame - Class in sun.tools.javap
 
StackMapTableData.AppendFrame(int, int, int[]) - Constructor for class sun.tools.javap.StackMapTableData.AppendFrame
 
StackMapTableData.ChopFrame - Class in sun.tools.javap
 
StackMapTableData.ChopFrame(int, int) - Constructor for class sun.tools.javap.StackMapTableData.ChopFrame
 
StackMapTableData.FullFrame - Class in sun.tools.javap
 
StackMapTableData.FullFrame(int, int[], int[]) - Constructor for class sun.tools.javap.StackMapTableData.FullFrame
 
StackMapTableData.SameFrame - Class in sun.tools.javap
 
StackMapTableData.SameFrame(int, int) - Constructor for class sun.tools.javap.StackMapTableData.SameFrame
 
StackMapTableData.SameLocals1StackItem - Class in sun.tools.javap
 
StackMapTableData.SameLocals1StackItem(int, int, int[]) - Constructor for class sun.tools.javap.StackMapTableData.SameLocals1StackItem
 
stackMapWriter - Variable in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
stacksize - Variable in class com.sun.tools.javac.jvm.Code.State
The first stack position currently unused.
stagingTasks(Benchmark.Task<T>, Benchmark.Task<Code<? extends Benchmark.Task<T>>>) - Static method in class edu.rice.cs.mint.util.Benchmark
Given an unstaged Task and a staged Task>>, return an array of tasks to be executed by benchmark().
Standard - Class in com.sun.tools.doclets.standard
 
Standard() - Constructor for class com.sun.tools.doclets.standard.Standard
 
standardAttributes - Variable in class com.sun.tools.classfile.Attribute.Factory
 
standardDocletClassName - Static variable in class com.sun.tools.javadoc.Start
 
StandardFlags - Static variable in class com.sun.tools.javac.code.Flags
 
StandardJavaFileManager - Interface in javax.tools
File manager based on java.io.File.
StandardLocation - Enum in javax.tools
Standard locations of file objects.
StandardLocation() - Constructor for enum javax.tools.StandardLocation
 
standardmessage - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Unique Resource Handler for this package.
standardTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Keep track of standard tags.
standardTagsLowercase - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Keep track of standard tags in lowercase to compare for better error messages when a tag like @docRoot is mistakenly spelled lowercase @docroot.
starImportScope - Variable in class com.sun.tools.javac.tree.JCTree.JCCompilationUnit
 
start(RootDoc) - Static method in class com.sun.javadoc.Doclet
Generate documentation here.
start(RootDoc) - Static method in class com.sun.tools.doclets.formats.html.HtmlDoclet
The "start" method as required by Javadoc.
start(AbstractDoclet, RootDoc) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
The method that starts the execution of the doclet.
start(RootDoc) - Static method in class com.sun.tools.doclets.standard.Standard
 
start(RootDoc) - Method in class com.sun.tools.javadoc.DocletInvoker
Generate documentation here.
START - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
Start - Class in com.sun.tools.javadoc
Main program of Javadoc.
Start(String, PrintWriter, PrintWriter, PrintWriter, String) - Constructor for class com.sun.tools.javadoc.Start
 
Start(String, PrintWriter, PrintWriter, PrintWriter, String, ClassLoader) - Constructor for class com.sun.tools.javadoc.Start
 
Start(String, String) - Constructor for class com.sun.tools.javadoc.Start
 
Start(String, String, ClassLoader) - Constructor for class com.sun.tools.javadoc.Start
 
Start(String, ClassLoader) - Constructor for class com.sun.tools.javadoc.Start
 
Start(String) - Constructor for class com.sun.tools.javadoc.Start
 
Start(ClassLoader) - Constructor for class com.sun.tools.javadoc.Start
 
Start() - Constructor for class com.sun.tools.javadoc.Start
 
start(RootDoc) - Static method in class com.sun.tools.javah.MainDoclet
Entry point.
start - Static variable in class sun.tools.javap.JavapEnvironment
 
start_msec - Variable in class com.sun.tools.javac.main.JavaCompiler
 
start_pc - Variable in class com.sun.tools.classfile.CharacterRangeTable_attribute.Entry
 
start_pc - Variable in class com.sun.tools.classfile.Code_attribute.Exception_data
 
start_pc - Variable in class com.sun.tools.classfile.LineNumberTable_attribute.Entry
 
start_pc - Variable in class com.sun.tools.classfile.LocalVariableTable_attribute.Entry
 
start_pc - Variable in class com.sun.tools.classfile.LocalVariableTypeTable_attribute.Entry
 
start_pc - Variable in class com.sun.tools.javac.jvm.Code.LocalVar
 
start_pc - Variable in class sun.tools.javap.LineNumData
 
start_pc - Variable in class sun.tools.javap.LocVarData
 
start_pc - Variable in class sun.tools.javap.TrapData
 
started(TaskEvent) - Method in interface com.sun.source.util.TaskListener
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
startGeneration(RootDoc) - Method in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
Start the generation of files.
STARTLEVEL - Static variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
 
startPc - Variable in class com.sun.tools.javac.jvm.CRTable.CRTEntry
The starting code position of this entry.
startPos(JCTree) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
The start position of given tree.
startPos - Variable in class com.sun.tools.javac.jvm.CRTable.SourceRange
The starting source position.
startPosition - Variable in class com.sun.tools.javac.util.Position.LineMapImpl
 
startsWith(Name) - Method in class com.sun.tools.javac.util.Name
Does this name start with prefix?
stash(int) - Method in class com.sun.tools.javac.jvm.Items.AssignItem
 
stash(int) - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
stash(int) - Method in class com.sun.tools.javac.jvm.Items.IndexedItem
 
stash(int) - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to stash a copy of top of stack - of typecode toscode - under this item.
stash(int) - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
stash(int) - Method in class com.sun.tools.javac.jvm.Items.StackItem
 
STAT - Static variable in interface sun.tools.javap.Constants
 
statBegin(int) - Method in class com.sun.tools.javac.jvm.Code
Mark beginning of statement.
state - Variable in class com.sun.tools.javac.jvm.Code.Chain
The machine state after the jump instruction.
state - Variable in class com.sun.tools.javac.jvm.Code
The current machine state (registers and stack).
StatementTree - Interface in com.sun.source.tree
A tree node used as the base class for the different kinds of statements.
STATIC - Static variable in class com.sun.tools.javac.code.Flags
 
STATIC - Static variable in interface sun.tools.javap.Constants
 
staticAdjust(Declaration) - Static method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
STATICERR - Static variable in class com.sun.tools.javac.code.Kinds
 
staticImport - Variable in class com.sun.tools.javac.tree.JCTree.JCImport
 
staticImportAccessible(Symbol, Symbol.PackageSymbol) - Method in class com.sun.tools.javac.comp.MemberEnter
 
staticLevel - Variable in class com.sun.tools.javac.comp.AttrContext
The number of enclosing `static' modifiers.
stats - Variable in class com.sun.tools.javac.tree.JCTree.JCBlock
 
stats - Variable in class com.sun.tools.javac.tree.JCTree.JCCase
 
step - Variable in class com.sun.tools.javac.tree.JCTree.JCForLoop
 
stopIfError(Queue<T>) - Method in class com.sun.tools.javac.main.JavaCompiler
 
stopIfError(List<T>) - Method in class com.sun.tools.javac.main.JavaCompiler
 
store() - Method in class com.sun.tools.javac.jvm.Items.IndexedItem
 
store() - Method in class com.sun.tools.javac.jvm.Items.Item
Generate code to store top of stack into this item.
store() - Method in class com.sun.tools.javac.jvm.Items.LocalItem
 
store() - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
store() - Method in class com.sun.tools.javac.jvm.Items.StaticItem
 
storeEnd(JCTree, int) - Method in class com.sun.tools.javac.parser.EndPosParser
Store ending position for a tree.
storeEnd(JCTree, int) - Method in class com.sun.tools.javac.parser.JavacParser
Store ending position for a tree.
STRICT - Static variable in interface sun.tools.javap.Constants
 
STRICTFP - Static variable in class com.sun.tools.javac.code.Flags
 
strictWarning(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.Log
Report a warning that cannot be suppressed.
string2int(String, int) - Static method in class com.sun.tools.javac.util.Convert
Convert string to integer.
string2long(String, int) - Static method in class com.sun.tools.javac.util.Convert
Convert string to long integer.
string2utf(String) - Static method in class com.sun.tools.javac.util.Convert
Return string as an array of bytes in in Utf8 representation.
string_add - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Virtual instruction codes; used for constant folding.
string_index - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_String_info
 
stringBufferAppend - Variable in class com.sun.tools.javac.jvm.Gen
 
stringBufferType - Variable in class com.sun.tools.javac.code.Symtab
 
stringBufferType - Variable in class com.sun.tools.javac.jvm.Gen
 
stringBuilderType - Variable in class com.sun.tools.javac.code.Symtab
 
StringCode<T> - Class in edu.rice.cs.mint.runtime
 
StringCode(String, String, String) - Constructor for class edu.rice.cs.mint.runtime.StringCode
 
StringCodeCompiler - Class in edu.rice.cs.mint.runtime
 
StringCodeCompiler(Context) - Constructor for class edu.rice.cs.mint.runtime.StringCodeCompiler
 
StringCodeTest - Class in edu.rice.cs.mint.test
 
StringCodeTest() - Constructor for class edu.rice.cs.mint.test.StringCodeTest
 
stringCodeType - Variable in class com.sun.tools.javac.code.Symtab
 
StringJavaFileObject - Class in edu.rice.cs.mint.runtime
 
StringJavaFileObject(String, String) - Constructor for class edu.rice.cs.mint.runtime.StringJavaFileObject
 
StringMSPTree - Class in edu.rice.cs.mint.runtime.mspTree
 
StringMSPTree(String) - Constructor for class edu.rice.cs.mint.runtime.mspTree.StringMSPTree
 
stringMspTreeType - Variable in class com.sun.tools.javac.code.Symtab
 
StringTag(int) - Method in class sun.tools.javap.ClassData
 
stringType - Variable in class com.sun.tools.javac.code.Symtab
 
stringVal() - Method in interface com.sun.tools.javac.parser.Lexer
The value of a literal token, recorded as a string.
stringVal() - Method in class com.sun.tools.javac.parser.Scanner
The value of a literal token, recorded as a string.
STRINGVAL - Static variable in interface sun.tools.javap.Constants
 
stringValue() - Method in class com.sun.tools.javac.code.Type.BottomType
 
stringValue() - Method in class com.sun.tools.javac.code.Type
The constant value of this type, converted to String
stringValue(int) - Method in class com.sun.tools.javap.ConstantWriter
 
stringValue(ConstantPool.CPInfo) - Method in class com.sun.tools.javap.ConstantWriter
 
StringValue(int) - Method in class sun.tools.javap.ClassData
Returns string at that index.
stringValueVisitor - Variable in class com.sun.tools.javap.ConstantWriter
 
strong(String) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
strong() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <STRONG> tag.
strong(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print text passed, in strong format using <STRONG> and </STRONG> tags.
strongEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </STRONG> tag.
strongText(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
strongText(String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
strongText(String, String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
 
structSectionForClass(PrintWriter, ClassDoc, String) - Method in class com.sun.tools.javah.LLNI
 
strval(Name) - Method in class com.sun.tools.javac.parser.JavacParser
 
stubOutput - Variable in class com.sun.tools.javac.main.JavaCompiler
Emit stub source files rather than class files.
stubs - Static variable in class com.sun.tools.javah.MainDoclet
 
styleName - Variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
String style of text defined in style sheet.
stylesheetfile - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-stylesheetfile".
StylesheetWriter - Class in com.sun.tools.doclets.formats.html
Writes the style sheet for the doclet output.
StylesheetWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.StylesheetWriter
Constructor.
SUB - Static variable in interface sun.tools.javap.Constants
 
subAnnotationTypes - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
 
subclasses - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Mapping for each Class with their SubClasses
subclasses(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the sub-class list for the class passed.
subclasses(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Return all subclasses of a class AND fill-in classToSubclass map.
subclassOf(ClassDoc) - Method in interface com.sun.javadoc.ClassDoc
Test whether this class is a subclass of the specified class.
subclassOf(ClassDoc) - Method in class com.sun.tools.javadoc.ClassDocImpl
Test whether this class is a subclass of the specified class.
subdiagnostics - Variable in class com.sun.tools.javac.util.JCDiagnostic.MultilineDiagnostic
 
subEnums - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
 
subinterfaces - Variable in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Mapping for each Interface with their SubInterfaces
subinterfaces(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the sub-interface list for the interface passed.
subinterfaces(ClassDoc) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
Return all subinterfaces of an interface AND fill-in classToSubinterface map.
subList(int, int) - Method in class com.sun.tools.javac.util.List
 
subName(int, int) - Method in class com.sun.tools.javac.util.Name
Returns the sub-name starting at position start, up to and excluding position end.
subs(ClassDoc, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.ClassTree
Return the sub-class/interface list for the class/interface passed.
subSequence(int, int) - Method in class com.sun.tools.javac.util.Name
 
subset(Type, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Is given type a subtype of some of the types in given list?
subst(List<Type>, List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
 
subst(Type, List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
Substitute all occurrences of a type in `from' with the corresponding type in `to' in 't'.
subst(Type) - Method in class com.sun.tools.javac.code.Types.Subst
 
subst(List<Type>) - Method in class com.sun.tools.javac.code.Types.Subst
 
substBound(Type.TypeVar, List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
 
substBounds(List<Type>, List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
 
substList(Type, List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Attr
 
SubWriterHolderWriter - Class in com.sun.tools.doclets.formats.html
This abstract class exists to provide functionality needed in the the formatting of member information.
SubWriterHolderWriter(ConfigurationImpl, String) - Constructor for class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
SubWriterHolderWriter(ConfigurationImpl, String, String, String) - Constructor for class com.sun.tools.doclets.formats.html.SubWriterHolderWriter
 
summaryRow(int) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the summary table row cell attribute width.
summaryRowEnd() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the summary table row cell end tag.
sun.tools.javap - package sun.tools.javap
 
sunboot - Static variable in class sun.tools.javap.JavapEnvironment
 
sup() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <SUP> tag.
supEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </SUP> tag.
Super(Type, Symbol.TypeSymbol) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a tree representing `super', given its type and owner.
SUPER - Static variable in interface sun.tools.javap.Constants
 
super_class - Variable in class com.sun.tools.classfile.ClassFile
 
super_class - Variable in class sun.tools.javap.ClassData
 
superBounds() - Method in interface com.sun.javadoc.WildcardType
Return the lower bounds of this wildcard type argument as given by the super clause.
superBounds() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
Return the lower bounds of this wildcard type argument as given by the super clause.
SuperCall(TreeMaker, List<Type>, List<JCTree.JCVariableDecl>, boolean) - Method in class com.sun.tools.javac.comp.MemberEnter
Generate call to superclass constructor.
superclass() - Method in interface com.sun.javadoc.ClassDoc
Return the superclass of this class.
superclass() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the superclass of this class
superclassname - Variable in class sun.tools.javap.ClassData
 
superclassType() - Method in interface com.sun.javadoc.ClassDoc
Return the superclass of this class.
superclassType() - Method in interface com.sun.javadoc.ParameterizedType
Return the class type that is a direct supertype of this one.
superclassType - Variable in class com.sun.tools.classfile.Type.ClassSigType
 
superclassType() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the superclass of this class.
superclassType() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
Return the class type that is a direct supertype of this one.
superClosure(Type, Type) - Method in class com.sun.tools.javac.code.Types
 
superinterfaceTypes - Variable in class com.sun.tools.classfile.Type.ClassSigType
 
superItem - Variable in class com.sun.tools.javac.jvm.Items
 
superSuffix(List<JCTree.JCExpression>, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
SuperSuffix = Arguments | "." [TypeArguments] Ident [Arguments]
supertype - Variable in class com.sun.tools.javac.code.Types
 
supertype(Type) - Method in class com.sun.tools.javac.code.Types
 
supertype_field - Variable in class com.sun.tools.javac.code.Type.ClassType
The supertype of this class (to be set once class is loaded).
supportedAnnotationPatterns - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
 
supportedAnnotations - Static variable in class com.sun.tools.apt.comp.BootstrapAPF
 
supportedAnnotationTypes() - Method in interface com.sun.mirror.apt.AnnotationProcessorFactory
Returns the names of the annotation types supported by this factory.
supportedAnnotationTypes() - Method in class com.sun.tools.apt.comp.BootstrapAPF
 
SupportedAnnotationTypes - Annotation Type in javax.annotation.processing
An annotation used to indicate what annotation types an annotation processor supports.
supportedOptionNames - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ProcessorState
 
supportedOptions() - Method in interface com.sun.mirror.apt.AnnotationProcessorFactory
Returns the options recognized by this factory or by any of the processors it may create.
supportedOptions - Static variable in class com.sun.tools.apt.comp.BootstrapAPF
 
supportedOptions() - Method in class com.sun.tools.apt.comp.BootstrapAPF
 
SupportedOptions - Annotation Type in javax.annotation.processing
An annotation used to indicate what options an annotation processor supports.
SupportedSourceVersion - Annotation Type in javax.annotation.processing
An annotation used to indicate the latest source version an annotation processor supports.
suppress(Lint.LintCategory) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
suppressedValues - Variable in class com.sun.tools.javac.code.Lint
 
suppressFlush - Variable in class com.sun.tools.javac.jvm.ClassReader
 
suppressWarningsType - Variable in class com.sun.tools.javac.code.Symtab
 
surrogatesSupported - Static variable in class com.sun.tools.javac.parser.Scanner
Are surrogates supported?
surrogatesSupported() - Static method in class com.sun.tools.javac.parser.Scanner
 
surrogatesSupported - Static variable in class com.sun.tools.javadoc.JavadocTool
Are surrogates supported?
surrogatesSupported() - Static method in class com.sun.tools.javadoc.JavadocTool
 
swap - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
Switch(JCTree.JCExpression, List<JCTree.JCCase>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
SWITCH - Static variable in class com.sun.tools.javac.tree.JCTree
Switch statements, of type Switch.
Switch(JCTree.JCExpression, List<JCTree.JCCase>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
SWITCH - Static variable in interface sun.tools.javap.Constants
 
switchBlockStatementGroups() - Method in class com.sun.tools.javac.parser.JavacParser
SwitchBlockStatementGroups = { SwitchBlockStatementGroup } SwitchBlockStatementGroup = SwitchLabel BlockStatements SwitchLabel = CASE ConstantExpression ":" | DEFAULT ":"
SwitchTree - Interface in com.sun.source.tree
A tree node for a 'switch' statement.
sym - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
 
sym - Variable in class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl
 
sym - Variable in class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
 
sym - Variable in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
 
sym - Variable in class com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
 
sym - Variable in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
 
sym - Variable in class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
 
sym - Variable in class com.sun.tools.javac.code.Scope.Entry
The referenced symbol.
sym - Variable in exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
sym - Variable in class com.sun.tools.javac.comp.Resolve.ResolveError
The symbol that was determined by resolution, or errSymbol if none was found.
sym - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationCompleter
 
sym - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationDefaultCompleter
 
sym - Variable in class com.sun.tools.javac.jvm.Code.LocalVar
 
sym - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
sym - Variable in class com.sun.tools.javac.tree.JCTree.JCFieldAccess
 
sym - Variable in class com.sun.tools.javac.tree.JCTree.JCIdent
 
sym - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
sym - Variable in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
sym - Variable in class com.sun.tools.javadoc.ExecutableMemberDocImpl
 
sym - Variable in class com.sun.tools.javadoc.FieldDocImpl
 
sym - Variable in class com.sun.tools.javadoc.PackageDocImpl
 
sym - Variable in class com.sun.tools.javadoc.ParameterImpl
 
sym - Variable in class com.sun.tools.javadoc.ProgramElementDocImpl
 
sym1 - Variable in class com.sun.tools.javac.comp.Resolve.AmbiguityError
 
sym2 - Variable in class com.sun.tools.javac.comp.Resolve.AmbiguityError
 
Symbol - Class in com.sun.tools.javac.code
Root class for Java symbols.
Symbol(int, long, Name, Type, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol
Construct a symbol with given kind, flags, name, type and owner.
symbol(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
If this tree is an identifier or a field, return its symbol, otherwise return null.
Symbol.ClassSymbol - Class in com.sun.tools.javac.code
A class for class symbols
Symbol.ClassSymbol(long, Name, Type, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.ClassSymbol
 
Symbol.ClassSymbol(long, Name, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.ClassSymbol
 
Symbol.Completer - Interface in com.sun.tools.javac.code
Symbol completer interface.
Symbol.CompletionFailure - Exception in com.sun.tools.javac.code
 
Symbol.CompletionFailure(Symbol, String) - Constructor for exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
Symbol.CompletionFailure(Symbol, JCDiagnostic) - Constructor for exception com.sun.tools.javac.code.Symbol.CompletionFailure
 
Symbol.DelegatedSymbol - Class in com.sun.tools.javac.code
 
Symbol.DelegatedSymbol(Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
Symbol.Level - Class in com.sun.tools.javac.code
 
Symbol.Level() - Constructor for class com.sun.tools.javac.code.Symbol.Level
 
Symbol.Level(int) - Constructor for class com.sun.tools.javac.code.Symbol.Level
 
Symbol.Level(Symbol.Level) - Constructor for class com.sun.tools.javac.code.Symbol.Level
 
Symbol.MethodSymbol - Class in com.sun.tools.javac.code
A class for method symbols.
Symbol.MethodSymbol(long, Name, Type, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.MethodSymbol
Construct a method symbol, given its flags, name, type and owner.
Symbol.OperatorSymbol - Class in com.sun.tools.javac.code
A class for predefined operators.
Symbol.OperatorSymbol(Name, Type, int, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.OperatorSymbol
 
Symbol.PackageSymbol - Class in com.sun.tools.javac.code
A class for package symbols
Symbol.PackageSymbol(Name, Type, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.PackageSymbol
 
Symbol.PackageSymbol(Name, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.PackageSymbol
 
Symbol.TypeSymbol - Class in com.sun.tools.javac.code
A class for type symbols.
Symbol.TypeSymbol(long, Name, Type, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.TypeSymbol
 
Symbol.VarSymbol - Class in com.sun.tools.javac.code
A class for variable symbols
Symbol.VarSymbol(long, Name, Type, Symbol) - Constructor for class com.sun.tools.javac.code.Symbol.VarSymbol
Construct a variable symbol, given its flags, name, type and owner.
Symbol.Visitor<R,P> - Interface in com.sun.tools.javac.code
A visitor for symbols.
SymbolArchive - Class in com.sun.tools.javac.file
 
SymbolArchive(JavacFileManager, File, ZipFile, RelativePath.RelativeDirectory) - Constructor for class com.sun.tools.javac.file.SymbolArchive
 
SymbolArchive.SymbolFileObject - Class in com.sun.tools.javac.file
A subclass of JavaFileObject representing zip entries in a symbol file.
SymbolArchive.SymbolFileObject(SymbolArchive, String, ZipEntry) - Constructor for class com.sun.tools.javac.file.SymbolArchive.SymbolFileObject
 
symbolFileLocation - Static variable in class com.sun.tools.javac.file.JavacFileManager
 
symbolFilePrefix - Static variable in class com.sun.tools.javac.file.JavacFileManager
 
symbolFilePrefix - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
symbolFilePrefixLength - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
symbolFor(JCTree) - Static method in class com.sun.tools.javac.tree.TreeInfo
 
symbolPrinter - Variable in class com.sun.tools.javac.code.Types
 
syms - Variable in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
syms - Variable in class com.sun.tools.javac.code.Types
 
syms - Variable in class com.sun.tools.javac.comp.Annotate
 
syms - Variable in class com.sun.tools.javac.comp.Attr
 
syms - Variable in class com.sun.tools.javac.comp.Check
 
syms - Variable in class com.sun.tools.javac.comp.ConstFold
 
syms - Variable in class com.sun.tools.javac.comp.Enter
 
syms - Variable in class com.sun.tools.javac.comp.Flow
 
syms - Variable in class com.sun.tools.javac.comp.Infer
 
syms - Variable in class com.sun.tools.javac.comp.Lower
 
syms - Variable in class com.sun.tools.javac.comp.MemberEnter
 
syms - Variable in class com.sun.tools.javac.comp.Resolve
 
syms - Variable in class com.sun.tools.javac.comp.TransTypes
 
syms - Variable in class com.sun.tools.javac.jvm.ClassReader
The symbol table.
syms - Variable in class com.sun.tools.javac.jvm.ClassWriter
 
syms - Variable in class com.sun.tools.javac.jvm.Code
 
syms - Variable in class com.sun.tools.javac.jvm.Gen
 
syms - Variable in class com.sun.tools.javac.jvm.Items
The current symbol table.
syms - Variable in class com.sun.tools.javac.main.JavaCompiler
The symbol table.
syms - Variable in class com.sun.tools.javac.model.JavacElements
 
syms - Variable in class com.sun.tools.javac.model.JavacTypes
 
syms - Variable in class com.sun.tools.javac.tree.TreeMaker
The current symbol table.
syms - Variable in class com.sun.tools.javadoc.DocEnv
Predefined symbols known to the compiler.
syms - Variable in class edu.rice.cs.mint.comp.TransStaging
 
symtab - Variable in class com.sun.tools.apt.mirror.AptEnv
 
Symtab - Class in com.sun.tools.javac.code
A class that defines all predefined constants and operators as well as special classes such as java.lang.Object, which need to be known to the compiler.
Symtab(Context) - Constructor for class com.sun.tools.javac.code.Symtab
Constructor; enters all predefined identifiers and operators into symbol table.
symtabKey - Static variable in class com.sun.tools.javac.code.Symtab
The context key for the symbol table.
SYNCHRONIZED - Static variable in class com.sun.tools.javac.code.Flags
 
Synchronized(JCTree.JCExpression, JCTree.JCBlock) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
SYNCHRONIZED - Static variable in class com.sun.tools.javac.tree.JCTree
Synchronized statements, of type Synchonized.
Synchronized(JCTree.JCExpression, JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.TreeMaker
 
SYNCHRONIZED - Static variable in interface sun.tools.javap.Constants
 
SynchronizedTree - Interface in com.sun.source.tree
A tree node for a 'synchronized' statement.
syntaxError(int, String, Token...) - Method in class com.sun.tools.javac.parser.JavacParser
 
syntaxError(int, List<JCTree>, String, Token...) - Method in class com.sun.tools.javac.parser.JavacParser
 
syntaxError(String) - Method in class com.sun.tools.javac.parser.JavacParser
Generate a syntax error at current position unless one was already reported at the same position.
syntaxError(String, Token) - Method in class com.sun.tools.javac.parser.JavacParser
Generate a syntax error at current position unless one was already reported at the same position.
synthesizeBoxTypeIfMissing(Type) - Method in class com.sun.tools.javac.code.Symtab
 
synthesizeEmptyInterfaceIfMissing(Type) - Method in class com.sun.tools.javac.code.Symtab
 
Synthetic - Static variable in class com.sun.tools.classfile.Attribute
 
SYNTHETIC - Static variable in class com.sun.tools.javac.code.Flags
 
Synthetic - Variable in class com.sun.tools.javac.util.Names
 
SYNTHETIC - Static variable in interface sun.tools.javap.Constants
 
Synthetic_attribute - Class in com.sun.tools.classfile
See JVMS3, section 4.8.8.
Synthetic_attribute(ClassReader, int, int) - Constructor for class com.sun.tools.classfile.Synthetic_attribute
 
Synthetic_attribute(ConstantPool) - Constructor for class com.sun.tools.classfile.Synthetic_attribute
 
Synthetic_attribute(int) - Constructor for class com.sun.tools.classfile.Synthetic_attribute
 
syntheticNameChar() - Method in enum com.sun.tools.javac.jvm.Target
Return the character to be used in constructing synthetic identifiers, where not specified by the JLS.
sysInfo - Variable in class com.sun.tools.javap.Options
 
systemArraycopyMethod - Variable in class com.sun.tools.javac.comp.Lower
 
systemType - Variable in class com.sun.tools.javac.code.Symtab
 

T

t - Variable in class com.sun.tools.javac.code.Types.SingletonType
 
T - Variable in class com.sun.tools.javac.util.Names
 
t1 - Variable in class com.sun.tools.javac.code.Types.TypePair
 
t2 - Variable in class com.sun.tools.javac.code.Types.TypePair
 
T_BOOLEAN - Static variable in class com.sun.tools.classfile.OpCodes
 
T_BOOLEAN - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_BYTE - Static variable in class com.sun.tools.classfile.OpCodes
 
T_BYTE - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_CHAR - Static variable in class com.sun.tools.classfile.OpCodes
 
T_CHAR - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_CLASS - Static variable in class com.sun.tools.classfile.OpCodes
 
T_CLASS - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_DOUBLE - Static variable in class com.sun.tools.classfile.OpCodes
 
T_DOUBLE - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_FLOAT - Static variable in class com.sun.tools.classfile.OpCodes
 
T_FLOAT - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_INT - Static variable in class com.sun.tools.classfile.OpCodes
 
T_INT - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_LONG - Static variable in class com.sun.tools.classfile.OpCodes
 
T_LONG - Static variable in interface sun.tools.javap.RuntimeConstants
 
T_SHORT - Static variable in class com.sun.tools.classfile.OpCodes
 
T_SHORT - Static variable in interface sun.tools.javap.RuntimeConstants
 
tab - Static variable in enum com.sun.tools.javac.code.Source
 
tab - Static variable in enum com.sun.tools.javac.jvm.Target
 
TAB - Static variable in interface com.sun.tools.javac.util.LayoutCharacters
Tabulator character.
TabInc - Static variable in interface com.sun.tools.javac.util.LayoutCharacters
Tabulator column increment.
table(int, String, int, int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print HTML <TABLE BORDER="border" WIDTH="width" CELLPADDING="cellpadding" CELLSPACING="cellspacing"> tag.
table(int, int, int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print HTML <TABLE BORDER="border" CELLPADDING="cellpadding" CELLSPACING="cellspacing"> tag.
table(int, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print HTML <TABLE BORDER="border" WIDTH="width">
table() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print the HTML table tag with border size 0 and width 100%.
table - Variable in class com.sun.tools.javac.code.Scope
A hash table for the scope's entries.
table - Variable in class com.sun.tools.javac.util.Name
 
table - Variable in class com.sun.tools.javac.util.Names
 
tableEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </TABLE> tag.
tableFooter(boolean) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
 
tableFooter() - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
 
tableHeader() - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
 
tableHeaderEnd() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print table header end tags for font, column and row.
tableHeaderStart(String, int) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Prine table header information about color, column span and the font.
tableHeaderStart(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print table header with the background color with default column span 2.
tableHeaderStart(int) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print table header with the column span, with the default color #CCCCFF.
tableHeaderStart() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print table header with default column span 2 and default color #CCCCFF.
tableIndexDetail() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Same as HtmlDocletWriter.tableIndexSummary().
tableIndexSummary() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print the Html table tag for the index summary tables.
tableInheritedHeaderEnd() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print table header end tags in inherited tables for column and row.
tableInheritedHeaderStart(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print table header for the inherited members summary tables.
Tables - Class in sun.tools.javap
 
Tables() - Constructor for class sun.tools.javap.Tables
 
tableswitch - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
tableUseInfoHeaderStart(String) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print "Use" table header.
tabMap - Variable in class com.sun.tools.javac.util.Position.LineTabMapImpl
 
Tag - Interface in com.sun.javadoc
Represents a simple documentation tag, such as @since, @author, @version.
tag - Variable in class com.sun.tools.classfile.Annotation.element_value
 
tag - Variable in class com.sun.tools.classfile.ConstantPool.CPRefInfo
 
tag - Variable in exception com.sun.tools.classfile.ConstantPool.InvalidEntry
 
tag - Variable in class com.sun.tools.classfile.StackMapTable_attribute.verification_type_info
 
tag - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
The tag to retrieve documentation for.
tag - Variable in class com.sun.tools.javac.code.Type
The tag of this type.
TaggedMethodFinder - Class in com.sun.tools.doclets.internal.toolkit.util
Find a tagged method.
TaggedMethodFinder() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.TaggedMethodFinder
 
tagId - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
The id of the tag to retrieve documentation for.
TagImpl - Class in com.sun.tools.javadoc
Represents a documentation tag, e.g.
TagImpl(DocImpl, String, String) - Constructor for class com.sun.tools.javadoc.TagImpl
Constructor
Taglet - Interface in com.sun.tools.doclets.internal.toolkit.taglets
The interface for a custom tag used by Doclets.
taglet - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Input
The taglet to search for documentation on behalf of.
Taglet - Interface in com.sun.tools.doclets
The interface for a custom tag used by Doclets.
tagletManager - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The taglet manager.
TagletManager - Class in com.sun.tools.doclets.internal.toolkit.taglets
Manages theTaglets used by doclets.
TagletManager(boolean, boolean, boolean, MessageRetriever) - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
Construct a new TagletManager.
TagletOutput - Interface in com.sun.tools.doclets.internal.toolkit.taglets
The interface for taglet output.
TagletOutputImpl - Class in com.sun.tools.doclets.formats.html
The output for HTML taglets.
TagletOutputImpl(String) - Constructor for class com.sun.tools.doclets.formats.html.TagletOutputImpl
 
tagletpath - Variable in class com.sun.tools.doclets.internal.toolkit.Configuration
The path to Taglets
TagletWriter - Class in com.sun.tools.doclets.internal.toolkit.taglets
The interface for the taglet writer.
TagletWriter() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
 
TagletWriterImpl - Class in com.sun.tools.doclets.formats.html
The taglet writer that writes HTML.
TagletWriterImpl(HtmlDocletWriter, boolean) - Constructor for class com.sun.tools.doclets.formats.html.TagletWriterImpl
 
tagList - Variable in class com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
When automatically inheriting throws tags, you sometime must inherit more than one tag.
tagList - Variable in class com.sun.tools.javadoc.Comment
sorted comments with different tags.
tagName - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The name of this tag.
tagName(int) - Method in class com.sun.tools.javap.ConstantWriter
 
tagName(int) - Static method in class sun.tools.javap.Tables
 
tagNames - Static variable in class sun.tools.javap.Tables
Define tag table.
tags() - Method in interface com.sun.javadoc.Doc
Return all tags in this Doc item.
tags(String) - Method in interface com.sun.javadoc.Doc
Return tags of the specified kind in this Doc item.
tags() - Method in class com.sun.tools.javadoc.Comment
Return all tags in this comment.
tags(String) - Method in class com.sun.tools.javadoc.Comment
Return tags of the specified kind in this comment.
tags() - Method in class com.sun.tools.javadoc.DocImpl
Return all tags in this Doc item.
tags(String) - Method in class com.sun.tools.javadoc.DocImpl
Return tags of the specified kind in this Doc item.
tags - Variable in class sun.tools.javap.ClassData
 
Tags - Static variable in class sun.tools.javap.Tables
 
TagString(int) - Method in class sun.tools.javap.ClassData
 
tagToKind(int) - Static method in class com.sun.tools.javac.tree.TreeInfo
 
tagValue(String) - Static method in class sun.tools.javap.Tables
 
tail - Variable in class com.sun.tools.javac.util.List
The remainder of the list except for its first element, supposed to be immutable.
target - Variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The valueof the target.
target - Variable in class com.sun.tools.javac.code.Symtab
 
target - Variable in class com.sun.tools.javac.comp.Attr
 
target - Variable in class com.sun.tools.javac.comp.Check
 
target - Variable in class com.sun.tools.javac.comp.Lower
 
target - Variable in class com.sun.tools.javac.comp.MemberEnter
 
target - Variable in class com.sun.tools.javac.jvm.ClassWriter
Target class version.
target - Variable in class com.sun.tools.javac.jvm.Gen
 
Target - Enum in com.sun.tools.javac.jvm
The classfile version target.
Target(String, int, int) - Constructor for enum com.sun.tools.javac.jvm.Target
 
target - Variable in class com.sun.tools.javac.tree.JCTree.JCBreak
 
target - Variable in class com.sun.tools.javac.tree.JCTree.JCContinue
 
target - Variable in class edu.rice.cs.mint.comp.TransStaging
 
targetKey - Static variable in enum com.sun.tools.javac.jvm.Target
 
task_locale - Variable in class com.sun.tools.javap.JavapTask
 
TaskEvent - Class in com.sun.source.util
Provides details about work that has been done by the Sun Java Compiler, javac.
TaskEvent(TaskEvent.Kind) - Constructor for class com.sun.source.util.TaskEvent
 
TaskEvent(TaskEvent.Kind, JavaFileObject) - Constructor for class com.sun.source.util.TaskEvent
 
TaskEvent(TaskEvent.Kind, CompilationUnitTree) - Constructor for class com.sun.source.util.TaskEvent
 
TaskEvent(TaskEvent.Kind, CompilationUnitTree, TypeElement) - Constructor for class com.sun.source.util.TaskEvent
 
TaskEvent(TaskEvent.Kind, JavaFileObject, CompilationUnitTree, TypeElement) - Constructor for class com.sun.source.util.TaskEvent
 
TaskEvent.Kind - Enum in com.sun.source.util
Kind of task event.
TaskEvent.Kind() - Constructor for enum com.sun.source.util.TaskEvent.Kind
 
TaskListener - Interface in com.sun.source.util
Provides a listener to monitor the activity of the Sun Java Compiler, javac.
taskListener - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
taskListener - Variable in class com.sun.tools.javac.main.JavaCompiler
Optional listener for progress events
TC_ARRAY - Static variable in interface sun.tools.javap.Constants
 
TC_BOOLEAN - Static variable in interface sun.tools.javap.Constants
 
TC_BYTE - Static variable in interface sun.tools.javap.Constants
 
TC_CHAR - Static variable in interface sun.tools.javap.Constants
 
TC_CLASS - Static variable in interface sun.tools.javap.Constants
 
TC_DOUBLE - Static variable in interface sun.tools.javap.Constants
 
TC_ERROR - Static variable in interface sun.tools.javap.Constants
 
TC_FLOAT - Static variable in interface sun.tools.javap.Constants
 
TC_INT - Static variable in interface sun.tools.javap.Constants
 
TC_LONG - Static variable in interface sun.tools.javap.Constants
 
TC_METHOD - Static variable in interface sun.tools.javap.Constants
 
TC_NULL - Static variable in interface sun.tools.javap.Constants
 
TC_SHORT - Static variable in interface sun.tools.javap.Constants
 
TC_VOID - Static variable in interface sun.tools.javap.Constants
 
td() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD> tag.
tdAlign(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD ALIGN="align"> tag.
tdAlignRowspan(String, int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD ALIGN="align" ROWSPAN=rowspan> tag.
tdAlignVAlign(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD ALIGN="align" VALIGN="valign"> tag.
tdAlignVAlignRowspan(String, String, int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD ALIGN="align" VALIGN="valign" ROWSPAN=rowspan> tag.
tdBgcolorStyle(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD BGCOLOR="color" CLASS="stylename"> tag.
tdColspan(int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD COLSPAN=i> tag.
tdColspanBgcolorStyle(int, String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD COLSPAN=i BGCOLOR="color" CLASS="stylename"> tag.
tdEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </TD> tag.
tdIndex() - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Print Html tag for table elements.
tdNowrap() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD NOWRAP> tag.
tdVAlign(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD VALIGN="valign"> tag.
tdVAlignClass(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD ALIGN="align" CLASS="stylename"> tag.
tdWidth(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TD WIDTH="width"> tag.
term(int) - Method in class com.sun.tools.javac.parser.JavacParser
 
term() - Method in class com.sun.tools.javac.parser.JavacParser
Expression = Expression1 [ExpressionRest] ExpressionRest = [AssignmentOperator Expression1] AssignmentOperator = "=" | "+=" | "-=" | "*=" | "/=" | "&=" | "|=" | "^=" | "%=" | "<<=" | ">>=" | ">>>=" Type = Type1 TypeNoParams = TypeNoParams1 StatementExpression = Expression ConstantExpression = Expression
term1() - Method in class com.sun.tools.javac.parser.JavacParser
Expression1 = Expression2 [Expression1Rest] Type1 = Type2 TypeNoParams1 = TypeNoParams2
term1Rest(JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
Expression1Rest = ["?" Expression ":" Expression1]
term2() - Method in class com.sun.tools.javac.parser.JavacParser
Expression2 = Expression3 [Expression2Rest] Type2 = Type3 TypeNoParams2 = TypeNoParams3
term2Rest(JCTree.JCExpression, int) - Method in class com.sun.tools.javac.parser.JavacParser
 
term3() - Method in class com.sun.tools.javac.parser.JavacParser
Expression3 = PrefixOp Expression3 | "(" Expr | TypeNoParams ")" Expression3 | Primary {Selector} {PostfixOp} mgr: added let expression | LET VarDecls IN Expression emw4: staging additions // * | "<|" Statement | Expression "|>" | "<|" { BlockStatements } | Expression "|>" | "`" Expression Primary = "(" Expression ")" | Literal | [TypeArguments] THIS [Arguments] | [TypeArguments] SUPER SuperSuffix | NEW [TypeArguments] Creator | Ident { "." Ident } [ "[" ( "]" BracketsOpt "." CLASS | Expression "]" ) | Arguments | "." ( CLASS | THIS | [TypeArguments] SUPER Arguments | NEW [TypeArguments] InnerCreator ) ] | BasicType BracketsOpt "." CLASS PrefixOp = "++" | "--" | "!" | "~" | "+" | "-" PostfixOp = "++" | "--" Type3 = Ident { "." Ident } [TypeArguments] {TypeSelector} BracketsOpt | BasicType TypeNoParams3 = Ident { "." Ident } BracketsOpt Selector = "." [TypeArguments] Ident [Arguments] | "." THIS | "." [TypeArguments] SUPER SuperSuffix | "." NEW [TypeArguments] InnerCreator | "[" Expression "]" TypeSelector = "." Ident [TypeArguments] SuperSuffix = Arguments | "." Ident [Arguments]
termRest(JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
 
testName(String, boolean, boolean) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
text() - Method in interface com.sun.javadoc.Tag
Return the text of this tag, that is, portion beyond tag name.
text - Variable in class com.sun.tools.doclets.internal.toolkit.util.TextTag
 
text() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
Return the text of this tag, that is, portion beyond tag name.
text - Variable in class com.sun.tools.javadoc.Comment
text minus any tags.
text - Variable in class com.sun.tools.javadoc.TagImpl
 
text() - Method in class com.sun.tools.javadoc.TagImpl
Return the text of this tag, that is, portion beyond tag name.
TextTag - Class in com.sun.tools.doclets.internal.toolkit.util
A tag that holds nothing but plain text.
TextTag(Doc, String) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.TextTag
Constructor
textToString(String) - Static method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
thAlign(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TH ALIGN="align"> tag.
thAlignColspan(String, int) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TH align="align" COLSPAN=i> tag.
thAlignNowrap(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TH align="align" NOWRAP> tag.
thEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </TH> tag.
thenpart - Variable in class com.sun.tools.javac.tree.JCTree.JCIf
 
This(Type) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a tree representing `this', given its type.
THIS - Static variable in interface sun.tools.javap.Constants
 
this_class - Variable in class com.sun.tools.classfile.ClassFile
 
this_class - Variable in class sun.tools.javap.ClassData
 
thisItem - Variable in class com.sun.tools.javac.jvm.Items
 
thisSym(JCDiagnostic.DiagnosticPosition, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr
The current `this' symbol.
Throw(JCTree) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
THROW - Static variable in class com.sun.tools.javac.tree.JCTree
Throw statements, of type Throw.
Throw(JCTree) - Method in class com.sun.tools.javac.tree.TreeMaker
 
THROW - Static variable in interface sun.tools.javap.Constants
 
throwableType - Variable in class com.sun.tools.javac.code.Symtab
 
thrown - Variable in class com.sun.tools.javac.code.Type.MethodType
 
thrown - Variable in class com.sun.tools.javac.comp.Flow.PendingExit
 
thrown - Variable in class com.sun.tools.javac.comp.Flow
The list of possibly thrown declarable exceptions.
thrown - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
thrownExceptions() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return exceptions this method or constructor throws.
thrownExceptions() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return exceptions this method or constructor throws.
thrownExceptionTypes() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return exceptions this method or constructor throws.
thrownExceptionTypes() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return exceptions this method or constructor throws.
THROWS - Static variable in interface sun.tools.javap.Constants
 
ThrowsTag - Interface in com.sun.javadoc
Represents a @throws or @exception documentation tag.
ThrowsTagImpl - Class in com.sun.tools.javadoc
Represents a @throws or @exception documentation tag.
ThrowsTagImpl(DocImpl, String, String) - Constructor for class com.sun.tools.javadoc.ThrowsTagImpl
 
ThrowsTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
A taglet that represents the @throws tag.
ThrowsTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.ThrowsTaglet
 
throwsTagOutput(ThrowsTag) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the header for the throws tag.
throwsTagOutput(Type) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the output for the throws tag.
throwsTagOutput(ThrowsTag) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the header for the throws tag.
throwsTagOutput(Type) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the output for the throws tag.
throwsTags() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return the throws tags in this method.
throwsTags() - Method in class com.sun.tools.javadoc.Comment
Return throws tags in this comment.
throwsTags() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return the throws tags in this method.
throwsTagsOutput(ThrowsTag[], TagletWriter, Set<String>, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.ThrowsTaglet
Given an array of Tags representing this custom tag, return its string representation.
throwsTypes - Variable in class com.sun.tools.classfile.Type.MethodType
 
ThrowTree - Interface in com.sun.source.tree
A tree node for a 'throw' statement.
time() - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
title() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TITLE> tag.
title(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TITLE> tag.
titleEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </TITLE> tag.
TM_ARRAY - Static variable in interface sun.tools.javap.Constants
 
TM_BOOLEAN - Static variable in interface sun.tools.javap.Constants
 
TM_BYTE - Static variable in interface sun.tools.javap.Constants
 
TM_CHAR - Static variable in interface sun.tools.javap.Constants
 
TM_CLASS - Static variable in interface sun.tools.javap.Constants
 
TM_DOUBLE - Static variable in interface sun.tools.javap.Constants
 
TM_ERROR - Static variable in interface sun.tools.javap.Constants
 
TM_FLOAT - Static variable in interface sun.tools.javap.Constants
 
TM_INT - Static variable in interface sun.tools.javap.Constants
 
TM_INT32 - Static variable in interface sun.tools.javap.Constants
 
TM_INTEGER - Static variable in interface sun.tools.javap.Constants
 
TM_LONG - Static variable in interface sun.tools.javap.Constants
 
TM_METHOD - Static variable in interface sun.tools.javap.Constants
 
TM_NULL - Static variable in interface sun.tools.javap.Constants
 
TM_NUM32 - Static variable in interface sun.tools.javap.Constants
 
TM_NUM64 - Static variable in interface sun.tools.javap.Constants
 
TM_NUMBER - Static variable in interface sun.tools.javap.Constants
 
TM_REAL - Static variable in interface sun.tools.javap.Constants
 
TM_REFERENCE - Static variable in interface sun.tools.javap.Constants
 
TM_SHORT - Static variable in interface sun.tools.javap.Constants
 
TM_VOID - Static variable in interface sun.tools.javap.Constants
 
TNSPACE - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
to - Variable in class com.sun.tools.javac.code.Types.Adapter
 
to - Variable in class com.sun.tools.javac.code.Types.Subst
 
to(T) - Method in class com.sun.tools.javac.parser.EndPosParser
Store ending position for a tree.
to(T) - Method in class com.sun.tools.javac.parser.JavacParser
Store ending position for a tree.
toArray(Iterable<String>, Iterable<String>) - Static method in class com.sun.tools.javac.api.JavacTaskImpl
 
toArray(CharBuffer) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
toArray(T[]) - Method in class com.sun.tools.javac.util.List
Copy successive elements of this list into given vector until list is exhausted or end of vector is reached.
toArray() - Method in class com.sun.tools.javac.util.List
 
toArray(T[]) - Method in class com.sun.tools.javac.util.ListBuffer
Convert buffer to an array
toArray() - Method in class com.sun.tools.javac.util.ListBuffer
 
today() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
Get the day and date information for today, depending upon user option.
todo - Variable in class com.sun.tools.javac.comp.Enter
 
todo - Variable in class com.sun.tools.javac.comp.MemberEnter
 
Todo - Class in com.sun.tools.javac.comp
A queue of all as yet unattributed classes.
Todo(Context) - Constructor for class com.sun.tools.javac.comp.Todo
Create a new todo list.
todo - Variable in class com.sun.tools.javac.main.JavaCompiler
A queue of all as yet unattributed classes.
Todo.FileQueue - Class in com.sun.tools.javac.comp
 
Todo.FileQueue() - Constructor for class com.sun.tools.javac.comp.Todo.FileQueue
 
todoKey - Static variable in class com.sun.tools.javac.comp.Todo
The context key for the todo list.
toHex(byte, int) - Method in class com.sun.tools.javap.AttributeWriter
 
toHex(int) - Static method in class com.sun.tools.javap.AttributeWriter
 
toHex(int, int) - Static method in class com.sun.tools.javap.AttributeWriter
 
toHex(long, int) - Static method in class sun.tools.javap.ClassData
 
toHex(long) - Static method in class sun.tools.javap.ClassData
 
toHex(int) - Static method in class sun.tools.javap.ClassData
 
token() - Method in interface com.sun.tools.javac.parser.Lexer
Return the current token, set by nextToken().
token(Token) - Method in interface com.sun.tools.javac.parser.Lexer
Sets the current token.
token - Variable in class com.sun.tools.javac.parser.Scanner
The token, set by nextToken().
token() - Method in class com.sun.tools.javac.parser.Scanner
Return the current token, set by nextToken().
token(Token) - Method in class com.sun.tools.javac.parser.Scanner
Sets the current token.
Token - Enum in com.sun.tools.javac.parser
An interface that defines codes for Java source tokens returned from lexical analysis.
Token() - Constructor for enum com.sun.tools.javac.parser.Token
 
Token(String) - Constructor for enum com.sun.tools.javac.parser.Token
 
tokenize(String, char, int) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Given a string, return an array of tokens.
tokenName - Variable in class com.sun.tools.javac.parser.Keywords
The names of all tokens.
toList(Iterable<? extends JavaFileObject>) - Static method in class com.sun.tools.javac.api.JavacTaskImpl
 
toList() - Method in class com.sun.tools.javac.util.ListBuffer
Convert buffer to a list of all its elements.
toName(Names) - Method in class com.sun.tools.javac.util.ByteBuffer
Convert contents to name.
tool - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
tool - Static variable in class com.sun.tools.javac.Server
 
Tool - Interface in javax.tools
Common interface for tools that can be invoked from a program.
TOOLKIT_DOCLET_NAME - Static variable in class com.sun.tools.doclets.internal.toolkit.AbstractDoclet
The only doclet that may use this toolkit is
ToolProvider - Class in javax.tools
Provides methods for locating tool providers, for example, providers of compilers.
ToolProvider() - Constructor for class javax.tools.ToolProvider
 
ToolProvider.Lazy - Class in javax.tools
This class will not be initialized until one of the above methods are called.
ToolProvider.Lazy() - Constructor for class javax.tools.ToolProvider.Lazy
 
top - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-top".
toP(T) - Method in class com.sun.tools.javac.parser.EndPosParser
Store ending position for a tree.
toP(T) - Method in class com.sun.tools.javac.parser.JavacParser
Store ending position for a tree.
topFile - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
First file to appear in the right-hand frame in the generated documentation.
toplevel - Variable in class com.sun.tools.javac.comp.Env
The enclosing toplevel tree.
toplevel - Variable in class com.sun.tools.javac.jvm.Gen
The top level tree.
TopLevel(List<JCTree.JCAnnotation>, JCTree.JCExpression, List<JCTree>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TOPLEVEL - Static variable in class com.sun.tools.javac.tree.JCTree
Toplevel nodes, of type TopLevel, representing entire source files.
toplevel - Variable in class com.sun.tools.javac.tree.TreeMaker
The toplevel tree to which created trees belong.
TopLevel(List<JCTree.JCAnnotation>, JCTree.JCExpression, List<JCTree>) - Method in class com.sun.tools.javac.tree.TreeMaker
Create given tree node at current position.
topLevelEnv(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.comp.Enter
Create a fresh environment for toplevels.
toProgramElementDocArray(List<ProgramElementDoc>) - Static method in class com.sun.tools.doclets.internal.toolkit.util.Util
Return the list of ProgramElementDoc objects as Array.
toSourceVersion(Source) - Static method in enum com.sun.tools.javac.code.Source
 
toString() - Method in interface com.sun.javadoc.AnnotationValue
Returns a string representation of the value.
toString() - Method in interface com.sun.javadoc.Parameter
Returns a string representation of the parameter.
toString() - Method in interface com.sun.javadoc.SourcePosition
Convert the source position to the form "Filename:line".
toString() - Method in interface com.sun.javadoc.Tag
Convert this object to a string.
toString() - Method in interface com.sun.javadoc.Type
Return a string representation of the type.
toString() - Method in interface com.sun.mirror.declaration.AnnotationValue
Returns a string representation of this value.
toString() - Method in enum com.sun.mirror.declaration.Modifier
Returns this modifier's name in lowercase.
toString() - Method in interface com.sun.mirror.type.TypeMirror
Returns a string representation of this type.
toString() - Method in class com.sun.source.util.TaskEvent
 
toString() - Method in class com.sun.tools.apt.main.Main.Option
 
toString() - Method in class com.sun.tools.apt.mirror.apt.RoundStateImpl
 
toString() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationMirrorImpl
Returns a string representation of this annotation.
toString() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
toString() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
toString() - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl
Returns a string representation of this value.
toString() - Method in class com.sun.tools.apt.mirror.declaration.Constants.Formatter
 
toString() - Method in class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl
Returns type parameters (if any), method name, and signature (value parameter types).
toString() - Method in class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
Returns the field's name.
toString() - Method in class com.sun.tools.apt.mirror.declaration.PackageDeclarationImpl
Returns the qualified name.
toString() - Method in class com.sun.tools.apt.mirror.declaration.ParameterDeclarationImpl
Returns the simple name of the parameter.
toString() - Method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns the type's name, with any type parameters (including those of outer classes).
toString(AptEnv, Symbol.ClassSymbol) - Static method in class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
Returns a type's name, with any type parameters (including those of outer classes).
toString() - Method in class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
Returns the type parameter's name along with any "extends" clause.
toString(AptEnv, Type.TypeVar) - Static method in class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
Returns the type parameter's name along with any "extends" clause.
toString() - Method in class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
Returns a string representation of this declared type.
toString(AptEnv, Type.ClassType) - Static method in class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
Returns a string representation of this declared type.
toString() - Method in class com.sun.tools.apt.mirror.type.TypeMirrorImpl
Returns a string representation of this type.
toString() - Method in class com.sun.tools.apt.mirror.type.TypeVariableImpl
Returns the simple name of this type variable.
toString() - Method in class com.sun.tools.apt.mirror.type.WildcardTypeImpl
Returns the string form of a wildcard type, consisting of "?" and any "extends" or "super" clause.
toString(AptEnv, Type.WildcardType) - Static method in class com.sun.tools.apt.mirror.type.WildcardTypeImpl
Returns the string form of a wildcard type, consisting of "?" and any "extends" or "super" clause.
toString() - Method in class com.sun.tools.apt.mirror.util.SourcePositionImpl
Returns a string representation of this position in the form "sourcefile:line", or "sourcefile" if no line number is available.
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Double_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Fieldref_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Integer_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_InterfaceMethodref_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Long_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Methodref_info
 
toString() - Method in class com.sun.tools.classfile.ConstantPool.CONSTANT_Utf8_info
 
toString() - Method in class com.sun.tools.classfile.Type.ArrayType
 
toString() - Method in class com.sun.tools.classfile.Type.ClassSigType
 
toString() - Method in class com.sun.tools.classfile.Type.ClassType
 
toString() - Method in class com.sun.tools.classfile.Type.InnerClassType
 
toString() - Method in class com.sun.tools.classfile.Type.MethodType
 
toString() - Method in class com.sun.tools.classfile.Type.SimpleType
 
toString() - Method in class com.sun.tools.classfile.Type.TypeArgType
 
toString() - Method in class com.sun.tools.classfile.Type.WildcardType
 
toString() - Method in class com.sun.tools.doclets.formats.html.LinkOutputImpl
toString() - Method in class com.sun.tools.doclets.formats.html.TagletOutputImpl
 
toString(Tag) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.CodeTaglet
 
toString(Tag) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
toString(Tag[]) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.LiteralTaglet
 
toString() - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern.Item
String representation of "this" with packagename and the path.
toString() - Method in class com.sun.tools.doclets.internal.toolkit.util.SourcePath
Return original source path string.
toString() - Method in class com.sun.tools.doclets.internal.toolkit.util.TextTag
Convert this object to a string.
toString(Tag) - Method in interface com.sun.tools.doclets.Taglet
Given the Tag representation of this custom tag, return its string representation, which is output to the generated page.
toString(Tag[]) - Method in interface com.sun.tools.doclets.Taglet
Given an array of Tags representing this custom tag, return its string representation, which is output to the generated page.
toString(Locale, Messages) - Method in class com.sun.tools.javac.api.Formattable.LocalizedString
 
toString() - Method in class com.sun.tools.javac.api.Formattable.LocalizedString
 
toString(Locale, Messages) - Method in interface com.sun.tools.javac.api.Formattable
Used to obtain a localized String representing the object accordingly to a given locale
toString() - Method in class com.sun.tools.javac.api.JavacScope
 
toString() - Method in class com.sun.tools.javac.code.Attribute.Array
 
toString() - Method in class com.sun.tools.javac.code.Attribute.Class
 
toString() - Method in class com.sun.tools.javac.code.Attribute.Compound
Returns a string representation of this annotation.
toString() - Method in class com.sun.tools.javac.code.Attribute.Constant
 
toString() - Method in class com.sun.tools.javac.code.Attribute.Enum
 
toString() - Method in class com.sun.tools.javac.code.Attribute.Error
 
toString() - Method in enum com.sun.tools.javac.code.BoundKind
 
toString() - Method in enum com.sun.tools.javac.code.Flags.Flag
 
toString(long) - Static method in class com.sun.tools.javac.code.Flags
 
toString() - Method in enum com.sun.tools.javac.code.Kinds.KindName
 
toString(Locale, Messages) - Method in enum com.sun.tools.javac.code.Kinds.KindName
 
toString() - Method in class com.sun.tools.javac.code.Lint
 
toString() - Method in class com.sun.tools.javac.code.Scope
 
toString() - Method in class com.sun.tools.javac.code.Symbol.ClassSymbol
The Java source which this symbol represents.
toString() - Method in class com.sun.tools.javac.code.Symbol.DelegatedSymbol
 
toString() - Method in class com.sun.tools.javac.code.Symbol.MethodSymbol
The Java source which this symbol represents.
toString() - Method in class com.sun.tools.javac.code.Symbol.PackageSymbol
 
toString() - Method in class com.sun.tools.javac.code.Symbol
The Java source which this symbol represents.
toString() - Method in class com.sun.tools.javac.code.Symbol.VarSymbol
 
toString() - Method in class com.sun.tools.javac.code.Type.ArrayType
 
toString() - Method in class com.sun.tools.javac.code.Type.CapturedType
 
toString() - Method in class com.sun.tools.javac.code.Type.ClassType
The Java source which this type represents.
toString() - Method in class com.sun.tools.javac.code.Type.DelegatedType
 
toString() - Method in class com.sun.tools.javac.code.Type.ForAll
 
toString() - Method in class com.sun.tools.javac.code.Type.Mapping
 
toString() - Method in class com.sun.tools.javac.code.Type.MethodType
The Java source which this type represents.
toString() - Method in class com.sun.tools.javac.code.Type.PackageType
 
toString() - Method in class com.sun.tools.javac.code.Type
The Java source which this type represents.
toString(List<Type>) - Static method in class com.sun.tools.javac.code.Type
The Java source which this type list represents.
toString() - Method in class com.sun.tools.javac.code.Type.UndetVar
 
toString() - Method in class com.sun.tools.javac.code.Type.WildcardType
 
toString() - Method in class com.sun.tools.javac.code.Types.SingletonType
 
toString(Type, Locale) - Method in class com.sun.tools.javac.code.Types
Visitor for generating a string representation of a given type accordingly to a given locale
toString(Symbol, Locale) - Method in class com.sun.tools.javac.code.Types
Visitor for generating a string representation of a given symbol accordingly to a given locale
toString(Type) - Method in class com.sun.tools.javac.code.Types
Deprecated. Types.toString(Type t, Locale l) provides better support for localization
toString() - Method in interface com.sun.tools.javac.comp.Annotate.Annotator
 
toString() - Method in class com.sun.tools.javac.comp.AttrContext
 
toString() - Method in class com.sun.tools.javac.comp.Env
 
toString() - Method in class com.sun.tools.javac.comp.Resolve.ResolveError
Print the (debug only) name of the kind of error.
toString() - Method in class com.sun.tools.javac.file.BaseFileObject
 
toString() - Method in class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
toString() - Method in class com.sun.tools.javac.file.RelativePath.RelativeDirectory
 
toString() - Method in class com.sun.tools.javac.file.RelativePath.RelativeFile
 
toString() - Method in class com.sun.tools.javac.file.RelativePath
 
toString() - Method in class com.sun.tools.javac.file.SymbolArchive
 
toString() - Method in class com.sun.tools.javac.file.ZipArchive
 
toString() - Method in class com.sun.tools.javac.file.ZipFileIndex.Entry
 
toString() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
toString() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive
 
toString() - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationCompleter
 
toString() - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDefaultCompleter
 
toString() - Method in class com.sun.tools.javac.jvm.ClassReader.ArrayAttributeProxy
 
toString() - Method in class com.sun.tools.javac.jvm.ClassReader.CompoundAnnotationProxy
 
toString() - Method in class com.sun.tools.javac.jvm.ClassReader.EnumAttributeProxy
 
toString() - Method in class com.sun.tools.javac.jvm.Code.LocalVar
 
toString() - Method in class com.sun.tools.javac.jvm.Items.AssignItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.ImmediateItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.IndexedItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.Item
 
toString() - Method in class com.sun.tools.javac.jvm.Items.LocalItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.SelfItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.StackItem
 
toString() - Method in class com.sun.tools.javac.jvm.Items.StaticItem
 
toString() - Method in class com.sun.tools.javac.main.JavacOption.Option
 
toString() - Method in enum com.sun.tools.javac.main.OptionName
 
toString() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
toString() - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
toString() - Method in class com.sun.tools.javac.model.JavacSourcePosition
 
toString() - Method in enum com.sun.tools.javac.parser.Token
 
toString(Locale, Messages) - Method in enum com.sun.tools.javac.parser.Token
 
toString() - Method in class com.sun.tools.javac.processing.JavacFiler
 
toString() - Method in class com.sun.tools.javac.processing.JavacMessager
 
toString() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
toString() - Method in class com.sun.tools.javac.processing.JavacRoundEnvironment
 
toString() - Method in class com.sun.tools.javac.tree.JCTree
Convert a tree to a pretty-printed string.
toString() - Method in class com.sun.tools.javac.util.Bits
a string representation of this set.
toString() - Method in class com.sun.tools.javac.util.JCDiagnostic
Return the standard presentation of this diagnostic.
toString(String) - Method in class com.sun.tools.javac.util.List
Form a string listing all elements with given separator character.
toString() - Method in class com.sun.tools.javac.util.List
Form a string listing all elements with comma as the separator character.
toString() - Method in class com.sun.tools.javac.util.Name
Return the string representation of this name.
toString - Variable in class com.sun.tools.javac.util.Names
 
toString() - Method in class com.sun.tools.javac.util.Pair
 
toString() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
toString() - Method in class com.sun.tools.javadoc.AnnotationDescImpl.ElementValuePairImpl
Returns a string representation of this pair of the form "name=value".
toString() - Method in class com.sun.tools.javadoc.AnnotationDescImpl
Returns a string representation of this annotation.
toString() - Method in class com.sun.tools.javadoc.AnnotationValueImpl
Returns a string representation of the value.
toString() - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
toString() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the qualified name and any type parameters.
toString() - Method in class com.sun.tools.javadoc.Comment
Return text for this Doc comment.
toString() - Method in class com.sun.tools.javadoc.ConstructorDocImpl
Returns a string representation of this constructor.
toString() - Method in class com.sun.tools.javadoc.DocImpl
Returns a string representation of this Doc item.
toString() - Method in class com.sun.tools.javadoc.MethodDocImpl
Returns a string representation of this method.
toString() - Method in class com.sun.tools.javadoc.ParameterImpl
Returns a string representation of the parameter.
toString() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
 
toString() - Method in class com.sun.tools.javadoc.ParamTagImpl
convert this object to a string.
toString() - Method in class com.sun.tools.javadoc.PrimitiveType
Returns a string representation of the type.
toString() - Method in class com.sun.tools.javadoc.SerialFieldTagImpl
Convert this object to a string.
toString() - Method in class com.sun.tools.javadoc.SourcePositionImpl
 
toString() - Method in class com.sun.tools.javadoc.TagImpl
convert this object to a string.
toString() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return a string representation of the type.
toString() - Method in class com.sun.tools.javadoc.TypeVariableImpl
 
toString() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
 
toString() - Method in class edu.rice.cs.mint.runtime.StringJavaFileObject
 
toString() - Method in class edu.rice.cs.mint.util.Benchmark.Task
 
toString() - Method in class javax.annotation.processing.Completions.SimpleCompletion
 
toString() - Method in interface javax.lang.model.element.AnnotationValue
Returns a string representation of this value.
toString() - Method in enum javax.lang.model.element.Modifier
Returns this modifier's name in lowercase.
toString() - Method in interface javax.lang.model.type.TypeMirror
Returns an informative string representation of this type.
toString() - Method in class javax.tools.SimpleJavaFileObject
 
toUri() - Method in class com.sun.tools.javac.file.RegularFileObject
 
toUri() - Method in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
toUri() - Method in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
toUri() - Method in class com.sun.tools.javac.jvm.ClassReader.SourceFileObject
 
toUri() - Method in interface javax.tools.FileObject
Returns a URI identifying this file object.
toUri() - Method in class javax.tools.ForwardingFileObject
 
toUri() - Method in class javax.tools.SimpleJavaFileObject
 
toUtf() - Method in class com.sun.tools.javac.util.Name
Return the Utf8 representation of this name.
tr() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TR> tag.
trace(Level, Object) - Static method in class javax.tools.ToolProvider
 
trackable(Symbol.VarSymbol) - Method in class com.sun.tools.javac.comp.Flow
Do we need to track init/uninit state of this symbol? I.e.
trailingZeroBits(int) - Static method in class com.sun.tools.javac.util.Bits
Count trailing zero bits in an int.
trAlignVAlign(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TR ALIGN="align" VALIGN="valign"> tag.
TRANSIENT - Static variable in class com.sun.tools.javac.code.Flags
 
TRANSIENT - Static variable in interface sun.tools.javap.Constants
 
translate(ClassFile, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
Create a new ClassFile from cf, such that for all entries k&nbsp;-\&gt;&nbsp;v in translations, each occurrence of k in cf will be replaced by v.
translate(ConstantPool, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translate(ConstantPool.CPInfo, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translate(Field[], ConstantPool, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translate(Field, ConstantPool, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translate(Method, ConstantPool, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translate(Attribute, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translate() - Method in class com.sun.tools.javac.comp.Lower.EnumMapping
 
translate(T) - Method in class com.sun.tools.javac.comp.Lower
Visitor method: Translate a single node.
translate(T, Type) - Method in class com.sun.tools.javac.comp.Lower
Visitor method: Translate a single node, boxing or unboxing if needed.
translate(T, JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Lower
Visitor method: Translate tree.
translate(List<T>, JCTree.JCExpression) - Method in class com.sun.tools.javac.comp.Lower
Visitor method: Translate list of trees.
translate(List<T>, Type) - Method in class com.sun.tools.javac.comp.Lower
Visitor method: Translate list of trees.
translate(T, Type) - Method in class com.sun.tools.javac.comp.TransTypes
Visitor method: perform a type translation on tree.
translate(List<T>, Type) - Method in class com.sun.tools.javac.comp.TransTypes
Visitor method: perform a type translation on list of trees.
translate(Attribute) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
translate(Attribute.Compound) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
translate(T) - Method in class com.sun.tools.javac.tree.TreeTranslator
Visitor method: Translate a single node.
translate(List<T>) - Method in class com.sun.tools.javac.tree.TreeTranslator
Visitor method: translate a list of nodes.
translate(T) - Method in class edu.rice.cs.mint.comp.TransStaging
Visitor method: Translate a single node.
translateAnnotations(List<JCTree.JCAnnotation>) - Method in class com.sun.tools.javac.tree.TreeTranslator
Visitor method: translate a list of catch clauses in try statements.
translateArgs(List<T>, List<Type>, Type) - Method in class com.sun.tools.javac.comp.TransTypes
Translate method argument list, casting each argument to its corresponding type in a list of target types.
translateAttributes(Attributes, ConstantPool, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translateCases(List<JCTree.JCCase>) - Method in class com.sun.tools.javac.tree.TreeTranslator
Visitor method: translate a list of case parts of switch statements.
translateCatchers(List<JCTree.JCCatch>) - Method in class com.sun.tools.javac.tree.TreeTranslator
Visitor method: translate a list of catch clauses in try statements.
translateClass(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.comp.TransTypes
 
translated - Variable in class com.sun.tools.javac.comp.Lower
A queue of all translated classes.
translateMethods(Method[], ConstantPool, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
translateModifiers(long) - Static method in class com.sun.tools.javadoc.DocEnv
Convert modifier bits from private coding used by the compiler to that of java.lang.reflect.Modifier.
translateTopLevelClass(Env<AttrContext>, JCTree, TreeMaker) - Method in class com.sun.tools.javac.comp.Lower
Translate a toplevel class and return a list consisting of the translated class and translated versions of all inner classes.
translateTopLevelClass(JCTree, TreeMaker) - Method in class com.sun.tools.javac.comp.TransTypes
Translate a toplevel class definition.
translateTopLevelClass(Env<AttrContext>, JCTree, TreeMaker) - Method in class edu.rice.cs.mint.comp.TransStaging
Translate a toplevel class definition.
translateTypeParams(List<JCTree.JCTypeParameter>) - Method in class com.sun.tools.javac.tree.TreeTranslator
Visitor method: translate a list of type parameters.
translateVarDefs(List<JCTree.JCVariableDecl>) - Method in class com.sun.tools.javac.tree.TreeTranslator
Visitor method: translate a list of variable definitions.
transStaging - Variable in class com.sun.tools.javac.main.JavaCompiler
The staging eraser.
TransStaging - Class in edu.rice.cs.mint.comp
This pass translates Mint to Generic Java.
TransStaging(Context) - Constructor for class edu.rice.cs.mint.comp.TransStaging
 
TransStaging.BracketInfo - Class in edu.rice.cs.mint.comp
 
TransStaging.BracketInfo(JCTree.JCExpression, int, Symbol.MethodSymbol) - Constructor for class edu.rice.cs.mint.comp.TransStaging.BracketInfo
 
transStagingKey - Static variable in class edu.rice.cs.mint.comp.TransStaging
The context key for the TransStaging phase.
TransTypes - Class in com.sun.tools.javac.comp
This pass translates Generic Java to conventional Java.
TransTypes(Context) - Constructor for class com.sun.tools.javac.comp.TransTypes
 
transTypes - Variable in class com.sun.tools.javac.main.JavaCompiler
The type eraser.
transTypesKey - Static variable in class com.sun.tools.javac.comp.TransTypes
The context key for the TransTypes phase.
TrapData - Class in sun.tools.javap
Stores exception table data in code attribute.
TrapData(DataInputStream, int) - Constructor for class sun.tools.javap.TrapData
Read and store exception table data in code attribute.
trBgcolor(String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TR BGCOLOR="color"> tag.
trBgcolorStyle(String, String) - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <TR BGCOLOR="color" CLASS="stylename"> tag.
Tree - Interface in com.sun.source.tree
Common interface for all nodes in an abstract syntax tree.
tree - Variable in class com.sun.tools.javac.comp.Env
The tree with which this environment is associated.
tree - Variable in class com.sun.tools.javac.comp.Flow.PendingExit
 
tree - Variable in class com.sun.tools.javac.jvm.CRTable.CRTEntry
A tree or a list of trees to obtain source positions.
tree - Variable in class com.sun.tools.javac.jvm.Items.CondItem
 
tree - Variable in class com.sun.tools.javadoc.PackageDocImpl
 
tree - Variable in class com.sun.tools.javadoc.ProgramElementDocImpl
 
Tree.Kind - Enum in com.sun.source.tree
Enumerates all kinds of trees.
Tree.Kind(Class<? extends Tree>) - Constructor for enum com.sun.source.tree.Tree.Kind
 
treeCleaner - Static variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
TreeCopier<P> - Class in com.sun.tools.javac.tree
Creates a copy of a tree, using a given TreeMaker.
TreeCopier(TreeMaker) - Constructor for class com.sun.tools.javac.tree.TreeCopier
Creates a new instance of TreeCopier
treeinfo - Variable in class com.sun.tools.javac.comp.Check
 
treeinfo - Variable in class com.sun.tools.javac.comp.Resolve
 
TreeInfo - Class in com.sun.tools.javac.tree
Utility class containing inspector methods for trees.
TreeInfo(Context) - Constructor for class com.sun.tools.javac.tree.TreeInfo
 
treeInfoKey - Static variable in class com.sun.tools.javac.tree.TreeInfo
 
treeMaker - Variable in class com.sun.tools.javac.api.JavacTrees
 
TreeMaker - Class in com.sun.tools.javac.tree
Factory class for trees.
TreeMaker(Context) - Constructor for class com.sun.tools.javac.tree.TreeMaker
Create a tree maker with null toplevel and NOPOS as initial position.
TreeMaker(JCTree.JCCompilationUnit, Names, Types, Symtab) - Constructor for class com.sun.tools.javac.tree.TreeMaker
Create a tree maker with a given toplevel and FIRSTPOS as initial position.
TreeMaker.AnnotationBuilder - Class in com.sun.tools.javac.tree
 
TreeMaker.AnnotationBuilder() - Constructor for class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
treeMakerKey - Static variable in class com.sun.tools.javac.tree.TreeMaker
The context key for the tree factory.
TreePath - Class in com.sun.source.util
A path of tree nodes, typically used to represent the sequence of ancestor nodes of a tree node up to the top level CompilationUnitTree node.
TreePath(CompilationUnitTree) - Constructor for class com.sun.source.util.TreePath
Creates a TreePath for a root node.
TreePath(TreePath, Tree) - Constructor for class com.sun.source.util.TreePath
Creates a TreePath for a child node.
TreePathScanner<R,P> - Class in com.sun.source.util
A TreeVisitor that visits all the child tree nodes, and provides support for maintaining a path for the parent nodes.
TreePathScanner() - Constructor for class com.sun.source.util.TreePathScanner
 
Trees - Class in com.sun.source.util
Bridges JSR 199, JSR 269, and the Tree API.
Trees() - Constructor for class com.sun.source.util.Trees
 
TreeScanner<R,P> - Class in com.sun.source.util
A TreeVisitor that visits all the child tree nodes.
TreeScanner() - Constructor for class com.sun.source.util.TreeScanner
 
TreeScanner - Class in com.sun.tools.javac.tree
A subclass of Tree.Visitor, this class defines a general tree scanner pattern.
TreeScanner() - Constructor for class com.sun.tools.javac.tree.TreeScanner
 
treeTag(Symbol.OperatorSymbol) - Static method in class com.sun.tools.javac.comp.Lower
Return tree tag for assignment operation corresponding to given binary operator.
TreeTranslator - Class in com.sun.tools.javac.tree
A subclass of Tree.Visitor, this class defines a general tree translator pattern.
TreeTranslator() - Constructor for class com.sun.tools.javac.tree.TreeTranslator
 
TreeVisitor<R,P> - Interface in com.sun.source.tree
A visitor of trees, in the style of the visitor design pattern.
TreeWriter - Class in com.sun.tools.doclets.formats.html
Generate Class Hierarchy page for all the Classes in this run.
TreeWriter(ConfigurationImpl, String, ClassTree) - Constructor for class com.sun.tools.doclets.formats.html.TreeWriter
Constructor to construct TreeWriter object.
trEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </TR> tag.
triedToReadIndex - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
TRUE - Static variable in interface sun.tools.javap.Constants
 
trueJumps - Variable in class com.sun.tools.javac.jvm.Items.CondItem
A chain encomassing all jumps that can be taken if the condition evaluates to true.
truepart - Variable in class com.sun.tools.javac.tree.JCTree.JCConditional
 
truncate(int) - Static method in class com.sun.tools.javac.jvm.Code
Collapse type code for subtypes of int to INTcode.
Try(JCTree.JCBlock, List<JCTree.JCCatch>, JCTree.JCBlock) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TRY - Static variable in class com.sun.tools.javac.tree.JCTree
Try statements, of type Try.
Try(JCTree.JCBlock, List<JCTree.JCCatch>, JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.TreeMaker
 
TRY - Static variable in interface sun.tools.javap.Constants
 
TryTree - Interface in com.sun.source.tree
A tree node for a 'try' statement.
tsym - Variable in class com.sun.tools.javac.code.Type
The defining class / interface / package / type variable
tsym - Variable in class com.sun.tools.javadoc.ClassDocImpl
 
tvars - Variable in class com.sun.tools.javac.code.Type.ForAll
 
tvars - Variable in class com.sun.tools.javac.comp.AttrContext
A list of type variables that are all-quantifed in current context.
TYP - Static variable in class com.sun.tools.javac.code.Kinds
The kind of type symbols (classes, interfaces and type variables).
typaramName(int) - Method in class com.sun.tools.javac.tree.TreeMaker
The name of synthetic type parameter number `i'.
typarams - Variable in class com.sun.tools.javac.tree.JCTree.JCClassDecl
 
typarams - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodDecl
 
typarams_field - Variable in class com.sun.tools.javac.code.Type.ClassType
The type parameters of this type (to be set once class is loaded).
typaramsString(List<Type>) - Method in class com.sun.tools.javac.code.Types
 
type() - Method in interface com.sun.javadoc.FieldDoc
Get type of this field.
type() - Method in interface com.sun.javadoc.Parameter
Get the type of this parameter.
Type - Interface in com.sun.javadoc
Represents a type.
type - Variable in exception com.sun.mirror.type.MirroredTypeException
 
type - Variable in class com.sun.tools.apt.mirror.type.ArrayTypeImpl
 
type - Variable in class com.sun.tools.apt.mirror.type.DeclaredTypeImpl
 
type - Variable in class com.sun.tools.apt.mirror.type.TypeMirrorImpl
 
type - Variable in class com.sun.tools.apt.mirror.type.TypeVariableImpl
 
type - Variable in class com.sun.tools.apt.mirror.type.WildcardTypeImpl
 
type - Variable in class com.sun.tools.classfile.Signature
 
Type - Class in com.sun.tools.classfile
 
Type() - Constructor for class com.sun.tools.classfile.Type
 
TYPE - Static variable in class com.sun.tools.doclets.internal.toolkit.taglets.SimpleTaglet
The marker in the location string for types.
type - Variable in class com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
The Type we want to link to.
type - Variable in class com.sun.tools.javac.code.Attribute.Class
 
type - Variable in class com.sun.tools.javac.code.Attribute
The type of the annotation element.
type - Variable in class com.sun.tools.javac.code.Symbol
The type of this symbol.
Type - Class in com.sun.tools.javac.code
This class represents Java types.
Type(int, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type
Define a type given its tag and type symbol
type - Variable in class com.sun.tools.javac.code.Type.WildcardType
 
type - Variable in class com.sun.tools.javac.jvm.ClassFile.NameAndType
 
type - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
type - Variable in class com.sun.tools.javac.jvm.Items.LocalItem
The variable's type.
type - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
TYPE - Static variable in class com.sun.tools.javac.parser.JavacParser
 
type - Variable in class com.sun.tools.javac.tree.JCTree
 
Type(Type) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a tree representing given type.
type - Variable in class com.sun.tools.javac.util.JCDiagnostic
 
TYPE - Variable in class com.sun.tools.javac.util.Names
 
type - Variable in class com.sun.tools.javadoc.AbstractTypeImpl
 
type - Variable in class com.sun.tools.javadoc.ClassDocImpl
 
type() - Method in class com.sun.tools.javadoc.FieldDocImpl
Get type of this field.
type - Variable in class com.sun.tools.javadoc.ParameterImpl
 
type() - Method in class com.sun.tools.javadoc.ParameterImpl
Get the type of this parameter.
TYPE - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
type - Variable in class edu.rice.cs.mint.runtime.FieldCode
 
type - Variable in exception javax.lang.model.type.MirroredTypeException
 
type - Variable in exception javax.lang.model.type.UnknownTypeException
 
TYPE - Static variable in interface sun.tools.javap.Constants
 
Type.ArrayType - Class in com.sun.tools.classfile
 
Type.ArrayType(Type) - Constructor for class com.sun.tools.classfile.Type.ArrayType
 
Type.ArrayType - Class in com.sun.tools.javac.code
 
Type.ArrayType(Type, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type.ArrayType
 
Type.BottomType - Class in com.sun.tools.javac.code
 
Type.BottomType() - Constructor for class com.sun.tools.javac.code.Type.BottomType
 
Type.CapturedType - Class in com.sun.tools.javac.code
A captured type variable comes from wildcards which can have both upper and lower bound.
Type.CapturedType(Name, Symbol, Type, Type, Type.WildcardType) - Constructor for class com.sun.tools.javac.code.Type.CapturedType
 
Type.ClassSigType - Class in com.sun.tools.classfile
 
Type.ClassSigType(List<Type>, Type, List<Type>) - Constructor for class com.sun.tools.classfile.Type.ClassSigType
 
Type.ClassType - Class in com.sun.tools.classfile
 
Type.ClassType(String, List<Type>) - Constructor for class com.sun.tools.classfile.Type.ClassType
 
Type.ClassType - Class in com.sun.tools.javac.code
 
Type.ClassType(Type, List<Type>, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type.ClassType
 
Type.DelegatedType - Class in com.sun.tools.javac.code
 
Type.DelegatedType(int, Type) - Constructor for class com.sun.tools.javac.code.Type.DelegatedType
 
Type.ErasedClassType - Class in com.sun.tools.javac.code
 
Type.ErasedClassType(Type, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type.ErasedClassType
 
Type.ErrorType - Class in com.sun.tools.javac.code
 
Type.ErrorType(Type, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type.ErrorType
 
Type.ErrorType(Symbol.ClassSymbol, Type) - Constructor for class com.sun.tools.javac.code.Type.ErrorType
 
Type.ErrorType(Name, Symbol.TypeSymbol, Type) - Constructor for class com.sun.tools.javac.code.Type.ErrorType
 
Type.ForAll - Class in com.sun.tools.javac.code
 
Type.ForAll(List<Type>, Type) - Constructor for class com.sun.tools.javac.code.Type.ForAll
 
Type.InnerClassType - Class in com.sun.tools.classfile
 
Type.InnerClassType(Type, Type) - Constructor for class com.sun.tools.classfile.Type.InnerClassType
 
Type.JCNoType - Class in com.sun.tools.javac.code
Represents VOID or NONE.
Type.JCNoType(int) - Constructor for class com.sun.tools.javac.code.Type.JCNoType
 
Type.Mapping - Class in com.sun.tools.javac.code
An abstract class for mappings from types to types
Type.Mapping(String) - Constructor for class com.sun.tools.javac.code.Type.Mapping
 
Type.MethodType - Class in com.sun.tools.classfile
 
Type.MethodType(List<? extends Type>, Type) - Constructor for class com.sun.tools.classfile.Type.MethodType
 
Type.MethodType(List<? extends Type>, List<? extends Type>, Type, List<? extends Type>) - Constructor for class com.sun.tools.classfile.Type.MethodType
 
Type.MethodType - Class in com.sun.tools.javac.code
 
Type.MethodType(List<Type>, Type, List<Type>, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type.MethodType
 
Type.PackageType - Class in com.sun.tools.javac.code
 
Type.PackageType(Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type.PackageType
 
Type.SimpleType - Class in com.sun.tools.classfile
 
Type.SimpleType(String) - Constructor for class com.sun.tools.classfile.Type.SimpleType
 
Type.TypeArgType - Class in com.sun.tools.classfile
 
Type.TypeArgType(String, Type, List<Type>) - Constructor for class com.sun.tools.classfile.Type.TypeArgType
 
Type.TypeVar - Class in com.sun.tools.javac.code
 
Type.TypeVar(Name, Symbol, Type) - Constructor for class com.sun.tools.javac.code.Type.TypeVar
 
Type.TypeVar(Symbol.TypeSymbol, Type, Type) - Constructor for class com.sun.tools.javac.code.Type.TypeVar
 
Type.UndetVar - Class in com.sun.tools.javac.code
A class for instantiatable variables, for use during type inference.
Type.UndetVar(Type) - Constructor for class com.sun.tools.javac.code.Type.UndetVar
 
Type.Visitor<R,S> - Interface in com.sun.tools.javac.code
A visitor for types.
Type.WildcardType - Class in com.sun.tools.classfile
 
Type.WildcardType() - Constructor for class com.sun.tools.classfile.Type.WildcardType
 
Type.WildcardType(String, Type) - Constructor for class com.sun.tools.classfile.Type.WildcardType
 
Type.WildcardType - Class in com.sun.tools.javac.code
 
Type.WildcardType(Type, BoundKind, Symbol.TypeSymbol) - Constructor for class com.sun.tools.javac.code.Type.WildcardType
 
Type.WildcardType(Type.WildcardType, Type.TypeVar) - Constructor for class com.sun.tools.javac.code.Type.WildcardType
 
Type.WildcardType(Type, BoundKind, Symbol.TypeSymbol, Type.TypeVar) - Constructor for class com.sun.tools.javac.code.Type.WildcardType
 
type_index - Variable in class com.sun.tools.classfile.Annotation
 
type_index - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_NameAndType_info
 
TYPE_KINDS - Static variable in class javax.lang.model.util.ElementFilter
 
type_name_index - Variable in class com.sun.tools.classfile.Annotation.Enum_element_value
 
TypeApply(JCTree.JCExpression, List<JCTree.JCExpression>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TYPEAPPLY - Static variable in class com.sun.tools.javac.tree.JCTree
Parameterized types, of type TypeApply.
TypeApply(JCTree.JCExpression, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
TYPEARG - Static variable in class com.sun.tools.javac.parser.JavacParser
 
typeArgs - Variable in class com.sun.tools.classfile.Type.ClassType
 
typeargs - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
typeargs - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
typeArgTypes - Variable in class com.sun.tools.classfile.Type.ClassSigType
 
typeArgTypes - Variable in class com.sun.tools.classfile.Type.MethodType
 
typeArgument() - Method in class com.sun.tools.javac.parser.JavacParser
TypeArgument = Type | "?" | "?" EXTENDS Type {"&" Type} | "?" SUPER Type
typeArguments() - Method in interface com.sun.javadoc.ParameterizedType
Return the actual type arguments of this type.
typeArguments() - Method in class com.sun.tools.javac.parser.JavacParser
TypeArguments = "<" TypeArgument {"," TypeArgument} ">"
typeArguments(JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
 
typeArguments() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
Return the actual type arguments of this type.
typeArgumentsOpt(JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
TypeArgumentsOpt = [ TypeArguments ]
typeArgumentsOpt() - Method in class com.sun.tools.javac.parser.JavacParser
 
typeArgumentsOpt(int) - Method in class com.sun.tools.javac.parser.JavacParser
 
typeArgumentsString(DocEnv, Type.ClassType, boolean) - Static method in class com.sun.tools.javadoc.TypeMaker
Return the actual type arguments of a parameterized type as an angle-bracketed string.
TypeArray(JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TYPEARRAY - Static variable in class com.sun.tools.javac.tree.JCTree
Array types, of type TypeArray.
TypeArray(JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
TypeBoundKind(BoundKind) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TYPEBOUNDKIND - Static variable in class com.sun.tools.javac.tree.JCTree
Bound kind: extends, super, exact, or unbound
TypeBoundKind(BoundKind) - Method in class com.sun.tools.javac.tree.TreeMaker
 
TypeCast(JCTree, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TYPECAST - Static variable in class com.sun.tools.javac.tree.JCTree
Type cast expressions, of type TypeCast.
TypeCast(JCTree, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
TypeCast(Type, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
Make an attributed type cast expression.
TypeCastTree - Interface in com.sun.source.tree
A tree node for a type cast expression.
typecode(Type) - Static method in class com.sun.tools.javac.jvm.Code
Given a type, return its type code (used implicitly in the JVM architecture).
typecode - Variable in class com.sun.tools.javac.jvm.Items.Item
The type code of values represented by this item.
TypeCodeCount - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
typecodeNames - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
 
TypeDeclaration - Interface in com.sun.mirror.declaration
Represents the declaration of a class or interface.
typeDeclaration(JCTree.JCModifiers) - Method in class com.sun.tools.javac.parser.JavacParser
TypeDeclaration = ClassOrInterfaceOrEnumDeclaration | ";"
TypeDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of TypeDeclaration
TypeDeclarationImpl(AptEnv, Symbol.ClassSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.TypeDeclarationImpl
"sym" should be completed before this constructor is called.
typedecls - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
typeDecls - Variable in class com.sun.tools.apt.mirror.declaration.DeclarationMaker
 
TypeElement - Interface in javax.lang.model.element
Represents a class or interface program element.
typeEnvs - Variable in class com.sun.tools.javac.comp.Enter
A hashtable mapping classes and packages to the environments current at the points of their definitions.
typeError(JCDiagnostic.DiagnosticPosition, Object, Type, Type) - Method in class com.sun.tools.javac.comp.Check
Report a type error.
typeError(JCDiagnostic.DiagnosticPosition, String, Type, Type, Object) - Method in class com.sun.tools.javac.comp.Check
 
typeForPool(Object) - Method in class com.sun.tools.javac.jvm.Code
The type of a constant pool entry.
typeId - Variable in class com.sun.tools.javadoc.SeeTagImpl.ParameterParseMachine
 
TypeIdent(int) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TYPEIDENT - Static variable in class com.sun.tools.javac.tree.JCTree
Basic type identifiers, of type TypeIdent.
TypeIdent(int) - Method in class com.sun.tools.javac.tree.TreeMaker
 
TypeKind - Enum in javax.lang.model.type
The kind of a type mirror.
TypeKind() - Constructor for enum javax.lang.model.type.TypeKind
 
typeKindName(Type) - Static method in class com.sun.tools.javac.code.Kinds
A KindName representing the kind of a given class/interface type.
TypeKindVisitor6<R,P> - Class in javax.lang.model.util
A visitor of types based on their kind with default behavior appropriate for the RELEASE_6 source version.
TypeKindVisitor6() - Constructor for class javax.lang.model.util.TypeKindVisitor6
Constructor for concrete subclasses to call; uses null for the default value.
TypeKindVisitor6(R) - Constructor for class javax.lang.model.util.TypeKindVisitor6
Constructor for concrete subclasses to call; uses the argument for the default value.
typeList() - Method in class com.sun.tools.javac.parser.JavacParser
TypeList = Type {"," Type}
typeMaker - Variable in class com.sun.tools.apt.mirror.AptEnv
 
TypeMaker - Class in com.sun.tools.apt.mirror.type
Utilities for constructing type objects.
TypeMaker(Context) - Constructor for class com.sun.tools.apt.mirror.type.TypeMaker
 
TypeMaker - Class in com.sun.tools.javadoc
 
TypeMaker() - Constructor for class com.sun.tools.javadoc.TypeMaker
 
TypeMaker.ArrayTypeImpl - Class in com.sun.tools.javadoc
 
TypeMaker.ArrayTypeImpl(DocEnv, Type) - Constructor for class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
 
typeMakerKey - Static variable in class com.sun.tools.apt.mirror.type.TypeMaker
 
TypeMirror - Interface in com.sun.mirror.type
Represents a type in the Java programming language.
TypeMirror - Interface in javax.lang.model.type
Represents a type in the Java programming language.
TypeMirrorImpl - Class in com.sun.tools.apt.mirror.type
Implementation of TypeMirror
TypeMirrorImpl(AptEnv, Type) - Constructor for class com.sun.tools.apt.mirror.type.TypeMirrorImpl
 
typeMismatch(Method, Attribute) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
Sets "value" to an ExceptionProxy indicating a type mismatch.
typeMismatch(Method, Attribute) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
Sets "value" to an ExceptionProxy indicating a type mismatch.
typeName() - Method in interface com.sun.javadoc.Parameter
Get type name of this parameter.
typeName() - Method in interface com.sun.javadoc.Type
Return unqualified name of type excluding any dimension information.
typeName - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerOutputStream
 
typeName - Variable in class com.sun.tools.javac.processing.JavacFiler.FilerWriter
 
typeName() - Method in class com.sun.tools.javadoc.AbstractTypeImpl
 
typeName() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return unqualified name of type excluding any dimension information.
typeName() - Method in class com.sun.tools.javadoc.ParameterImpl
Get type name of this parameter.
typeName() - Method in class com.sun.tools.javadoc.ParameterizedTypeImpl
 
typeName() - Method in class com.sun.tools.javadoc.PrimitiveType
Return unqualified name of type excluding any dimension information.
typeName() - Method in class com.sun.tools.javadoc.TypeMaker.ArrayTypeImpl
Return unqualified name of type excluding any dimension information.
typeName() - Method in class com.sun.tools.javadoc.WildcardTypeImpl
 
typeName - Variable in class edu.rice.cs.mint.runtime.mspTree.CspMSPTree
 
typeName(int) - Static method in class sun.tools.javap.Tables
 
typeNames - Static variable in class sun.tools.javap.Tables
Define type table.
typeNotFound - Variable in class com.sun.tools.javac.comp.Resolve
 
typeOfTag - Variable in class com.sun.tools.javac.code.Symtab
The predefined type that belongs to a tag.
TypeParam(Name, Type.TypeVar) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a type parameter tree from its name and type.
typeParameter() - Method in class com.sun.tools.javac.parser.JavacParser
TypeParameter = TypeVariable [TypeParameterBound] TypeParameterBound = EXTENDS Type {"&" Type} TypeVariable = Ident
TypeParameter(Name, List<JCTree.JCExpression>) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TYPEPARAMETER - Static variable in class com.sun.tools.javac.tree.JCTree
Formal type parameters, of type TypeParameter.
TypeParameter(Name, List<JCTree.JCExpression>) - Method in class com.sun.tools.javac.tree.TreeMaker
 
TypeParameterDeclaration - Interface in com.sun.mirror.declaration
Represents a formal type parameter of a generic type, method, or constructor declaration.
TypeParameterDeclarationImpl - Class in com.sun.tools.apt.mirror.declaration
Implementation of TypeParameterDeclaration
TypeParameterDeclarationImpl(AptEnv, Symbol.TypeSymbol) - Constructor for class com.sun.tools.apt.mirror.declaration.TypeParameterDeclarationImpl
 
TypeParameterElement - Interface in javax.lang.model.element
Represents a formal type parameter of a generic class, interface, method, or constructor element.
typeParameters() - Method in interface com.sun.javadoc.ClassDoc
Return the formal type parameters of this class or interface.
typeParameters() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return the formal type parameters of this method or constructor.
typeParameters() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the formal type parameters of this class or interface.
typeParameters() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return the formal type parameters of this method or constructor.
typeParametersOpt() - Method in class com.sun.tools.javac.parser.JavacParser
TypeParametersOpt = ["<" TypeParameter {"," TypeParameter} ">"]
typeParametersString() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
 
typeParametersString(DocEnv, Symbol, boolean) - Static method in class com.sun.tools.javadoc.TypeMaker
Return the formal type parameters of a class or method as an angle-bracketed string.
TypeParameterTree - Interface in com.sun.source.tree
A tree node for a type parameter.
typeParamRE - Static variable in class com.sun.tools.javadoc.ParamTagImpl
 
TypeParams(List<Type>) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a list of type parameter trees from a list of type variables.
typeParamsToString(AptEnv, Symbol) - Static method in class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
Returns the formal type parameters of a type, member or constructor as an angle-bracketed string.
typeParamTags() - Method in interface com.sun.javadoc.ClassDoc
Return the type parameter tags of this class or interface.
typeParamTags() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return the type parameter tags in this method.
typeParamTags() - Method in class com.sun.tools.javadoc.ClassDocImpl
Return the type parameter tags of this class or interface.
typeParamTags() - Method in class com.sun.tools.javadoc.Comment
Return type param tags in this comment.
typeParamTags() - Method in class com.sun.tools.javadoc.ExecutableMemberDocImpl
Return the type parameter tags in this method.
typePrinter - Variable in class com.sun.tools.javac.code.Types
 
types - Variable in exception com.sun.mirror.type.MirroredTypesException
 
Types - Interface in com.sun.mirror.util
Utility methods for operating on types.
Types - Class in com.sun.tools.javac.code
Utility class containing various operations on types.
Types(Context) - Constructor for class com.sun.tools.javac.code.Types
 
types - Variable in class com.sun.tools.javac.comp.Annotate
 
types - Variable in class com.sun.tools.javac.comp.Attr
 
types - Variable in class com.sun.tools.javac.comp.Check
 
types - Variable in class com.sun.tools.javac.comp.Enter
 
types - Variable in class com.sun.tools.javac.comp.Flow
 
types - Variable in class com.sun.tools.javac.comp.Infer
 
types - Variable in class com.sun.tools.javac.comp.Lower
 
types - Variable in class com.sun.tools.javac.comp.MemberEnter
 
types - Variable in class com.sun.tools.javac.comp.Resolve
 
types - Variable in class com.sun.tools.javac.comp.TransTypes
 
types - Variable in class com.sun.tools.javac.jvm.ClassReader
 
types - Variable in class com.sun.tools.javac.jvm.ClassWriter
Type utilities.
types - Variable in class com.sun.tools.javac.jvm.Code
 
types - Variable in class com.sun.tools.javac.jvm.Gen
 
types - Variable in class com.sun.tools.javac.jvm.Items
Type utilities.
types - Variable in class com.sun.tools.javac.main.JavaCompiler
Type utilities.
types - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
types - Variable in class com.sun.tools.javac.model.JavacElements
 
types - Variable in class com.sun.tools.javac.model.JavacTypes
 
types(List<? extends JCTree>) - Static method in class com.sun.tools.javac.tree.TreeInfo
Return the types of a list of trees.
types - Variable in class com.sun.tools.javac.tree.TreeMaker
 
Types(List<Type>) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a list of trees representing given list of types.
types - Variable in class com.sun.tools.javadoc.DocEnv
 
types - Variable in class edu.rice.cs.mint.comp.TransStaging
 
types - Variable in exception javax.lang.model.type.MirroredTypesException
 
Types - Interface in javax.lang.model.util
Utility methods for operating on types.
Types - Static variable in class sun.tools.javap.Tables
 
Types.Adapter - Class in com.sun.tools.javac.code
 
Types.Adapter(ListBuffer<Type>, ListBuffer<Type>) - Constructor for class com.sun.tools.javac.code.Types.Adapter
 
Types.AdaptFailure - Exception in com.sun.tools.javac.code
 
Types.AdaptFailure() - Constructor for exception com.sun.tools.javac.code.Types.AdaptFailure
 
Types.DefaultSymbolVisitor<R,S> - Class in com.sun.tools.javac.code
A default visitor for symbols.
Types.DefaultSymbolVisitor() - Constructor for class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
Types.DefaultTypeVisitor<R,S> - Class in com.sun.tools.javac.code
A default visitor for types.
Types.DefaultTypeVisitor() - Constructor for class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
Types.MapVisitor<S> - Class in com.sun.tools.javac.code
A visitor for implementing a mapping from types to types.
Types.MapVisitor() - Constructor for class com.sun.tools.javac.code.Types.MapVisitor
 
Types.Rewriter - Class in com.sun.tools.javac.code
 
Types.Rewriter(boolean, boolean) - Constructor for class com.sun.tools.javac.code.Types.Rewriter
 
Types.SimpleVisitor<R,S> - Class in com.sun.tools.javac.code
A simple visitor for types.
Types.SimpleVisitor() - Constructor for class com.sun.tools.javac.code.Types.SimpleVisitor
 
Types.SingletonType - Class in com.sun.tools.javac.code
A wrapper for a type that allows use in sets.
Types.SingletonType(Type) - Constructor for class com.sun.tools.javac.code.Types.SingletonType
 
Types.Subst - Class in com.sun.tools.javac.code
 
Types.Subst(List<Type>, List<Type>) - Constructor for class com.sun.tools.javac.code.Types.Subst
 
Types.SymbolPrinter - Class in com.sun.tools.javac.code
 
Types.SymbolPrinter() - Constructor for class com.sun.tools.javac.code.Types.SymbolPrinter
 
Types.TypePair - Class in com.sun.tools.javac.code
 
Types.TypePair(Type, Type) - Constructor for class com.sun.tools.javac.code.Types.TypePair
 
Types.TypePrinter - Class in com.sun.tools.javac.code
 
Types.TypePrinter() - Constructor for class com.sun.tools.javac.code.Types.TypePrinter
 
Types.TypeRelation - Class in com.sun.tools.javac.code
A plain relation on types.
Types.TypeRelation() - Constructor for class com.sun.tools.javac.code.Types.TypeRelation
 
Types.UnaryVisitor<R> - Class in com.sun.tools.javac.code
A convenience visitor for implementing operations that only require one argument (the type itself), that is, unary operations.
Types.UnaryVisitor() - Constructor for class com.sun.tools.javac.code.Types.UnaryVisitor
 
typeSig(Type) - Method in class com.sun.tools.javac.jvm.ClassWriter
Return signature of given type
TypeSignature - Class in com.sun.tools.javah
Returns internal type signature.
TypeSignature(RootDoc) - Constructor for class com.sun.tools.javah.TypeSignature
 
TypeSignature - Class in sun.tools.javap
Returns java type signature.
TypeSignature(String) - Constructor for class sun.tools.javap.TypeSignature
 
TypesImpl - Class in com.sun.tools.apt.mirror.util
Implementation of Types utility methods for annotation processors
TypesImpl(Context) - Constructor for class com.sun.tools.apt.mirror.util.TypesImpl
 
typesIn(Iterable<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a list of types in elements.
typesIn(Set<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
Returns a set of types in elements.
typesKey - Static variable in class com.sun.tools.apt.mirror.util.TypesImpl
 
typesKey - Static variable in class com.sun.tools.javac.code.Types
 
typeString(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
typeString - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypeExceptionProxy
 
typeStrings - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker.MirroredTypesExceptionProxy
 
typetag(Token) - Static method in class com.sun.tools.javac.parser.JavacParser
Return type tag of basic type represented by token, -1 if token is not a basic type identifier.
typetag - Variable in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
typetag - Variable in class com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree
 
TypeTagCount - Static variable in class com.sun.tools.javac.code.TypeTags
The number of type tags.
typeTagError(JCDiagnostic.DiagnosticPosition, Object, Object) - Method in class com.sun.tools.javac.comp.Check
Report an error that wrong type tag was found.
typeTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The array of custom tags that can appear in classes or interfaces.
TypeTags - Class in com.sun.tools.javac.code
An interface for type tag values, which distinguish between different sorts of types.
TypeTags() - Constructor for class com.sun.tools.javac.code.TypeTags
 
TypeTest(JCTree.JCExpression, JCTree) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
TYPETEST - Static variable in class com.sun.tools.javac.tree.JCTree
Type test expressions, of type TypeTest.
TypeTest(JCTree.JCExpression, JCTree) - Method in class com.sun.tools.javac.tree.TreeMaker
 
typeToCollection(Type) - Method in class com.sun.tools.apt.mirror.type.WildcardTypeImpl
Gets the ReferenceType for a javac Type object, and returns it in a singleton collection.
typeToString(Type) - Method in class com.sun.tools.apt.mirror.type.TypeMaker
Returns the string representation of a type.
typeUtils - Variable in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl
 
typeUtils - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
typeValue(String) - Static method in class sun.tools.javap.Tables
 
TYPEVAR - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all (source-level) type variables.
TypeVariable - Interface in com.sun.javadoc
Represents a type variable.
TypeVariable - Interface in com.sun.mirror.type
Represents a type variable.
TypeVariable - Interface in javax.lang.model.type
Represents a type variable.
TypeVariableImpl - Class in com.sun.tools.apt.mirror.type
Implementation of TypeVariable
TypeVariableImpl(AptEnv, Type.TypeVar) - Constructor for class com.sun.tools.apt.mirror.type.TypeVariableImpl
 
TypeVariableImpl - Class in com.sun.tools.javadoc
Implementation of TypeVariable, which represents a type variable.
TypeVariableImpl(DocEnv, Type.TypeVar) - Constructor for class com.sun.tools.javadoc.TypeVariableImpl
 
typevars - Variable in class com.sun.tools.javac.jvm.ClassReader
The current scope where type variables are entered.
typeVarToString(DocEnv, Type.TypeVar, boolean) - Static method in class com.sun.tools.javadoc.TypeVariableImpl
Return the string form of a type variable along with any "extends" clause.
TypeVisitor - Interface in com.sun.mirror.util
A visitor for types, in the style of the standard visitor design pattern.
TypeVisitor<R,P> - Interface in javax.lang.model.type
A visitor of types, in the style of the visitor design pattern.

U

ul() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print <UL> tag.
ulEnd() - Method in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
Print </UL> tag.
unambiguousNoInstanceException - Variable in class com.sun.tools.javac.comp.Infer
 
Unary(int, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
Unary(int, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
UnaryTree - Interface in com.sun.source.tree
A tree node for postfix and unary expressions.
UNATTRIBUTED - Static variable in class com.sun.tools.javac.code.Flags
Flag for class symbols is set and later re-set to indicate that a class has been entered but has not yet been attributed.
unbox(JCTree.JCExpression, Type) - Method in class com.sun.tools.javac.comp.Lower
Unbox an object to a primitive value.
unbox(JCTree.JCExpression, Type) - Method in class edu.rice.cs.mint.comp.TransStaging
Unbox an object to a primitive value.
unboxedType(Type) - Method in class com.sun.tools.javac.code.Types
Return the primitive type corresponding to a boxed type.
unboxedType(TypeMirror) - Method in class com.sun.tools.javac.model.JavacTypes
 
unboxedType(TypeMirror) - Method in interface javax.lang.model.util.Types
Returns the type (a primitive type) of unboxed values of a given type.
unchecked - Variable in class com.sun.tools.javac.util.Warner
 
uncheckedCast(Object) - Static method in class com.sun.tools.javac.util.Context
TODO: This method should be removed and Context should be made type safe.
uncheckedHandler - Variable in class com.sun.tools.javac.comp.Check
A handler for messages about unchecked or unsafe usage.
uncheckedOverrides(Symbol.MethodSymbol, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.Check
A customized "override" warning message.
uncompleted - Variable in class com.sun.tools.javac.comp.Enter
The queue of all classes that might still need to be completed; saved and initialized by main().
undent() - Method in class com.sun.tools.javac.tree.Pretty
Decrease left margin by indentation width.
UNDETVAR - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all instantiatable type variables.
unHandled(List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Return all exceptions in thrown list that are not in handled list.
unicodeConversionBp - Variable in class com.sun.tools.javac.parser.DocCommentScanner
The buffer index of the last converted Unicode character
unicodeConversionBp - Variable in class com.sun.tools.javac.parser.Scanner
The buffer index of the last converted unicode character
unicodeEscape(char, StringBuffer) - Static method in class com.sun.tools.javadoc.FieldDocImpl
 
uninited - Variable in class com.sun.tools.javac.file.JavacFileManager
 
UNINITIALIZED_OBJECT - Static variable in class com.sun.tools.javac.jvm.UninitializedType
 
UNINITIALIZED_THIS - Static variable in class com.sun.tools.javac.jvm.UninitializedType
 
uninitializedObject(Type, int) - Static method in class com.sun.tools.javac.jvm.UninitializedType
 
uninitializedThis(Type) - Static method in class com.sun.tools.javac.jvm.UninitializedType
 
UninitializedType - Class in com.sun.tools.javac.jvm
These pseudo-types appear in the generated verifier tables to indicate objects that have been allocated but not yet constructed.
UninitializedType(int, Type, int) - Constructor for class com.sun.tools.javac.jvm.UninitializedType
 
uninits - Variable in class com.sun.tools.javac.comp.Flow.PendingExit
 
uninits - Variable in class com.sun.tools.javac.comp.Flow
The set of definitely unassigned variables.
uninitsTry - Variable in class com.sun.tools.javac.comp.Flow
The set of variables that are definitely unassigned everywhere in current try block.
uninitsWhenFalse - Variable in class com.sun.tools.javac.comp.Flow
 
uninitsWhenTrue - Variable in class com.sun.tools.javac.comp.Flow
 
union(List<Type>, List<Type>) - Method in class com.sun.tools.javac.code.Types
Form the union of two closures
union(List<Type>, List<Type>) - Method in class com.sun.tools.javac.comp.Check
Form the union of two type set lists.
uniqueCodeName() - Static method in class edu.rice.cs.mint.runtime.MSPTreeCode
 
uniqueCodeName() - Static method in class edu.rice.cs.mint.runtime.StringCode
 
unit - Variable in class com.sun.source.util.TaskEvent
 
UNKNOWN - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of an unknown type
UnknownAnnotationValueException - Exception in javax.lang.model.element
Indicates that an unknown kind of annotation value was encountered.
UnknownAnnotationValueException(AnnotationValue, Object) - Constructor for exception javax.lang.model.element.UnknownAnnotationValueException
Creates a new UnknownAnnotationValueException.
UnknownElementException - Exception in javax.lang.model.element
Indicates that an unknown kind of element was encountered.
UnknownElementException(Element, Object) - Constructor for exception javax.lang.model.element.UnknownElementException
Creates a new UnknownElementException.
unknownType - Variable in class com.sun.tools.javac.code.Symtab
A value for the unknown type.
UnknownTypeException - Exception in javax.lang.model.type
Indicates that an unknown kind of type was encountered.
UnknownTypeException(TypeMirror, Object) - Constructor for exception javax.lang.model.type.UnknownTypeException
Creates a new UnknownTypeException.The p parameter may be used to pass in an additional argument with information about the context in which the unknown type was encountered; for example, the visit methods of TypeVisitor may pass in their additional parameter.
unlock(int) - Method in class com.sun.tools.javac.jvm.Code.State
 
unmatchedProcessorOptions - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
UNNAMED_PACKAGE_ANCHOR - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DocletConstants
The anchor for the default package.
unnamedPackage - Variable in class com.sun.tools.javac.code.Symtab
A symbol for the unnamed package.
unoptag(Token) - Static method in class com.sun.tools.javac.parser.JavacParser
Return operation tag of unary operator represented by token, -1 if token is not a binary operator.
unrecognized(Name) - Method in class com.sun.tools.javac.jvm.ClassReader
Report unrecognized attribute.
unseenCustomTags - Variable in class com.sun.tools.doclets.internal.toolkit.taglets.TagletManager
The set of unseen custom tags.
UNSET - Static variable in class com.sun.tools.javac.code.Symbol.Level
 
UnsharedNameTable - Class in com.sun.tools.javac.util
Implementation of Name.Table that stores names in individual arrays using weak references.
UnsharedNameTable(Names, int) - Constructor for class com.sun.tools.javac.util.UnsharedNameTable
Allocator
UnsharedNameTable(Names) - Constructor for class com.sun.tools.javac.util.UnsharedNameTable
 
UnsharedNameTable.HashEntry - Class in com.sun.tools.javac.util
 
UnsharedNameTable.HashEntry(UnsharedNameTable.NameImpl) - Constructor for class com.sun.tools.javac.util.UnsharedNameTable.HashEntry
 
UnsharedNameTable.NameImpl - Class in com.sun.tools.javac.util
 
UnsharedNameTable.NameImpl(UnsharedNameTable, byte[], int) - Constructor for class com.sun.tools.javac.util.UnsharedNameTable.NameImpl
 
unwanted(Symbol) - Static method in class com.sun.tools.apt.mirror.declaration.DeclarationImpl
Tests whether this is a symbol that should never be seen by clients, such as a synthetic class.
unwanted(Symbol) - Static method in class com.sun.tools.javac.model.FilteredMemberList
Tests whether this is a symbol that should never be seen by clients, such as a synthetic class.
unwind(JCTree, Env<Gen.GenContext>) - Method in class com.sun.tools.javac.jvm.Gen
Generate code to call all finalizers of structures aborted by a non-local exit.
unwrap(FileObject) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
This implementation returns the given file object.
unwrap(JavaFileObject) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
This implementation forwards to WrappingJavaFileManager.unwrap(FileObject).
unwrap(URI) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
This implementation returns the given URI.
updateContext(Context) - Method in class com.sun.tools.javac.api.JavacTaskImpl
For internal use by Sun Microsystems only.
updateProcessingState(Context, boolean) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
upperBound - Variable in class com.sun.tools.javac.code.Types
 
upperBound(Type) - Method in class com.sun.tools.javac.code.Types
The "rvalue conversion".
The upper bound of most types is the type itself.
upperBounds(List<Type>) - Method in class com.sun.tools.javac.code.Types
 
uri - Variable in class com.sun.tools.javap.ClassWriter
 
uri - Variable in class javax.tools.SimpleJavaFileObject
A URI for this file object.
url(String, String, DocErrorReporter, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.util.Extern
Build the extern package list from given URL or the directory path.
URL_FILE_SEPERATOR - Static variable in class com.sun.tools.doclets.internal.toolkit.util.DirectoryManager
The file separator string, "/", used in the formation of the URL path.
URSHIFT - Static variable in interface sun.tools.javap.Constants
 
usage() - Method in class com.sun.tools.javadoc.Start
Usage
usage(int) - Static method in class com.sun.tools.javah.Util
 
usage() - Method in class sun.tools.javap.Main
Print usage information
usageError(String) - Method in class com.sun.tools.javadoc.Start
 
usageError(String, String) - Method in class com.sun.tools.javadoc.Start
 
usageError(String, String, String) - Method in class com.sun.tools.javadoc.Start
 
UsageMessageNeededException - Exception in com.sun.tools.apt.comp
 
UsageMessageNeededException() - Constructor for exception com.sun.tools.apt.comp.UsageMessageNeededException
 
useAnnotationFlag() - Method in enum com.sun.tools.javac.jvm.Target
 
useBeforeDeclarationWarning - Variable in class com.sun.tools.javac.comp.Attr
Switch: warn about use of variable before declaration? RFE: 6425594
useBreakIterator - Variable in class com.sun.tools.javadoc.DocLocale
True is we should use BreakIterator to compute first sentence.
useBridgeFlag() - Method in enum com.sun.tools.javac.jvm.Target
 
useClone() - Method in class com.sun.tools.javac.comp.Lower
 
used - Variable in class com.sun.tools.javac.api.JavacTaskImpl
 
useEnumFlag() - Method in enum com.sun.tools.javac.jvm.Target
 
useInnerCacheClass() - Method in enum com.sun.tools.javac.jvm.Target
Sometimes we need to create a field to cache a value like a class literal of the assertions flag.
useJsrLocally - Variable in class com.sun.tools.javac.jvm.Gen
True if jsr is used.
usePreindexedCache - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
usePrivateSyntheticFields() - Method in enum com.sun.tools.javac.jvm.Target
Beginning in -target 1.4.2, we make synthetic variables package-private instead of private.
useRawMessages(boolean) - Static method in class com.sun.tools.javac.main.Main
 
userClassPath() - Method in class com.sun.tools.javac.file.Paths
 
useSource(JavaFileObject) - Method in class com.sun.tools.javac.util.AbstractLog
Re-assign source, returning previous setting.
useStringBuilder() - Method in enum com.sun.tools.javac.jvm.Target
Beginning in 1.5, we have an unsynchronized version of StringBuffer called StringBuilder that can be used by the compiler for string concatenation.
useSyntheticFlag() - Method in enum com.sun.tools.javac.jvm.Target
Beginning in 1.5, we have flag bits we can use instead of marker attributes.
useVarargsFlag() - Method in enum com.sun.tools.javac.jvm.Target
 
useZipFileIndex - Variable in class com.sun.tools.javac.file.JavacFileManager
 
usingPackageToUsedClasses - Variable in class com.sun.tools.doclets.formats.html.PackageUseWriter
 
USR - Static variable in class com.sun.tools.javac.tree.JCTree
 
USR_ASG - Static variable in class com.sun.tools.javac.tree.JCTree
 
utf2chars(byte[], int, char[], int, int) - Static method in class com.sun.tools.javac.util.Convert
Convert `len' bytes from utf8 to characters.
utf2chars(byte[], int, int) - Static method in class com.sun.tools.javac.util.Convert
Return bytes in Utf8 representation as an array of characters.
utf2chars(byte[]) - Static method in class com.sun.tools.javac.util.Convert
Return all bytes of a given array in Utf8 representation as an array of characters.
utf2string(byte[], int, int) - Static method in class com.sun.tools.javac.util.Convert
Return bytes in Utf8 representation as a string.
utf2string(byte[]) - Static method in class com.sun.tools.javac.util.Convert
Return all bytes of a given array in Utf8 representation as a string.
Util - Class in com.sun.tools.doclets.internal.toolkit.util
Utilities Class for Doclets.
Util() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.Util
 
Util - Class in com.sun.tools.javah
Messages, verbose and error handling support.
Util() - Constructor for class com.sun.tools.javah.Util
 
Util.TypeComparator - Class in com.sun.tools.doclets.internal.toolkit.util
We want the list of types in alphabetical order.
Util.TypeComparator() - Constructor for class com.sun.tools.doclets.internal.toolkit.util.Util.TypeComparator
 

V

v - Variable in class com.sun.tools.javac.jvm.Pool.Variable
 
VAL - Static variable in class com.sun.tools.javac.code.Kinds
The kind of values (variables or non-variable expressions), includes VAR.
validate(JCTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Check
Visitor method: Validate a type expression, if it is not null, catching and reporting any completion failures.
validate(List<? extends JCTree>, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Check
Visitor method: Validate a list of type expressions.
validateAnnotation(JCTree.JCAnnotation, Symbol) - Method in class com.sun.tools.javac.comp.Check
Check an annotation of a symbol.
validateAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.comp.Check
Check an annotation value.
validateAnnotationMethod(JCDiagnostic.DiagnosticPosition, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.Check
"It is also a compile-time error if any method declared in an annotation type has a signature that is override-equivalent to that of any public or protected method declared in class Object or in the interface annotation.Annotation."
validateAnnotations(List<JCTree.JCAnnotation>, Symbol) - Method in class com.sun.tools.javac.comp.Check
Check the annotations of a symbol.
validateAnnotationType(JCTree) - Method in class com.sun.tools.javac.comp.Check
Annotation types are restricted to primitives, String, an enum, an annotation, Class, Class, Class, arrays of the preceding.
validateAnnotationType(JCDiagnostic.DiagnosticPosition, Type) - Method in class com.sun.tools.javac.comp.Check
 
validateClassName(String) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
validateOptions(String[][]) - Static method in class com.sun.tools.javah.MainDoclet
Parse the command line options.
validatePackageName(String) - Static method in class com.sun.tools.javac.file.JavacFileManager
 
validateTypeNotIn(TypeMirror, Set<TypeKind>) - Method in class com.sun.tools.javac.model.JavacTypes
Throws an IllegalArgumentException if a type's kind is one of a set.
validator - Variable in class com.sun.tools.javac.comp.Check
Validate a type expression.
validOptions(String[][], DocErrorReporter) - Static method in class com.sun.javadoc.Doclet
Check that options have the correct arguments.
validOptions(String[][], DocErrorReporter) - Method in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Perform error checking on the given options.
validOptions(String[][], DocErrorReporter) - Static method in class com.sun.tools.doclets.formats.html.HtmlDoclet
Check that options have the correct arguments here.
validOptions(String[][], DocErrorReporter) - Method in class com.sun.tools.doclets.internal.toolkit.Configuration
Perform error checking on the given options.
validOptions(String[][], DocErrorReporter) - Static method in class com.sun.tools.doclets.standard.Standard
 
validOptions(List<String[]>) - Method in class com.sun.tools.javadoc.DocletInvoker
Let doclet check that all options are OK.
value() - Method in interface com.sun.javadoc.AnnotationDesc.ElementValuePair
Returns the value associated with the annotation type element.
value() - Method in interface com.sun.javadoc.AnnotationValue
Returns the value.
value - Variable in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
value - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
value - Variable in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
value - Variable in class com.sun.tools.classfile.Annotation.element_value_pair
 
value - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_Double_info
 
value - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info
 
value - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_Integer_info
 
value - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_Long_info
 
value - Variable in class com.sun.tools.classfile.ConstantPool.CONSTANT_Utf8_info
 
value - Variable in exception com.sun.tools.classfile.ConstantPool.EntryNotFound
 
value - Variable in class com.sun.tools.javac.code.Attribute.Constant
 
value - Variable in class com.sun.tools.javac.code.Attribute.Enum
 
value - Variable in class com.sun.tools.javac.code.Symbol.Level
 
value - Variable in class com.sun.tools.javac.jvm.ClassReader.AnnotationDefaultCompleter
 
value - Variable in exception com.sun.tools.javac.jvm.ClassWriter.StringOverflow
 
value - Variable in class com.sun.tools.javac.jvm.Items.ImmediateItem
The literal's value.
value - Variable in enum com.sun.tools.javac.main.JavaCompiler.CompileState
 
value - Variable in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
value - Variable in class com.sun.tools.javac.tree.JCTree.JCLiteral
 
value - Variable in enum com.sun.tools.javac.util.MandatoryWarningHandler.DeferredDiagnosticKind
 
Value - Variable in class com.sun.tools.javac.util.Names
 
value - Variable in class com.sun.tools.javac.util.Names
 
value - Variable in class com.sun.tools.javadoc.AnnotationDescImpl.ElementValuePairImpl
 
value() - Method in class com.sun.tools.javadoc.AnnotationDescImpl.ElementValuePairImpl
Returns the value associated with the annotation type element.
value() - Method in class com.sun.tools.javadoc.AnnotationValueImpl
Returns the value.
value - Variable in class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
value - Variable in class edu.rice.cs.mint.runtime.mspTree.CspMSPTree
 
value - Variable in class javax.annotation.processing.Completions.SimpleCompletion
 
value_cpx - Variable in class sun.tools.javap.FieldData
 
valueOf(String) - Static method in enum com.sun.javadoc.LanguageVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.mirror.apt.Filer.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.mirror.declaration.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.mirror.type.PrimitiveType.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.source.tree.Tree.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.source.util.TaskEvent.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.apt.mirror.apt.FilerImpl.FileKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.classfile.AccessFlags.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.api.DiagnosticFormatter.PositionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.code.BoundKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.code.Flags.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.code.Kinds.KindName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.code.Lint.LintCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.code.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.jvm.ClassWriter.RetentionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.jvm.Code.StackMapFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.jvm.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.main.JavaCompiler.CompilePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.main.JavaCompiler.CompileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.main.JavaCompiler.ImplicitSourcePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.main.JavacOption.ChoiceKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.main.JavacOption.OptionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.main.OptionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.parser.Scanner.CommentStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.parser.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.util.BasicDiagnosticFormatter.BasicFormatKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.util.JCDiagnostic.DiagnosticType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.javac.util.MandatoryWarningHandler.DeferredDiagnosticKind
Returns the enum constant of this type with the specified name.
valueOf - Variable in class com.sun.tools.javac.util.Names
 
valueOf(String) - Static method in enum javax.lang.model.element.ElementKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.lang.model.element.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.lang.model.element.NestingKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.lang.model.SourceVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.lang.model.type.TypeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.tools.Diagnostic.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.tools.JavaFileObject.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.tools.StandardLocation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.javadoc.LanguageVersion
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.mirror.apt.Filer.Location
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.mirror.declaration.Modifier
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.mirror.type.PrimitiveType.Kind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.source.tree.Tree.Kind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.source.util.TaskEvent.Kind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.apt.mirror.apt.FilerImpl.FileKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.classfile.AccessFlags.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class com.sun.tools.classfile.Annotation.Array_element_value
 
values() - Static method in enum com.sun.tools.javac.api.DiagnosticFormatter.PositionKind
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class com.sun.tools.javac.code.Attribute.Array
 
values - Variable in class com.sun.tools.javac.code.Attribute.Compound
The attributes values, as pairs.
values() - Static method in enum com.sun.tools.javac.code.BoundKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.code.Flags.Flag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.code.Kinds.KindName
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.code.Lint.LintCategory
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class com.sun.tools.javac.code.Lint
 
values() - Static method in enum com.sun.tools.javac.code.Source
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class com.sun.tools.javac.comp.Lower.EnumMapping
 
values() - Static method in enum com.sun.tools.javac.comp.Resolve.MethodResolutionPhase
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class com.sun.tools.javac.jvm.ClassReader.ArrayAttributeProxy
 
values - Variable in class com.sun.tools.javac.jvm.ClassReader.CompoundAnnotationProxy
 
values() - Static method in enum com.sun.tools.javac.jvm.ClassWriter.RetentionPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.jvm.Code.StackMapFormat
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.jvm.Target
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.main.JavaCompiler.CompilePolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.main.JavaCompiler.CompileState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.main.JavaCompiler.ImplicitSourcePolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.main.JavacOption.ChoiceKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.main.JavacOption.OptionKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.main.OptionName
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.parser.Scanner.CommentStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.parser.Token
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.util.BasicDiagnosticFormatter.BasicFormatKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.util.JCDiagnostic.DiagnosticType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.sun.tools.javac.util.MandatoryWarningHandler.DeferredDiagnosticKind
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class com.sun.tools.javac.util.Names
 
values - Variable in class com.sun.tools.javac.util.Options
 
values() - Static method in enum javax.lang.model.element.ElementKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.lang.model.element.Modifier
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.lang.model.element.NestingKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.lang.model.SourceVersion
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.lang.model.type.TypeKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.tools.Diagnostic.Kind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.tools.JavaFileObject.Kind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.tools.StandardLocation
Returns an array containing the constants of this enum type, in the order they're declared.
ValueTaglet - Class in com.sun.tools.doclets.internal.toolkit.taglets
An inline Taglet representing the value tag.
ValueTaglet() - Constructor for class com.sun.tools.doclets.internal.toolkit.taglets.ValueTaglet
Construct a new ValueTaglet.
valueTagOutput(FieldDoc, String, boolean) - Method in class com.sun.tools.doclets.formats.html.TagletWriterImpl
Return the output for the value tag.
valueTagOutput(FieldDoc, String, boolean) - Method in class com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Return the output for the value tag.
VAR - Static variable in class com.sun.tools.javac.code.Kinds
The kind of variable symbols.
var - Variable in class com.sun.tools.javac.tree.JCTree.JCEnhancedForLoop
 
var_gensym_counter - Static variable in class edu.rice.cs.mint.runtime.MSPTreeCode
 
VARARGS - Static variable in class com.sun.tools.javac.code.Flags
Flag that marks varargs methods.
varArgs - Variable in class com.sun.tools.javac.comp.AttrContext
Are arguments to current function applications boxed into an array for varargs?
Varargs - Variable in class com.sun.tools.javac.util.Names
 
varargsDuplicateError(JCDiagnostic.DiagnosticPosition, Symbol, Symbol) - Method in class com.sun.tools.javac.comp.Check
Report array/varargs duplicate declaration
varargsElement - Variable in class com.sun.tools.javac.tree.JCTree.JCMethodInvocation
 
varargsElement - Variable in class com.sun.tools.javac.tree.JCTree.JCNewClass
 
varargsEnabled - Variable in class com.sun.tools.javac.comp.Resolve
 
varargsOverrides(Symbol.MethodSymbol, Symbol.MethodSymbol) - Method in class com.sun.tools.javac.comp.Check
A customized "override" warning message.
varBuffer - Variable in class com.sun.tools.javac.jvm.Code
Previously live local variables, to be put into the variable table.
varBufferSize - Variable in class com.sun.tools.javac.jvm.Code
 
varDebugInfo - Variable in class com.sun.tools.javac.jvm.Code
Switch: emit variable debug info.
varDebugInfo - Variable in class com.sun.tools.javac.jvm.Gen
 
VARDECLARATION - Static variable in interface sun.tools.javap.Constants
 
VarDef(JCTree.JCModifiers, Name, JCTree.JCExpression, JCTree.JCExpression) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
VARDEF - Static variable in class com.sun.tools.javac.tree.JCTree
Variable definitions, of type VarDef.
VarDef(JCTree.JCModifiers, Name, JCTree.JCExpression, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
 
VarDef(Symbol.VarSymbol, JCTree.JCExpression) - Method in class com.sun.tools.javac.tree.TreeMaker
Create a variable definition from a variable symbol and an initializer expression.
VarFlags - Static variable in class com.sun.tools.javac.code.Flags
Modifier masks.
varGenSym(String) - Static method in class edu.rice.cs.mint.runtime.MSPTreeCode
 
variableDeclarator(JCTree.JCModifiers, JCTree.JCExpression, boolean, String) - Method in class com.sun.tools.javac.parser.JavacParser
VariableDeclarator = Ident VariableDeclaratorRest ConstantDeclarator = Ident ConstantDeclaratorRest
variableDeclaratorId(JCTree.JCModifiers, JCTree.JCExpression) - Method in class com.sun.tools.javac.parser.JavacParser
VariableDeclaratorId = Ident BracketsOpt
variableDeclaratorRest(int, JCTree.JCModifiers, JCTree.JCExpression, Name, boolean, String) - Method in class com.sun.tools.javac.parser.JavacParser
VariableDeclaratorRest = BracketsOpt ["=" VariableInitializer] ConstantDeclaratorRest = BracketsOpt "=" VariableInitializer
variableDeclarators(JCTree.JCModifiers, JCTree.JCExpression, T) - Method in class com.sun.tools.javac.parser.JavacParser
VariableDeclarators = VariableDeclarator { "," VariableDeclarator }
variableDeclaratorsRest(int, JCTree.JCModifiers, JCTree.JCExpression, Name, boolean, String, T) - Method in class com.sun.tools.javac.parser.JavacParser
VariableDeclaratorsRest = VariableDeclaratorRest { "," VariableDeclarator } ConstantDeclaratorsRest = ConstantDeclaratorRest { "," ConstantDeclarator }
VariableElement - Interface in javax.lang.model.element
Represents a field, enum constant, method or constructor parameter, local variable, or exception parameter.
variableInitializer() - Method in class com.sun.tools.javac.parser.JavacParser
VariableInitializer = ArrayInitializer | Expression
VariableTree - Interface in com.sun.source.tree
A tree node for a variable declaration.
varNotFound - Variable in class com.sun.tools.javac.comp.Resolve
error symbols, which are returned when resolution fails
vars - Variable in class com.sun.tools.javac.comp.Flow
A mapping from addresses to variable symbols.
vartype - Variable in class com.sun.tools.javac.tree.JCTree.JCVariableDecl
 
verbose - Variable in class com.sun.tools.javac.jvm.ClassReader
Switch: verbose output.
verbose - Variable in class com.sun.tools.javac.jvm.ClassWriter
Switch: verbose output.
verbose - Variable in class com.sun.tools.javac.main.JavaCompiler
Verbose output.
verbose - Static variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
 
verbose - Variable in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
verbose - Variable in class com.sun.tools.javac.util.MandatoryWarningHandler
Whether or not to report individual warnings, or simply to report a single aggregate warning at the end of the compilation.
verbose - Static variable in class com.sun.tools.javah.Util
 
verbose - Variable in class com.sun.tools.javap.Options
 
verboseCompilePolicy - Variable in class com.sun.tools.javac.main.JavaCompiler
Report activity related to compilePolicy
verbosePath - Variable in class com.sun.tools.javac.jvm.ClassReader
 
version() - Static method in class com.sun.tools.javac.main.JavaCompiler
The current version number as a string.
version(String) - Static method in class com.sun.tools.javac.main.JavaCompiler
 
version() - Static method in class com.sun.tools.javah.Util
 
version(String) - Method in class com.sun.tools.javap.JavapTask
 
version - Variable in class com.sun.tools.javap.Options
 
versionRB - Static variable in class com.sun.tools.javac.main.JavaCompiler
 
versionRB - Static variable in class com.sun.tools.javap.JavapTask
 
versionRBName - Static variable in class com.sun.tools.javac.main.JavaCompiler
 
versionRBName - Static variable in class com.sun.tools.javap.JavapTask
 
visibleClasses - Variable in class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
List of ClassDoc objects for which ClassMembers objects are built.
visibleMemberMap - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
The visible members for the given class.
visibleMemberMap - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
The visible constructors for the given class.
visibleMemberMap - Variable in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
The visible enum constantss for the given class.
visibleMemberMap - Variable in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
The visible fields for the given class.
visibleMemberMap - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
The visible methods for the given class.
VisibleMemberMap - Class in com.sun.tools.doclets.internal.toolkit.util
A data structure that encapsulates the visible members of a particular type for a given class tree.
VisibleMemberMap(ClassDoc, int, boolean) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap
Construct a VisibleMemberMap of the given type for the given class.
VisibleMemberMap.ClassMember - Class in com.sun.tools.doclets.internal.toolkit.util
Represents a class member.
VisibleMemberMap.ClassMember(ProgramElementDoc) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMember
 
VisibleMemberMap.ClassMembers - Class in com.sun.tools.doclets.internal.toolkit.util
A data structure that represents the class members for a visible class.
VisibleMemberMap.ClassMembers(ClassDoc, String) - Constructor for class com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.ClassMembers
 
visibleMemberMapEnumConst - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
The map used to get the visible variables.
visibleMemberMapFields - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
The map used to get the visible variables.
visibleMemberMaps - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
The visible members for the given class.
visit(Tree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visit(Iterable<? extends Tree>, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visit(Symbol, S) - Method in class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
visit(Type, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visit(Type) - Method in class com.sun.tools.javac.code.Types.MapVisitor
 
visit(List<Symbol>, Locale) - Method in class com.sun.tools.javac.code.Types.SymbolPrinter
 
visit(List<Type>, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visit(Type) - Method in class com.sun.tools.javac.code.Types.UnaryVisitor
 
visit(ConstantPool.CPInfo) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visit(AnnotationValue, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits an annotation value.
visit(AnnotationValue) - Method in interface javax.lang.model.element.AnnotationValueVisitor
A convenience method equivalent to v.visit(av, null).
visit(Element, P) - Method in interface javax.lang.model.element.ElementVisitor
Visits an element.
visit(Element) - Method in interface javax.lang.model.element.ElementVisitor
A convenience method equivalent to v.visit(e, null).
visit(TypeMirror, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits a type.
visit(TypeMirror) - Method in interface javax.lang.model.type.TypeVisitor
A convenience method equivalent to v.visit(t, null).
visit(AnnotationValue, P) - Method in class javax.lang.model.util.AbstractAnnotationValueVisitor6
Visits an annotation value as if by passing itself to that value's accept.
visit(AnnotationValue) - Method in class javax.lang.model.util.AbstractAnnotationValueVisitor6
Visits an annotation value as if by passing itself to that value's accept method passing null for the additional parameter.
visit(Element, P) - Method in class javax.lang.model.util.AbstractElementVisitor6
Visits any program element as if by passing itself to that element's accept method.
visit(Element) - Method in class javax.lang.model.util.AbstractElementVisitor6
Visits any program element as if by passing itself to that element's accept method and passing null for the additional parameter.
visit(TypeMirror, P) - Method in class javax.lang.model.util.AbstractTypeVisitor6
Visits any type mirror as if by passing itself to that type mirror's accept method.
visit(TypeMirror) - Method in class javax.lang.model.util.AbstractTypeVisitor6
Visits any type mirror as if by passing itself to that type mirror's accept method and passing null for the additional parameter.
visit_append_frame(StackMapTable_attribute.append_frame, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
visit_append_frame(StackMapTable_attribute.append_frame, P) - Method in interface com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame.Visitor
 
visit_append_frame(StackMapTable_attribute.append_frame, Void) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
visit_chop_frame(StackMapTable_attribute.chop_frame, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
visit_chop_frame(StackMapTable_attribute.chop_frame, P) - Method in interface com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame.Visitor
 
visit_chop_frame(StackMapTable_attribute.chop_frame, Void) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
visit_full_frame(StackMapTable_attribute.full_frame, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
visit_full_frame(StackMapTable_attribute.full_frame, P) - Method in interface com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame.Visitor
 
visit_full_frame(StackMapTable_attribute.full_frame, Void) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
visit_same_frame(StackMapTable_attribute.same_frame, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
visit_same_frame(StackMapTable_attribute.same_frame, P) - Method in interface com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame.Visitor
 
visit_same_frame(StackMapTable_attribute.same_frame, Void) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
visit_same_frame_extended(StackMapTable_attribute.same_frame_extended, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
visit_same_frame_extended(StackMapTable_attribute.same_frame_extended, P) - Method in interface com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame.Visitor
 
visit_same_frame_extended(StackMapTable_attribute.same_frame_extended, Void) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
visit_same_locals_1_stack_item_frame(StackMapTable_attribute.same_locals_1_stack_item_frame, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
visit_same_locals_1_stack_item_frame(StackMapTable_attribute.same_locals_1_stack_item_frame, P) - Method in interface com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame.Visitor
 
visit_same_locals_1_stack_item_frame(StackMapTable_attribute.same_locals_1_stack_item_frame, Void) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
visit_same_locals_1_stack_item_frame_extended(StackMapTable_attribute.same_locals_1_stack_item_frame_extended, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
visit_same_locals_1_stack_item_frame_extended(StackMapTable_attribute.same_locals_1_stack_item_frame_extended, P) - Method in interface com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame.Visitor
 
visit_same_locals_1_stack_item_frame_extended(StackMapTable_attribute.same_locals_1_stack_item_frame_extended, Void) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
visitAnnotation(AnnotationTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitAnnotation(AnnotationTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitAnnotation(AnnotationTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
visitAnnotation(Annotation.Annotation_element_value, P) - Method in interface com.sun.tools.classfile.Annotation.element_value.Visitor
 
visitAnnotation(Annotation.Annotation_element_value, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.comp.Attr
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.comp.Lower
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.tree.Pretty
 
visitAnnotation(AnnotationTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitAnnotation(JCTree.JCAnnotation) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitAnnotation(Annotation.Annotation_element_value, Void) - Method in class com.sun.tools.javap.AnnotationWriter.element_value_Writer
 
visitAnnotation(AnnotationMirror, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits an annotation value in an annotation.
visitAnnotation(AnnotationMirror, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits an annotation value in an annotation. This implementation calls defaultAction.
visitAnnotationDefault(AnnotationDefault_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitAnnotationDefault(AnnotationDefault_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitAnnotationDefault(AnnotationDefault_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitAnnotationType(AnnotationType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits an annotation type.
visitAnnotationType(AnnotationType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits an annotation type.
visitAnnotationTypeDeclaration(AnnotationTypeDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits an annotation type declaration.
visitAnnotationTypeDeclaration(AnnotationTypeDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits an annotation type declaration.
visitAnnotationTypeDeclaration(AnnotationTypeDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits an annotation type declaration.
visitAnnotationTypeDeclaration(AnnotationTypeDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitAnnotationTypeDeclaration(AnnotationTypeDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits an annotation type element declaration.
visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits an annotation type element declaration.
visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits an annotation type element declaration.
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.comp.Attr
Visitor method for method invocations.
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.comp.Flow
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.comp.Lower.FreeVarCollector
If tree refers to a superclass constructor call, add all free variables of the superclass.
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.comp.Lower
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.jvm.Gen
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.tree.Pretty
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitApply(JCTree.JCMethodInvocation) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitArray(Attribute.Array) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
visitArray(Attribute.Array) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
visitArray(Annotation.Array_element_value, P) - Method in interface com.sun.tools.classfile.Annotation.element_value.Visitor
 
visitArray(Annotation.Array_element_value, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
visitArray(Attribute.Array) - Method in interface com.sun.tools.javac.code.Attribute.Visitor
 
visitArray(Attribute.Array) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
visitArray(Attribute.Array) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitArray(Attribute.Array) - Method in class com.sun.tools.javac.jvm.ClassWriter.AttributeWriter
 
visitArray(Attribute.Array) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
visitArray(Attribute.Array) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
visitArray(Attribute.Array) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
visitArray(Attribute.Array) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
visitArray(Annotation.Array_element_value, Void) - Method in class com.sun.tools.javap.AnnotationWriter.element_value_Writer
 
visitArray(List<? extends AnnotationValue>, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits an array value in an annotation.
visitArray(ArrayType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits an array type.
visitArray(List<? extends AnnotationValue>, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits an array value in an annotation. This implementation calls defaultAction.
visitArray(ArrayType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits an array type. This implementation calls defaultAction.
visitArrayAccess(ArrayAccessTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitArrayAccess(ArrayAccessTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitArrayAccess(ArrayAccessTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitArrayAccess(ArrayAccessTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitArrayAttributeProxy(ClassReader.ArrayAttributeProxy) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitArrayAttributeProxy(ClassReader.ArrayAttributeProxy) - Method in interface com.sun.tools.javac.jvm.ClassReader.ProxyVisitor
 
visitArrayForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.comp.Lower
A statment of the form
visitArrayType(ArrayType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits an array type.
visitArrayType(ArrayType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits an array type.
visitArrayType(ArrayTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitArrayType(ArrayTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitArrayType(ArrayTypeTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitArrayType(Type.ArrayType, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitArrayType(Type.ArrayType, Type) - Method in class com.sun.tools.javac.code.Types.Adapter
 
visitArrayType(Type.ArrayType, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitArrayType(Type.ArrayType, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitArrayType(Type.ArrayType, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitArrayType(ArrayTypeTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitAssert(AssertTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitAssert(AssertTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitAssert(AssertTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.comp.Attr
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.comp.Flow
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.comp.Lower
Visitor method for assert statements.
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.tree.Pretty
 
visitAssert(AssertTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitAssert(JCTree.JCAssert) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.comp.Attr
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.comp.Flow
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.comp.Lower
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.jvm.Gen
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.tree.Pretty
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitAssign(JCTree.JCAssign) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitAssignment(AssignmentTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitAssignment(AssignmentTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitAssignment(AssignmentTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitAssignment(AssignmentTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.comp.Attr
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.comp.Flow
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.comp.Lower
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.jvm.Gen
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.tree.Pretty
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitAssignop(JCTree.JCAssignOp) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitBinary(BinaryTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitBinary(BinaryTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitBinary(BinaryTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.comp.Attr
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.comp.Flow
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.comp.Lower
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.jvm.Gen
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.tree.Pretty
 
visitBinary(BinaryTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitBinary(JCTree.JCBinary) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitBlock(BlockTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitBlock(BlockTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitBlock(BlockTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.comp.Attr
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.comp.Flow
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.comp.Lower
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.jvm.Gen
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.Pretty
 
visitBlock(BlockTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitBlock(JCTree.JCBlock) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitBoolean(boolean, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a boolean value in an annotation.
visitBoolean(boolean, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a boolean value in an annotation. This implementation calls defaultAction.
visitBracketExpr(BracketExprTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitBracketExpr(BracketExprTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitBracketExpr(BracketExprTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitBracketExpr(JCTree.JCBracketExpr) - Method in class com.sun.tools.javac.comp.Attr
 
visitBracketExpr(JCTree.JCBracketExpr) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitBracketExpr(JCTree.JCBracketExpr) - Method in class com.sun.tools.javac.tree.Pretty
 
visitBracketExpr(BracketExprTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitBracketExpr(JCTree.JCBracketExpr) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitBracketExpr(JCTree.JCBracketExpr) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitBracketExpr(JCTree.JCBracketExpr) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
visitBracketExpr(JCTree.JCBracketExpr) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitBracketStat(BracketStatTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitBracketStat(BracketStatTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitBracketStat(BracketStatTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitBracketStat(JCTree.JCBracketStat) - Method in class com.sun.tools.javac.comp.Attr
 
visitBracketStat(JCTree.JCBracketStat) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitBracketStat(JCTree.JCBracketStat) - Method in class com.sun.tools.javac.tree.Pretty
 
visitBracketStat(BracketStatTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitBracketStat(JCTree.JCBracketStat) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitBracketStat(JCTree.JCBracketStat) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
visitBracketStat(JCTree.JCBracketStat) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitBreak(BreakTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitBreak(BreakTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitBreak(BreakTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.comp.Attr
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.comp.Flow
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.jvm.Gen
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.tree.Pretty
 
visitBreak(BreakTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitBreak(JCTree.JCBreak) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitByte(byte, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a byte value in an annotation.
visitByte(byte, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a byte value in an annotation. This implementation calls defaultAction.
visitCapturedType(Type.CapturedType, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitCapturedType(Type.CapturedType, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitCapturedType(Type.CapturedType, Void) - Method in class com.sun.tools.javac.code.Types.Rewriter
 
visitCapturedType(Type.CapturedType, S) - Method in class com.sun.tools.javac.code.Types.SimpleVisitor
 
visitCapturedType(Type.CapturedType, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitCase(CaseTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitCase(CaseTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitCase(CaseTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitCase(JCTree.JCCase) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitCase(JCTree.JCCase) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitCase(JCTree.JCCase) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitCase(JCTree.JCCase) - Method in class com.sun.tools.javac.tree.Pretty
 
visitCase(CaseTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitCase(JCTree.JCCase) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitCase(JCTree.JCCase) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitCatch(CatchTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitCatch(CatchTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitCatch(CatchTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitCatch(JCTree.JCCatch) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitCatch(JCTree.JCCatch) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitCatch(JCTree.JCCatch) - Method in class com.sun.tools.javac.tree.Pretty
 
visitCatch(CatchTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitCatch(JCTree.JCCatch) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitCatch(JCTree.JCCatch) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitChar(char, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a char value in an annotation.
visitChar(char, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a char value in an annotation. This implementation calls defaultAction.
visitCharacterRangeTable(CharacterRangeTable_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitCharacterRangeTable(CharacterRangeTable_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitCharacterRangeTable(CharacterRangeTable_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitClass(ClassTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitClass(ClassTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitClass(ClassTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitClass(Attribute.Class) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
visitClass(Attribute.Class) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
visitClass(Annotation.Class_element_value, P) - Method in interface com.sun.tools.classfile.Annotation.element_value.Visitor
 
visitClass(ConstantPool.CONSTANT_Class_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitClass(Annotation.Class_element_value, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
visitClass(ConstantPool.CONSTANT_Class_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitClass(ConstantPool.CONSTANT_Class_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitClass(Attribute.Class) - Method in interface com.sun.tools.javac.code.Attribute.Visitor
 
visitClass(Attribute.Class) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
visitClass(Attribute.Class) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitClass(Attribute.Class) - Method in class com.sun.tools.javac.jvm.ClassWriter.AttributeWriter
 
visitClass(Attribute.Class) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
visitClass(ClassTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitClass(Attribute.Class) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
visitClass(Attribute.Class) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
visitClass(Attribute.Class) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
visitClass(Annotation.Class_element_value, Void) - Method in class com.sun.tools.javap.AnnotationWriter.element_value_Writer
 
visitClass(ConstantPool.CONSTANT_Class_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitClassDeclaration(ClassDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a class declaration.
visitClassDeclaration(ClassDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a class declaration.
visitClassDeclaration(ClassDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a class declaration.
visitClassDeclaration(ClassDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitClassDeclaration(ClassDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner
Visits a class declaration.
visitClassDeclaration(ClassDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Attr
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Enter
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Flow
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Lower.ClassMap
All encountered class defs are entered into classdefs table.
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Lower
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.tree.Pretty
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitClassDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javadoc.JavadocEnter
 
visitClassDef(JCTree.JCClassDecl) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitClassSymbol(Symbol.ClassSymbol, P) - Method in interface com.sun.tools.javac.code.Symbol.Visitor
 
visitClassSymbol(Symbol.ClassSymbol, S) - Method in class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
visitClassSymbol(Symbol.ClassSymbol, Locale) - Method in class com.sun.tools.javac.code.Types.SymbolPrinter
 
visitClassType(ClassType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a class type.
visitClassType(ClassType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a class type.
visitClassType(Type.ClassType, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitClassType(Type.ClassType, Type) - Method in class com.sun.tools.javac.code.Types.Adapter
 
visitClassType(Type.ClassType, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitClassType(Type.ClassType, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitClassType(Type.ClassType, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitCode(Code_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitCode(Code_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitCode(Code_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitCompilationID(CompilationID_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitCompilationID(CompilationID_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitCompilationID(CompilationID_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitCompilationUnit(CompilationUnitTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitCompilationUnit(CompilationUnitTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitCompilationUnit(CompilationUnitTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitCompilationUnit(CompilationUnitTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
visitCompound(Attribute.Compound) - Method in interface com.sun.tools.javac.code.Attribute.Visitor
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.javac.jvm.ClassWriter.AttributeWriter
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
visitCompound(Attribute.Compound) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
visitCompoundAnnotationProxy(ClassReader.CompoundAnnotationProxy) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitCompoundAnnotationProxy(ClassReader.CompoundAnnotationProxy) - Method in interface com.sun.tools.javac.jvm.ClassReader.ProxyVisitor
 
visitCompoundAssignment(CompoundAssignmentTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitCompoundAssignment(CompoundAssignmentTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitCompoundAssignment(CompoundAssignmentTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitCompoundAssignment(CompoundAssignmentTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitCompoundInternal(Attribute.Compound) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.comp.Attr
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.comp.Flow
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.comp.Lower
Visitor method for conditional expressions.
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.jvm.Gen
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.tree.Pretty
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitConditional(JCTree.JCConditional) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitConditionalExpression(ConditionalExpressionTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitConditionalExpression(ConditionalExpressionTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitConditionalExpression(ConditionalExpressionTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitConditionalExpression(ConditionalExpressionTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
visitConstant(Attribute.Constant) - Method in interface com.sun.tools.javac.code.Attribute.Visitor
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.javac.jvm.ClassWriter.AttributeWriter
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
visitConstant(Attribute.Constant) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
visitConstantValue(ConstantValue_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitConstantValue(ConstantValue_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitConstantValue(ConstantValue_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitConstructorDeclaration(ConstructorDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a constructor declaration.
visitConstructorDeclaration(ConstructorDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a constructor declaration.
visitConstructorDeclaration(ConstructorDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a constructor declaration.
visitConstructorDeclaration(ConstructorDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitConstructorDeclaration(ConstructorDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitContinue(ContinueTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitContinue(ContinueTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitContinue(ContinueTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.comp.Attr
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.comp.Flow
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.jvm.Gen
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.tree.Pretty
 
visitContinue(ContinueTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitContinue(JCTree.JCContinue) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitDeclaration(Declaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a declaration.
visitDeclaration(Declaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a declaration.
visitDeclaration(Declaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a declaration.
visitDeclaration(Declaration) - Method in class com.sun.tools.apt.mirror.apt.AnnotationProcessorEnvironmentImpl.CollectingAP.CollectingVisitor
 
visitDeclared(DeclaredType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits a declared type.
visitDeclared(DeclaredType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits a declared type. This implementation calls defaultAction.
visitDeclaredType(DeclaredType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a declared type.
visitDeclaredType(DeclaredType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a declared type.
visitDefault(DefaultAttribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitDefault(DefaultAttribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitDefault(DefaultAttribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitDeprecated(Deprecated_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitDeprecated(Deprecated_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitDeprecated(Deprecated_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.comp.Attr
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.comp.Flow
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.comp.Lower
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.jvm.Gen
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.tree.Pretty
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitDouble(ConstantPool.CONSTANT_Double_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitDouble(ConstantPool.CONSTANT_Double_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitDouble(ConstantPool.CONSTANT_Double_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitDouble(ConstantPool.CONSTANT_Double_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitDouble(double, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a double value in an annotation.
visitDouble(double, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a double value in an annotation. This implementation calls defaultAction.
visitDoWhileLoop(DoWhileLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitDoWhileLoop(DoWhileLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitDoWhileLoop(DoWhileLoopTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitDoWhileLoop(DoWhileLoopTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitEmptyStatement(EmptyStatementTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitEmptyStatement(EmptyStatementTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitEmptyStatement(EmptyStatementTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitEmptyStatement(EmptyStatementTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitEnclosingMethod(EnclosingMethod_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitEnclosingMethod(EnclosingMethod_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitEnclosingMethod(EnclosingMethod_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitEnhancedForLoop(EnhancedForLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitEnhancedForLoop(EnhancedForLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitEnhancedForLoop(EnhancedForLoopTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitEnhancedForLoop(EnhancedForLoopTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
visitEnum(Annotation.Enum_element_value, P) - Method in interface com.sun.tools.classfile.Annotation.element_value.Visitor
 
visitEnum(Annotation.Enum_element_value, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
visitEnum(Attribute.Enum) - Method in interface com.sun.tools.javac.code.Attribute.Visitor
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.javac.jvm.ClassWriter.AttributeWriter
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
visitEnum(Attribute.Enum) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
visitEnum(Annotation.Enum_element_value, Void) - Method in class com.sun.tools.javap.AnnotationWriter.element_value_Writer
 
visitEnumAttributeProxy(ClassReader.EnumAttributeProxy) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitEnumAttributeProxy(ClassReader.EnumAttributeProxy) - Method in interface com.sun.tools.javac.jvm.ClassReader.ProxyVisitor
 
visitEnumConstant(VariableElement, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits an enum value in an annotation.
visitEnumConstant(VariableElement, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits an enum value in an annotation. This implementation calls defaultAction.
visitEnumConstantDeclaration(EnumConstantDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits an enum constant declaration.
visitEnumConstantDeclaration(EnumConstantDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits an enum constant declaration.
visitEnumConstantDeclaration(EnumConstantDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits an enum constant declaration.
visitEnumConstantDeclaration(EnumConstantDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitEnumConstantDeclaration(EnumConstantDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitEnumConstantDef(JCTree.JCVariableDecl, int) - Method in class com.sun.tools.javac.comp.Lower
Translate an enumeration constant and its initializer.
visitEnumDeclaration(EnumDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits an enum declaration.
visitEnumDeclaration(EnumDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits an enum declaration.
visitEnumDeclaration(EnumDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits an enum declaration.
visitEnumDeclaration(EnumDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitEnumDeclaration(EnumDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitEnumDef(JCTree.JCClassDecl) - Method in class com.sun.tools.javac.comp.Lower
Translate an enum class.
visitEnumSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.comp.Lower
 
visitEnumType(EnumType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits an enum type.
visitEnumType(EnumType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits an enum type.
visitErroneous(ErroneousTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitErroneous(ErroneousTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitErroneous(ErroneousTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitErroneous(JCTree.JCErroneous) - Method in class com.sun.tools.javac.comp.Attr
 
visitErroneous(JCTree.JCErroneous) - Method in class com.sun.tools.javac.comp.MemberEnter
 
visitErroneous(JCTree.JCErroneous) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitErroneous(JCTree.JCErroneous) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitErroneous(JCTree.JCErroneous) - Method in class com.sun.tools.javac.tree.Pretty
 
visitErroneous(ErroneousTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitErroneous(JCTree.JCErroneous) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitErroneous(JCTree.JCErroneous) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitError(Attribute.Error) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationProxyMaker.ValueVisitor
 
visitError(Attribute.Error) - Method in class com.sun.tools.apt.mirror.declaration.AnnotationValueImpl.ValueVisitor
 
visitError(Attribute.Error) - Method in interface com.sun.tools.javac.code.Attribute.Visitor
 
visitError(Attribute.Error) - Method in class com.sun.tools.javac.code.Lint.AugmentVisitor
 
visitError(Attribute.Error) - Method in class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
 
visitError(Attribute.Error) - Method in class com.sun.tools.javac.jvm.ClassWriter.AttributeWriter
 
visitError(Attribute.Error) - Method in class com.sun.tools.javac.model.AnnotationProxyMaker.ValueVisitor
 
visitError(Attribute.Error) - Method in class com.sun.tools.javac.tree.TreeMaker.AnnotationBuilder
 
visitError(Attribute.Error) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ToStringVisitor
 
visitError(Attribute.Error) - Method in class com.sun.tools.javadoc.AnnotationValueImpl.ValueVisitor
 
visitError(ErrorType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits an error type.
visitError(ErrorType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits an error type. This implementation calls defaultAction.
visitErrorType(Type.ErrorType, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitErrorType(Type.ErrorType, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitErrorType(Type.ErrorType, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitEscapeExpr(EscapeExprTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitEscapeExpr(EscapeExprTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitEscapeExpr(EscapeExprTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitEscapeExpr(JCTree.JCEscapeExpr) - Method in class com.sun.tools.javac.comp.Attr
 
visitEscapeExpr(JCTree.JCEscapeExpr) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitEscapeExpr(JCTree.JCEscapeExpr) - Method in class com.sun.tools.javac.tree.Pretty
 
visitEscapeExpr(EscapeExprTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitEscapeExpr(JCTree.JCEscapeExpr) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
visitEscapeExpr(JCTree.JCEscapeExpr) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitEscapeStat(EscapeStatTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitEscapeStat(EscapeStatTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitEscapeStat(EscapeStatTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitEscapeStat(JCTree.JCEscapeStat) - Method in class com.sun.tools.javac.comp.Attr
 
visitEscapeStat(JCTree.JCEscapeStat) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitEscapeStat(JCTree.JCEscapeStat) - Method in class com.sun.tools.javac.tree.Pretty
 
visitEscapeStat(EscapeStatTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitEscapeStat(JCTree.JCEscapeStat) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
visitEscapeStat(JCTree.JCEscapeStat) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitExceptions(Exceptions_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitExceptions(Exceptions_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitExceptions(Exceptions_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.comp.Attr
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.jvm.Gen
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.tree.Pretty
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitExec(JCTree.JCExpressionStatement) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitExecutable(ExecutableElement, Boolean) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
visitExecutable(ExecutableElement, P) - Method in interface javax.lang.model.element.ElementVisitor
Visits an executable element.
visitExecutable(ExecutableType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits an executable type.
visitExecutable(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits an executable element, dispatching to the visit method for the specific kind of executable, CONSTRUCTOR, INSTANCE_INIT, METHOD, or STATIC_INIT.
visitExecutable(ExecutableElement, P) - Method in class javax.lang.model.util.ElementScanner6
Visits an executable element. This implementation scans the parameters.
visitExecutable(ExecutableElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
Visits an executable element. This implementation calls defaultAction.
visitExecutable(ExecutableType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits an executable type. This implementation calls defaultAction.
visitExecutableAsConstructor(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a CONSTRUCTOR executable element by calling defaultAction.
visitExecutableAsInstanceInit(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits an INSTANCE_INIT executable element by calling defaultAction.
visitExecutableAsMethod(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a METHOD executable element by calling defaultAction.
visitExecutableAsStaticInit(ExecutableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a STATIC_INIT executable element by calling defaultAction.
visitExecutableDeclaration(ExecutableDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a method or constructor declaration.
visitExecutableDeclaration(ExecutableDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a method or constructor declaration.
visitExecutableDeclaration(ExecutableDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a method or constructor declaration.
visitExecutableDeclaration(ExecutableDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner
 
visitExpressionStatement(ExpressionStatementTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitExpressionStatement(ExpressionStatementTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitExpressionStatement(ExpressionStatementTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitExpressionStatement(ExpressionStatementTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitFieldDeclaration(FieldDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a field declaration.
visitFieldDeclaration(FieldDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a field declaration.
visitFieldDeclaration(FieldDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a field declaration.
visitFieldDeclaration(FieldDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitFieldDeclaration(FieldDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitFieldref(ConstantPool.CONSTANT_Fieldref_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitFieldref(ConstantPool.CONSTANT_Fieldref_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitFieldref(ConstantPool.CONSTANT_Fieldref_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitFieldref(ConstantPool.CONSTANT_Fieldref_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitFloat(ConstantPool.CONSTANT_Float_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitFloat(ConstantPool.CONSTANT_Float_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitFloat(ConstantPool.CONSTANT_Float_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitFloat(ConstantPool.CONSTANT_Float_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitFloat(float, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a float value in an annotation.
visitFloat(float, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a float value in an annotation. This implementation calls defaultAction.
visitForAll(Type.ForAll, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitForAll(Type.ForAll, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitForAll(Type.ForAll, S) - Method in class com.sun.tools.javac.code.Types.SimpleVisitor
 
visitForAll(Type.ForAll, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitForAll(Type.ForAll, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.comp.Attr
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.comp.Flow
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.comp.Lower
Translate away the foreach loop.
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.jvm.Gen
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.tree.Pretty
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitForLoop(ForLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitForLoop(ForLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitForLoop(ForLoopTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.comp.Attr
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.comp.Flow
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.comp.Lower
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.jvm.Gen
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.tree.Pretty
 
visitForLoop(ForLoopTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitForLoop(JCTree.JCForLoop) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.comp.Attr
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.comp.Flow
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.comp.Lower.FreeVarCollector
If tree refers to a variable in owner of local class, add it to free variables list.
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.comp.Lower
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.jvm.Gen
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.tree.Pretty
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitIdent(JCTree.JCIdent) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitIdent(JCTree.JCIdent) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer
 
visitIdent(JCTree.JCIdent) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitIdentifier(IdentifierTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitIdentifier(IdentifierTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitIdentifier(IdentifierTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitIdentifier(IdentifierTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr.IdentAttributer
 
visitIdentifier(IdentifierTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitIf(IfTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitIf(IfTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitIf(IfTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.comp.Attr
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.comp.Flow
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.comp.Lower
Visitor method for if statements.
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.jvm.Gen
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.tree.Pretty
 
visitIf(IfTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitIf(JCTree.JCIf) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitImport(ImportTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitImport(ImportTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitImport(ImportTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitImport(JCTree.JCImport) - Method in class com.sun.tools.javac.comp.Attr
 
visitImport(JCTree.JCImport) - Method in class com.sun.tools.javac.comp.MemberEnter
 
visitImport(JCTree.JCImport) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitImport(JCTree.JCImport) - Method in class com.sun.tools.javac.tree.Pretty
 
visitImport(ImportTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitImport(JCTree.JCImport) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitImport(JCTree.JCImport) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.comp.Attr
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.comp.Lower
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.jvm.Gen
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.tree.Pretty
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitIndexed(JCTree.JCArrayAccess) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitInnerClasses(InnerClasses_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitInnerClasses(InnerClasses_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitInnerClasses(InnerClasses_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitInstanceOf(InstanceOfTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitInstanceOf(InstanceOfTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitInstanceOf(InstanceOfTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitInstanceOf(InstanceOfTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitInt(int, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits an int value in an annotation.
visitInt(int, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits an int value in an annotation. This implementation calls defaultAction.
visitInteger(ConstantPool.CONSTANT_Integer_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitInteger(ConstantPool.CONSTANT_Integer_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitInteger(ConstantPool.CONSTANT_Integer_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitInteger(ConstantPool.CONSTANT_Integer_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitInterfaceDeclaration(InterfaceDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits an interface declaration.
visitInterfaceDeclaration(InterfaceDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits an interface declaration.
visitInterfaceDeclaration(InterfaceDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits an interface declaration.
visitInterfaceDeclaration(InterfaceDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitInterfaceDeclaration(InterfaceDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitInterfaceMethodref(ConstantPool.CONSTANT_InterfaceMethodref_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitInterfaceMethodref(ConstantPool.CONSTANT_InterfaceMethodref_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitInterfaceMethodref(ConstantPool.CONSTANT_InterfaceMethodref_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitInterfaceMethodref(ConstantPool.CONSTANT_InterfaceMethodref_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitInterfaceType(InterfaceType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits an interface type.
visitInterfaceType(InterfaceType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits an interface type.
visitIterableForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.sun.tools.javac.comp.Lower
A statement of the form
visitLabeledStatement(LabeledStatementTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitLabeledStatement(LabeledStatementTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitLabeledStatement(LabeledStatementTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitLabeledStatement(LabeledStatementTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.comp.Attr
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.comp.Flow
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.jvm.Gen
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.tree.Pretty
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitLabelled(JCTree.JCLabeledStatement) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.comp.Attr
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.comp.Flow
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.comp.Lower
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.jvm.Gen
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.tree.Pretty
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitLetExpr(JCTree.LetExpr) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitLineNumberTable(LineNumberTable_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitLineNumberTable(LineNumberTable_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitLineNumberTable(LineNumberTable_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitLiteral(LiteralTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitLiteral(LiteralTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitLiteral(LiteralTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitLiteral(JCTree.JCLiteral) - Method in class com.sun.tools.javac.comp.Attr
 
visitLiteral(JCTree.JCLiteral) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitLiteral(JCTree.JCLiteral) - Method in class com.sun.tools.javac.jvm.Gen
 
visitLiteral(JCTree.JCLiteral) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitLiteral(JCTree.JCLiteral) - Method in class com.sun.tools.javac.tree.Pretty
 
visitLiteral(LiteralTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitLiteral(JCTree.JCLiteral) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitLiteral(JCTree.JCLiteral) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitLocalVariableTable(LocalVariableTable_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitLocalVariableTable(LocalVariableTable_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitLocalVariableTable(LocalVariableTable_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitLocalVariableTypeTable(LocalVariableTypeTable_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitLocalVariableTypeTable(LocalVariableTypeTable_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitLocalVariableTypeTable(LocalVariableTypeTable_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitLong(ConstantPool.CONSTANT_Long_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitLong(ConstantPool.CONSTANT_Long_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitLong(ConstantPool.CONSTANT_Long_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitLong(ConstantPool.CONSTANT_Long_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitLong(long, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a long value in an annotation.
visitLong(long, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a long value in an annotation. This implementation calls defaultAction.
visitMemberDeclaration(MemberDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a member or constructor declaration.
visitMemberDeclaration(MemberDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a member or constructor declaration.
visitMemberDeclaration(MemberDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a member or constructor declaration.
visitMemberSelect(MemberSelectTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitMemberSelect(MemberSelectTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitMemberSelect(MemberSelectTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitMemberSelect(MemberSelectTree, Env<AttrContext>) - Method in class com.sun.tools.javac.comp.Attr.IdentAttributer
 
visitMemberSelect(MemberSelectTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitMethod(MethodTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitMethod(MethodTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitMethod(MethodTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitMethod(MethodTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitMethodDeclaration(MethodDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a method declaration.
visitMethodDeclaration(MethodDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a method declaration.
visitMethodDeclaration(MethodDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a method declaration.
visitMethodDeclaration(MethodDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitMethodDeclaration(MethodDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PrePrinting
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.comp.Attr
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.comp.Flow
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.comp.Lower
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.comp.MemberEnter
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.jvm.Gen
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.tree.Pretty
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class com.sun.tools.javadoc.JavadocMemberEnter
 
visitMethodDef(JCTree.JCMethodDecl) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitMethodDefInternal(JCTree.JCMethodDecl) - Method in class com.sun.tools.javac.comp.Lower
 
visitMethodInvocation(MethodInvocationTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitMethodInvocation(MethodInvocationTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitMethodInvocation(MethodInvocationTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitMethodInvocation(MethodInvocationTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitMethodref(ConstantPool.CONSTANT_Methodref_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitMethodref(ConstantPool.CONSTANT_Methodref_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitMethodref(ConstantPool.CONSTANT_Methodref_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitMethodref(ConstantPool.CONSTANT_Methodref_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitMethodSymbol(Symbol.MethodSymbol, P) - Method in interface com.sun.tools.javac.code.Symbol.Visitor
 
visitMethodSymbol(Symbol.MethodSymbol, S) - Method in class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
visitMethodSymbol(Symbol.MethodSymbol, Locale) - Method in class com.sun.tools.javac.code.Types.SymbolPrinter
 
visitMethodType(Type.MethodType, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitMethodType(Type.MethodType, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitMethodType(Type.MethodType, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitMethodType(Type.MethodType, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitModifiers(ModifiersTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitModifiers(ModifiersTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitModifiers(ModifiersTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitModifiers(JCTree.JCModifiers) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitModifiers(JCTree.JCModifiers) - Method in class com.sun.tools.javac.tree.Pretty
 
visitModifiers(ModifiersTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitModifiers(JCTree.JCModifiers) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitModifiers(JCTree.JCModifiers) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitModule(Module_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitModule(Module_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitModule(Module_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitModuleExportTable(ModuleExportTable_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitModuleExportTable(ModuleExportTable_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitModuleExportTable(ModuleExportTable_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitModuleMemberTable(ModuleMemberTable_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitModuleMemberTable(ModuleMemberTable_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitModuleMemberTable(ModuleMemberTable_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitNameAndType(ConstantPool.CONSTANT_NameAndType_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitNameAndType(ConstantPool.CONSTANT_NameAndType_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitNameAndType(ConstantPool.CONSTANT_NameAndType_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitNameAndType(ConstantPool.CONSTANT_NameAndType_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitNewArray(NewArrayTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitNewArray(NewArrayTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitNewArray(NewArrayTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.comp.Attr
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.comp.Flow
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.comp.Lower
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.jvm.Gen
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.tree.Pretty
 
visitNewArray(NewArrayTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitNewArray(JCTree.JCNewArray) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitNewClass(NewClassTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitNewClass(NewClassTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitNewClass(NewClassTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.comp.Attr
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.comp.Flow
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.comp.Lower.FreeVarCollector
If tree refers to a class instance creation expression add all free variables of the freshly created class.
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.comp.Lower
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.jvm.Gen
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.tree.Pretty
 
visitNewClass(NewClassTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitNewClass(JCTree.JCNewClass) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitNoType(NoType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits a NoType instance.
visitNoType(NoType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits a NoType instance. This implementation calls defaultAction.
visitNoType(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a NoType instance, dispatching to the visit method for the specific kind of pseudo-type: VOID, PACKAGE, or NONE.
visitNoTypeAsNone(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a NONE pseudo-type by calling defaultAction.
visitNoTypeAsPackage(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a PACKAGE pseudo-type by calling defaultAction.
visitNoTypeAsVoid(NoType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a VOID pseudo-type by calling defaultAction.
visitNull(NullType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits the null type.
visitNull(NullType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits the null type. This implementation calls defaultAction.
visitOperatorSymbol(Symbol.OperatorSymbol, P) - Method in interface com.sun.tools.javac.code.Symbol.Visitor
 
visitOperatorSymbol(Symbol.OperatorSymbol, S) - Method in class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
visitOperatorSymbol(Symbol.OperatorSymbol, Locale) - Method in class com.sun.tools.javac.code.Types.SymbolPrinter
 
visitOther(Tree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitOther(Tree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitOther(Tree, P) - Method in class com.sun.source.util.TreeScanner
 
visitOther(Tree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitPackage(PackageElement, Set<TypeElement>) - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment.ComputeAnnotationSet
 
visitPackage(PackageElement, Boolean) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
visitPackage(PackageElement, P) - Method in interface javax.lang.model.element.ElementVisitor
Visits a package element.
visitPackage(PackageElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a package element. This implementation calls defaultAction. The element argument has kind PACKAGE.
visitPackage(PackageElement, P) - Method in class javax.lang.model.util.ElementScanner6
Visits a package element. This implementation scans the enclosed elements.
visitPackage(PackageElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
Visits a package element. This implementation calls defaultAction.
visitPackageDeclaration(PackageDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a package declaration.
visitPackageDeclaration(PackageDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a package declaration.
visitPackageDeclaration(PackageDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a package declaration.
visitPackageSymbol(Symbol.PackageSymbol, P) - Method in interface com.sun.tools.javac.code.Symbol.Visitor
 
visitPackageSymbol(Symbol.PackageSymbol, S) - Method in class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
visitPackageSymbol(Symbol.PackageSymbol, Locale) - Method in class com.sun.tools.javac.code.Types.SymbolPrinter
 
visitPackageType(Type.PackageType, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitPackageType(Type.PackageType, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitPackageType(Type.PackageType, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitParameterDeclaration(ParameterDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a parameter declaration.
visitParameterDeclaration(ParameterDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a parameter declaration.
visitParameterDeclaration(ParameterDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a parameter declaration.
visitParameterizedType(ParameterizedTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitParameterizedType(ParameterizedTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitParameterizedType(ParameterizedTypeTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitParameterizedType(ParameterizedTypeTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.comp.Attr
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.comp.Lower
Visitor method for parenthesized expressions.
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.jvm.Gen
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.tree.Pretty
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitParens(JCTree.JCParens) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitParenthesized(ParenthesizedTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitParenthesized(ParenthesizedTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitParenthesized(ParenthesizedTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitParenthesized(ParenthesizedTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitPrimitive(Annotation.Primitive_element_value, P) - Method in interface com.sun.tools.classfile.Annotation.element_value.Visitor
 
visitPrimitive(Annotation.Primitive_element_value, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
visitPrimitive(Annotation.Primitive_element_value, Void) - Method in class com.sun.tools.javap.AnnotationWriter.element_value_Writer
 
visitPrimitive(PrimitiveType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits a primitive type.
visitPrimitive(PrimitiveType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits a primitive type. This implementation calls defaultAction.
visitPrimitive(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a primitive type, dispatching to the visit method for the specific kind of primitive type: BOOLEAN, BYTE, etc.
visitPrimitiveAsBoolean(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a BOOLEAN primitive type by calling defaultAction.
visitPrimitiveAsByte(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a BYTE primitive type by calling defaultAction.
visitPrimitiveAsChar(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a CHAR primitive type by calling defaultAction.
visitPrimitiveAsDouble(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a DOUBLE primitive type by calling defaultAction.
visitPrimitiveAsFloat(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a FLOAT primitive type by calling defaultAction.
visitPrimitiveAsInt(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits an INT primitive type by calling defaultAction.
visitPrimitiveAsLong(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a LONG primitive type by calling defaultAction.
visitPrimitiveAsShort(PrimitiveType, P) - Method in class javax.lang.model.util.TypeKindVisitor6
Visits a SHORT primitive type by calling defaultAction.
visitPrimitiveType(PrimitiveType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a primitive type.
visitPrimitiveType(PrimitiveType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a primitive type.
visitPrimitiveType(PrimitiveTypeTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitPrimitiveType(PrimitiveTypeTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitPrimitiveType(PrimitiveTypeTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitPrimitiveType(PrimitiveTypeTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitRef(ConstantPool.CPRefInfo, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitReferenceType(ReferenceType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a reference type.
visitReferenceType(ReferenceType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a reference type.
visitReturn(ReturnTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitReturn(ReturnTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitReturn(ReturnTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.comp.Attr
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.comp.Flow
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.comp.Lower
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.jvm.Gen
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.tree.Pretty
 
visitReturn(ReturnTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitReturn(JCTree.JCReturn) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitRuntimeInvisibleParameterAnnotations(RuntimeInvisibleParameterAnnotations_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitRuntimeInvisibleParameterAnnotations(RuntimeInvisibleParameterAnnotations_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitRuntimeInvisibleParameterAnnotations(RuntimeInvisibleParameterAnnotations_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitRuntimeVisibleAnnotations(RuntimeVisibleAnnotations_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitRuntimeVisibleAnnotations(RuntimeVisibleAnnotations_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitRuntimeVisibleAnnotations(RuntimeVisibleAnnotations_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitRuntimeVisibleParameterAnnotations(RuntimeVisibleParameterAnnotations_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitRuntimeVisibleParameterAnnotations(RuntimeVisibleParameterAnnotations_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitRuntimeVisibleParameterAnnotations(RuntimeVisibleParameterAnnotations_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.comp.Attr
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.comp.Check.Validator
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.comp.Lower.FreeVarCollector
If tree refers to a qualified this or super expression for anything but the current class, add the outer this stack as a free variable.
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.comp.Lower
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.jvm.Gen
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.tree.Pretty
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitSelect(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitSelect(JCTree.JCFieldAccess) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitSelectInternal(JCTree.JCFieldAccess) - Method in class com.sun.tools.javac.comp.Check.Validator
 
visitShort(short, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a short value in an annotation.
visitShort(short, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a short value in an annotation. This implementation calls defaultAction.
visitSignature(Signature_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitSignature(Signature_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitSignature(Signature_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitSkip(JCTree.JCSkip) - Method in class com.sun.tools.javac.comp.Attr
 
visitSkip(JCTree.JCSkip) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitSkip(JCTree.JCSkip) - Method in class com.sun.tools.javac.jvm.Gen
 
visitSkip(JCTree.JCSkip) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitSkip(JCTree.JCSkip) - Method in class com.sun.tools.javac.tree.Pretty
 
visitSkip(JCTree.JCSkip) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitSkip(JCTree.JCSkip) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitSourceDebugExtension(SourceDebugExtension_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitSourceDebugExtension(SourceDebugExtension_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitSourceDebugExtension(SourceDebugExtension_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitSourceFile(SourceFile_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitSourceFile(SourceFile_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitSourceFile(SourceFile_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitSourceID(SourceID_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitSourceID(SourceID_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitSourceID(SourceID_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitStackMap(StackMap_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitStackMap(StackMap_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitStackMap(StackMap_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitStackMapTable(StackMapTable_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitStackMapTable(StackMapTable_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitStackMapTable(StackMapTable_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitString(ConstantPool.CONSTANT_String_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitString(ConstantPool.CONSTANT_String_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitString(ConstantPool.CONSTANT_String_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitString(ConstantPool.CONSTANT_String_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitString(String, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a string value in an annotation.
visitString(String, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a string value in an annotation. This implementation calls defaultAction.
visitSwitch(SwitchTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitSwitch(SwitchTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitSwitch(SwitchTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.comp.Attr
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.comp.Flow
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.comp.Lower
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.jvm.Gen
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.tree.Pretty
 
visitSwitch(SwitchTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitSwitch(JCTree.JCSwitch) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitSymbol(Symbol, P) - Method in interface com.sun.tools.javac.code.Symbol.Visitor
 
visitSymbol(Symbol, Locale) - Method in class com.sun.tools.javac.code.Types.SymbolPrinter
 
visitSymbol(Symbol) - Method in class com.sun.tools.javac.comp.Lower.FreeVarCollector
 
visitSynchronized(SynchronizedTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitSynchronized(SynchronizedTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitSynchronized(SynchronizedTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.comp.Attr
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.jvm.Gen
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.tree.Pretty
 
visitSynchronized(SynchronizedTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitSynchronized(JCTree.JCSynchronized) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitSynthetic(Synthetic_attribute, P) - Method in interface com.sun.tools.classfile.Attribute.Visitor
 
visitSynthetic(Synthetic_attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
visitSynthetic(Synthetic_attribute, Void) - Method in class com.sun.tools.javap.AttributeWriter
 
visitThrow(ThrowTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitThrow(ThrowTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitThrow(ThrowTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.comp.Attr
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.comp.Flow
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.jvm.Gen
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.tree.Pretty
 
visitThrow(ThrowTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitThrow(JCTree.JCThrow) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.comp.Enter
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.comp.Flow
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.comp.Lower
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.comp.MemberEnter
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.tree.Pretty
Visitor methods
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.sun.tools.javadoc.JavadocEnter
 
visitTree(JCTree) - Method in class com.sun.tools.javac.comp.Attr
Default visitor method for all other trees.
visitTree(JCTree) - Method in class com.sun.tools.javac.comp.Check.Validator
Default visitor method: do nothing.
visitTree(JCTree) - Method in class com.sun.tools.javac.comp.Enter
Default class enter visitor method: do nothing.
visitTree(JCTree) - Method in class com.sun.tools.javac.comp.MemberEnter
Default member enter visitor method: do nothing
visitTree(JCTree) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTree(JCTree) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTree(JCTree) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTree(JCTree) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTree(JCTree) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTry(TryTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitTry(TryTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitTry(TryTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.comp.Attr
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.comp.Flow
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.jvm.Gen
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTry(TryTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTry(JCTree.JCTry) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitType(Type, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitType(Type, Type) - Method in class com.sun.tools.javac.code.Types.Adapter
 
visitType(Type, S) - Method in class com.sun.tools.javac.code.Types.MapVisitor
 
visitType(Type, Void) - Method in class com.sun.tools.javac.code.Types.Rewriter
 
visitType(Type, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitType(Type, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitType(TypeElement, Boolean) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
visitType(TypeMirror, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits a type value in an annotation.
visitType(TypeElement, P) - Method in interface javax.lang.model.element.ElementVisitor
Visits a type element.
visitType(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a type element, dispatching to the visit method for the specific kind of type, ANNOTATION_TYPE, CLASS, ENUM, or INTERFACE.
visitType(TypeElement, P) - Method in class javax.lang.model.util.ElementScanner6
Visits a type element. This implementation scans the enclosed elements.
visitType(TypeMirror, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
Visits a type value in an annotation. This implementation calls defaultAction.
visitType(TypeElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
Visits a type element. This implementation calls defaultAction.
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.comp.Attr
Visitor method for parameterized types.
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.comp.Check.Validator
 
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.comp.TransTypes
Visitor method for parameterized types.
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTypeApply(JCTree.JCTypeApply) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.comp.Attr
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.comp.Check.Validator
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTypeAsAnnotationType(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits an ANNOTATION_TYPE type element by calling defaultAction.
visitTypeAsClass(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a CLASS type element by calling defaultAction.
visitTypeAsEnum(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits an ENUM type element by calling defaultAction.
visitTypeAsInterface(TypeElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits an INTERFACE type element by calling defaultAction.
visitTypeBoundKind(JCTree.TypeBoundKind) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTypeBoundKind(JCTree.TypeBoundKind) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTypeBoundKind(JCTree.TypeBoundKind) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTypeBoundKind(JCTree.TypeBoundKind) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTypeCast(TypeCastTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitTypeCast(TypeCastTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitTypeCast(TypeCastTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.comp.Attr
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.comp.Flow
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.comp.Lower
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.jvm.Gen
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTypeCast(TypeCastTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTypeCast(JCTree.JCTypeCast) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTypeDeclaration(TypeDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a type declaration.
visitTypeDeclaration(TypeDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a type declaration.
visitTypeDeclaration(TypeDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a type declaration.
visitTypeDeclaration(TypeDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner
Visits a type declaration.
visitTypeDeclaration(TypeDeclaration) - Method in class com.sun.tools.apt.comp.PrintAP.PrintingVisitors.PostPrinting
 
visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.sun.tools.javac.comp.Attr
 
visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTypeMirror(TypeMirror) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a type mirror.
visitTypeMirror(TypeMirror) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a type mirror.
visitTypeParameter(TypeParameterTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitTypeParameter(TypeParameterTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitTypeParameter(TypeParameterTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.comp.Attr
 
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.comp.Check.Validator
 
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.comp.Enter
Class enter visitor method for type parameters.
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTypeParameter(TypeParameterElement, Boolean) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTypeParameter(TypeParameterTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTypeParameter(TypeParameterElement, P) - Method in interface javax.lang.model.element.ElementVisitor
Visits a type parameter element.
visitTypeParameter(TypeParameterElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a type parameter element. This implementation calls defaultAction. The element argument has kind TYPE_PARAMETER.
visitTypeParameter(TypeParameterElement, P) - Method in class javax.lang.model.util.ElementScanner6
Visits a type parameter element. This implementation scans the enclosed elements.
visitTypeParameter(TypeParameterElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
Visits a type parameter element. This implementation calls defaultAction.
visitTypeParameterDeclaration(TypeParameterDeclaration) - Method in class com.sun.mirror.util.DeclarationScanner
Visits a type parameter declaration.
visitTypeParameterDeclaration(TypeParameterDeclaration) - Method in interface com.sun.mirror.util.DeclarationVisitor
Visits a type parameter declaration.
visitTypeParameterDeclaration(TypeParameterDeclaration) - Method in class com.sun.mirror.util.SimpleDeclarationVisitor
Visits a type parameter declaration.
visitTypeParameterDeclaration(TypeParameterDeclaration) - Method in class com.sun.mirror.util.SourceOrderDeclScanner.SourceOrderComparator.DeclPartialOrder
 
visitTypeSymbol(Symbol.TypeSymbol, P) - Method in interface com.sun.tools.javac.code.Symbol.Visitor
 
visitTypeSymbol(Symbol.TypeSymbol, S) - Method in class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.comp.Attr
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.jvm.Gen
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.tree.Pretty
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitTypeTest(JCTree.JCInstanceOf) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitTypeVar(Type.TypeVar, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitTypeVar(Type.TypeVar, Type) - Method in class com.sun.tools.javac.code.Types.Adapter
 
visitTypeVar(Type.TypeVar, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitTypeVar(Type.TypeVar, Void) - Method in class com.sun.tools.javac.code.Types.Rewriter
 
visitTypeVar(Type.TypeVar, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitTypeVariable(TypeVariable) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a type variable.
visitTypeVariable(TypeVariable) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a type variable.
visitTypeVariable(TypeVariable, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits a type variable.
visitTypeVariable(TypeVariable, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits a type variable. This implementation calls defaultAction.
visitUnary(UnaryTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitUnary(UnaryTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitUnary(UnaryTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.comp.Attr
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.comp.Flow
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.comp.Lower
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.jvm.Gen
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.tree.Pretty
 
visitUnary(UnaryTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitUnary(JCTree.JCUnary) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitUndetVar(Type.UndetVar, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitUndetVar(Type.UndetVar, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitUndetVar(Type.UndetVar, S) - Method in class com.sun.tools.javac.code.Types.SimpleVisitor
 
visitUndetVar(Type.UndetVar, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
visitUnknown(AnnotationValue, P) - Method in interface javax.lang.model.element.AnnotationValueVisitor
Visits an unknown kind of annotation value.
visitUnknown(Element, P) - Method in interface javax.lang.model.element.ElementVisitor
Visits an unknown kind of element.
visitUnknown(TypeMirror, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits an unknown kind of type.
visitUnknown(AnnotationValue, P) - Method in class javax.lang.model.util.AbstractAnnotationValueVisitor6
Visits an unknown kind of annotation value.
visitUnknown(Element, P) - Method in class javax.lang.model.util.AbstractElementVisitor6
Visits an unknown kind of element.
visitUnknown(TypeMirror, P) - Method in class javax.lang.model.util.AbstractTypeVisitor6
Visits an unknown kind of type.
visitUtf8(ConstantPool.CONSTANT_Utf8_info, Map<Object, Object>) - Method in class com.sun.tools.classfile.ClassTranslator
 
visitUtf8(ConstantPool.CONSTANT_Utf8_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
visitUtf8(ConstantPool.CONSTANT_Utf8_info, P) - Method in interface com.sun.tools.classfile.ConstantPool.Visitor
 
visitUtf8(ConstantPool.CONSTANT_Utf8_info, Void) - Method in class com.sun.tools.javap.ConstantWriter.StringValueVisitor
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.apt.comp.Apt.AptTreeScanner
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.comp.Attr
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.comp.Flow
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.comp.Lower
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.comp.MemberEnter
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.jvm.Gen
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.tree.Pretty
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitVarDef(JCTree.JCVariableDecl) - Method in class com.sun.tools.javadoc.JavadocMemberEnter
 
visitVarDef(JCTree.JCVariableDecl) - Method in class edu.rice.cs.mint.comp.TransStaging
 
visitVariable(VariableTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitVariable(VariableTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitVariable(VariableTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitVariable(VariableElement, Boolean) - Method in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
visitVariable(VariableTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitVariable(VariableElement, P) - Method in interface javax.lang.model.element.ElementVisitor
Visits a variable element.
visitVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a variable element, dispatching to the visit method for the specific kind of variable, ENUM_CONSTANT, EXCEPTION_PARAMETER, FIELD, LOCAL_VARIABLE, or PARAMETER.
visitVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementScanner6
Visits a variable element. This implementation scans the enclosed elements.
visitVariable(VariableElement, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
Visits a variable element. This implementation calls defaultAction.
visitVariableAsEnumConstant(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits an ENUM_CONSTANT variable element by calling defaultAction.
visitVariableAsExceptionParameter(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits an EXCEPTION_PARAMETER variable element by calling defaultAction.
visitVariableAsField(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a FIELD variable element by calling defaultAction.
visitVariableAsLocalVariable(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a LOCAL_VARIABLE variable element by calling defaultAction.
visitVariableAsParameter(VariableElement, P) - Method in class javax.lang.model.util.ElementKindVisitor6
Visits a PARAMETER variable element by calling defaultAction.
visitVarSymbol(Symbol.VarSymbol, P) - Method in interface com.sun.tools.javac.code.Symbol.Visitor
 
visitVarSymbol(Symbol.VarSymbol, S) - Method in class com.sun.tools.javac.code.Types.DefaultSymbolVisitor
 
visitVoidType(VoidType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a void type.
visitVoidType(VoidType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a void type.
visitWhileLoop(WhileLoopTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitWhileLoop(WhileLoopTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitWhileLoop(WhileLoopTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.comp.Attr
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.comp.Flow
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.comp.Lower
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.comp.TransTypes
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.jvm.Gen
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.tree.Pretty
 
visitWhileLoop(WhileLoopTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitWildcard(WildcardTree, P) - Method in interface com.sun.source.tree.TreeVisitor
 
visitWildcard(WildcardTree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
 
visitWildcard(WildcardTree, P) - Method in class com.sun.source.util.TreeScanner
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.comp.Attr
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.comp.Check.Validator
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.jvm.CRTable.SourceComputer
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.jvm.Gen
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.tree.JCTree.Visitor
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.tree.Pretty
 
visitWildcard(WildcardTree, P) - Method in class com.sun.tools.javac.tree.TreeCopier
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.tree.TreeScanner
 
visitWildcard(JCTree.JCWildcard) - Method in class com.sun.tools.javac.tree.TreeTranslator
 
visitWildcard(WildcardType, P) - Method in interface javax.lang.model.type.TypeVisitor
Visits a wildcard type.
visitWildcard(WildcardType, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
Visits a wildcard type. This implementation calls defaultAction.
visitWildcardType(WildcardType) - Method in class com.sun.mirror.util.SimpleTypeVisitor
Visits a wildcard.
visitWildcardType(WildcardType) - Method in interface com.sun.mirror.util.TypeVisitor
Visits a wildcard.
visitWildcardType(Type.WildcardType, S) - Method in interface com.sun.tools.javac.code.Type.Visitor
 
visitWildcardType(Type.WildcardType, Type) - Method in class com.sun.tools.javac.code.Types.Adapter
 
visitWildcardType(Type.WildcardType, S) - Method in class com.sun.tools.javac.code.Types.DefaultTypeVisitor
 
visitWildcardType(Type.WildcardType, Void) - Method in class com.sun.tools.javac.code.Types.Rewriter
 
visitWildcardType(Type.WildcardType, Void) - Method in class com.sun.tools.javac.code.Types.Subst
 
visitWildcardType(Type.WildcardType, Locale) - Method in class com.sun.tools.javac.code.Types.TypePrinter
 
VOID - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of the type `void'.
VOID - Static variable in interface sun.tools.javap.Constants
 
VOIDcode - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Type codes.
voidItem - Variable in class com.sun.tools.javac.jvm.Items
Items that exist only once (flyweight pattern).
VoidType - Interface in com.sun.mirror.type
A pseudo-type representing the type of void.
voidType - Variable in class com.sun.tools.apt.mirror.type.TypeMaker
 
voidType - Variable in class com.sun.tools.javac.code.Symtab
 
voidType - Static variable in class com.sun.tools.javadoc.PrimitiveType
 
VoidTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of VoidType.
VoidTypeImpl(AptEnv) - Constructor for class com.sun.tools.apt.mirror.type.VoidTypeImpl
 
VOLATILE - Static variable in class com.sun.tools.javac.code.Flags
 
VOLATILE - Static variable in interface sun.tools.javap.Constants
 

W

warn - Variable in class com.sun.tools.javac.file.Paths
Whether to warn about non-existent path elements
warnDeprecated(JCDiagnostic.DiagnosticPosition, Symbol) - Method in class com.sun.tools.javac.comp.Check
Warn about deprecated symbol.
warned - Variable in class com.sun.tools.javac.util.Warner
 
Warner - Class in com.sun.tools.javac.util
An interface to support optional warnings, needed for support of unchecked conversions and unchecked casts.
Warner(JCDiagnostic.DiagnosticPosition) - Constructor for class com.sun.tools.javac.util.Warner
 
Warner() - Constructor for class com.sun.tools.javac.util.Warner
 
warnIfUnclosedFiles() - Method in class com.sun.tools.javac.processing.JavacFiler
 
warnIfUnmatchedOptions() - Method in class com.sun.tools.javac.processing.JavacProcessingEnvironment
 
warning(String, Object...) - Method in class com.sun.tools.apt.main.Main
Report a warning.
warning(SourcePosition, String, Object...) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print warning message, increment warning count.
warning(String, Object...) - Method in class com.sun.tools.doclets.internal.toolkit.util.MessageRetriever
Print warning message, increment warning count.
warning(String, Object...) - Method in class com.sun.tools.javac.main.Main
Report a warning.
warning(String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Report a warning, unless suppressed by the -nowarn option or the maximum number of warnings has been reached.
warning(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Report a warning, unless suppressed by the -nowarn option or the maximum number of warnings has been reached.
warning(int, String, Object...) - Method in class com.sun.tools.javac.util.AbstractLog
Report a warning, unless suppressed by the -nowarn option or the maximum number of warnings has been reached.
warning(DiagnosticSource, JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.util.JCDiagnostic.Factory
Create a warning diagnostic.
warning(DocImpl, String) - Method in class com.sun.tools.javadoc.DocEnv
Print warning message, increment warning count.
warning(DocImpl, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print warning message, increment warning count.
warning(DocImpl, String, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print warning message, increment warning count.
warning(DocImpl, String, String, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print warning message, increment warning count.
warning(DocImpl, String, String, String, String, String) - Method in class com.sun.tools.javadoc.DocEnv
Print warning message, increment warning count.
warning(SourcePosition, String) - Method in class com.sun.tools.javadoc.Messager
Print warning message, increment warning count.
warning(SourcePosition, String, String) - Method in class com.sun.tools.javadoc.Messager
Print warning message, increment warning count.
warning(SourcePosition, String, String, String) - Method in class com.sun.tools.javadoc.Messager
Print warning message, increment warning count.
warning(SourcePosition, String, String, String, String) - Method in class com.sun.tools.javadoc.Messager
Print warning message, increment warning count.
warning(SourcePosition, String, String, String, String, String) - Method in class com.sun.tools.javadoc.Messager
Print warning message, increment warning count.
warningCount() - Method in class com.sun.tools.javac.main.JavaCompiler
The number of warnings reported so far.
warnStack - Variable in class com.sun.tools.javac.code.Types
 
warnUnchecked() - Method in class com.sun.tools.javac.comp.Check.ConversionWarner
 
warnUnchecked(JCDiagnostic.DiagnosticPosition, String, Object...) - Method in class com.sun.tools.javac.comp.Check
Warn about unchecked operation.
warnUnchecked() - Method in class com.sun.tools.javac.util.Warner
 
warnWriter - Variable in class com.sun.tools.javac.util.Log
 
wc - Variable in class com.sun.tools.apt.mirror.apt.FilerImpl
 
what - Variable in class com.sun.tools.javadoc.SeeTagImpl
what of where#what - i.e.
where - Variable in class com.sun.tools.doclets.formats.html.LinkInfoImpl
The value of the marker #.
where - Variable in class com.sun.tools.javadoc.SeeTagImpl
where of where#what - i.e.
WHILE - Static variable in interface sun.tools.javap.Constants
 
WhileLoop(JCTree.JCExpression, JCTree.JCStatement) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
WHILELOOP - Static variable in class com.sun.tools.javac.tree.JCTree
While-loops, of type WhileLoop.
WhileLoop(JCTree.JCExpression, JCTree.JCStatement) - Method in class com.sun.tools.javac.tree.TreeMaker
 
WhileLoopTree - Interface in com.sun.source.tree
A tree node for a 'while' loop statement.
wide - Static variable in interface com.sun.tools.javac.jvm.ByteCodes
Byte code instruction codes.
width(int) - Static method in class com.sun.tools.javac.jvm.Code
The width in bytes of objects of the type.
width(Type) - Static method in class com.sun.tools.javac.jvm.Code
 
width(List<Type>) - Static method in class com.sun.tools.javac.jvm.Code
The total width taken up by a vector of objects.
width() - Method in class com.sun.tools.javac.jvm.Items.AssignItem
 
width() - Method in class com.sun.tools.javac.jvm.Items.CondItem
 
width() - Method in class com.sun.tools.javac.jvm.Items.IndexedItem
 
width() - Method in class com.sun.tools.javac.jvm.Items.Item
Return the width of this item on stack as a number of words.
width() - Method in class com.sun.tools.javac.jvm.Items.MemberItem
 
width() - Method in class com.sun.tools.javac.jvm.Items.StackItem
 
width - Variable in class com.sun.tools.javac.tree.Pretty
Indentation width (can be reassigned from outside).
wildcard - Variable in class com.sun.tools.javac.code.Type.CapturedType
 
WILDCARD - Static variable in class com.sun.tools.javac.code.TypeTags
The tag of all type arguments.
Wildcard(JCTree.TypeBoundKind, JCTree) - Method in interface com.sun.tools.javac.tree.JCTree.Factory
 
WILDCARD - Static variable in class com.sun.tools.javac.tree.JCTree
Type argument.
Wildcard(JCTree.TypeBoundKind, JCTree) - Method in class com.sun.tools.javac.tree.TreeMaker
 
WildcardTree - Interface in com.sun.source.tree
A tree node for a wildcard type argument.
WildcardType - Interface in com.sun.javadoc
Represents a wildcard type argument.
WildcardType - Interface in com.sun.mirror.type
Represents a wildcard type argument.
WildcardType - Interface in javax.lang.model.type
Represents a wildcard type argument.
WildcardTypeImpl - Class in com.sun.tools.apt.mirror.type
Implementation of WildcardType
WildcardTypeImpl(AptEnv, Type.WildcardType) - Constructor for class com.sun.tools.apt.mirror.type.WildcardTypeImpl
 
WildcardTypeImpl - Class in com.sun.tools.javadoc
Implementation of WildcardType, which represents a wildcard type.
WildcardTypeImpl(DocEnv, Type.WildcardType) - Constructor for class com.sun.tools.javadoc.WildcardTypeImpl
 
wildcardTypeToString(DocEnv, Type.WildcardType, boolean) - Static method in class com.sun.tools.javadoc.WildcardTypeImpl
Return the string form of a wildcard type ("?") along with any "extends" or "super" clause.
windowtitle - Variable in class com.sun.tools.doclets.formats.html.ConfigurationImpl
Argument for command line option "-windowtitle".
winTitle - Variable in class com.sun.tools.doclets.formats.html.markup.HtmlWriter
The window title of this file
withTypeVar(Type) - Method in class com.sun.tools.javac.code.Type.WildcardType
 
withTypeVar(Type) - Method in class com.sun.tools.javac.code.Type
 
wordlen - Static variable in class com.sun.tools.javac.util.Bits
 
wordmask - Static variable in class com.sun.tools.javac.util.Bits
 
wordshift - Static variable in class com.sun.tools.javac.util.Bits
 
wrap(TaskListener) - Method in class com.sun.tools.javac.api.JavacTaskImpl
 
wrap(FileObject) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
This implementation returns the given file object.
wrap(JavaFileObject) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
This implementation forwards to WrappingJavaFileManager.wrap(FileObject).
wrap(Iterable<JavaFileObject>) - Method in class com.sun.tools.javac.api.WrappingJavaFileManager
This implementation maps the given list of file objects by calling wrap on each.
wrap(int) - Method in class com.sun.tools.javac.util.AbstractLog
 
WrappingJavaFileManager<M extends JavaFileManager> - Class in com.sun.tools.javac.api
Wraps all calls to a given file manager.
WrappingJavaFileManager(M) - Constructor for class com.sun.tools.javac.api.WrappingJavaFileManager
Creates a new instance of WrappingJavaFileManager.
wrapWriter(OutputStream) - Method in class com.sun.tools.javah.Gen
We explicitly need to write ASCII files because that is what C compilers understand.
write(Annotation[], ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
write(Annotation, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
write(Annotation.element_value_pair, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
write(Annotation.element_value, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AnnotationWriter
 
write(Attributes, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
write(Attribute, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
write(ConstantPool.CPInfo, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
write(StackMapTable_attribute.stack_map_frame, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
write(ClassFile, File) - Method in class com.sun.tools.classfile.ClassWriter
Write a ClassFile data structure to a file.
write(ClassFile, OutputStream) - Method in class com.sun.tools.classfile.ClassWriter
Write a ClassFile data structure to a stream.
write() - Method in class com.sun.tools.classfile.ClassWriter
 
write(ClassWriter) - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.AppendFrame
 
write(ClassWriter) - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.ChopFrame
 
write(ClassWriter) - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.FullFrame
 
write(ClassWriter) - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameFrame
 
write(ClassWriter) - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame.SameLocals1StackItemFrame
 
write(ClassWriter) - Method in class com.sun.tools.javac.jvm.ClassWriter.StackMapTableFrame
 
write(OutputStream, ClassDoc) - Method in class com.sun.tools.javah.Gen
Override this abstract method, generating content for the named class into the outputstream.
write(OutputStream, ClassDoc) - Method in class com.sun.tools.javah.JNI
 
write(OutputStream, ClassDoc) - Method in class com.sun.tools.javah.LLNI
 
write(Annotation.element_value) - Method in class com.sun.tools.javap.AnnotationWriter.element_value_Writer
 
write(Annotation) - Method in class com.sun.tools.javap.AnnotationWriter
 
write(Annotation.element_value_pair) - Method in class com.sun.tools.javap.AnnotationWriter
 
write(Annotation.element_value) - Method in class com.sun.tools.javap.AnnotationWriter
 
write(StackMapTable_attribute.stack_map_frame) - Method in class com.sun.tools.javap.AttributeWriter.StackMapTableWriter
 
write(Object, Attribute, ConstantPool) - Method in class com.sun.tools.javap.AttributeWriter
 
write(Object, Attributes, ConstantPool) - Method in class com.sun.tools.javap.AttributeWriter
 
write(ClassFile) - Method in class com.sun.tools.javap.ClassWriter
 
write(Code_attribute, ConstantPool) - Method in class com.sun.tools.javap.CodeWriter
 
write(int) - Method in class com.sun.tools.javap.ConstantWriter
 
write(char[], int, int) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
writeAccessFlags(AccessFlags, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
writeAccessFlags(AccessFlags) - Method in class com.sun.tools.classfile.ClassWriter
 
writeAnchor(DeprecatedAPIListBuilder, int) - Method in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
 
writeAnnotationInfo(PackageDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Write the annotatation types for the given packageDoc.
writeAnnotationInfo(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Write the annotatation types for the given doc.
writeAnnotationInfo(int, Doc, Parameter) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Write the annotatation types for the given doc and parameter.
writeAnnotationInfo(Doc, AnnotationDesc[]) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Write the annotatation types for the given doc.
writeAnnotationInfo(int, Doc, AnnotationDesc[], boolean) - Method in class com.sun.tools.doclets.formats.html.HtmlDocletWriter
Write the annotatation types for the given doc.
writeAnnotationTypeDeprecationInfo() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
If this annotation type is deprecated, write the appropriate information.
writeAnnotationTypeDeprecationInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
If this annotation type is deprecated, write the appropriate information.
writeAnnotationTypeDescription() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Build the annotation type description.
writeAnnotationTypeDescription() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Build the annotation type description.
writeAnnotationTypeSignature(String) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Write the signature of the current annotation type.
writeAnnotationTypeSignature(String) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Write the signature of the current annotation type.
writeAnnotationTypeTagInfo() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Write the tag information for the current annotation type.
writeAnnotationTypeTagInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Write the tag information for the current annotation type.
writeAttr(Name) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write header for an attribute to data buffer and return position past attribute length index.
writeAttributes(Attributes) - Method in class com.sun.tools.classfile.ClassWriter
 
writeByte(int) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeCharacterRangeTableEntry(CharacterRangeTable_attribute.Entry, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
writeClass(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Emit a class file for a given class.
writeClass(Pool, Symbol.ClassSymbol, ClassWriter) - Method in class com.sun.tools.javac.sym.CreateSymbols
 
writeClassDeprecationInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
If this class is deprecated, write the appropriate information.
writeClassDeprecationInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
If this class is deprecated, write the appropriate information.
writeClassDescription() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Build the class description.
writeClassDescription() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Build the class description.
writeClassesSummary(ClassDoc[], String) - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Write the table of classes in this package.
writeClassesSummary(ClassDoc[], String) - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Write the table of classes in this package.
writeClassFile(OutputStream, Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write class `c' to outstream `out'.
writeClassHeader(ClassDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Write the nested class header for the given nested class.
writeClassHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
Write the serializable class heading.
writeClassHeader(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Write the heading for the serializable class.
writeClassInfo() - Method in class com.sun.tools.classfile.ClassWriter
 
writeClassLinks(int, List<?>) - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Generate links to the given classes.
writeClassName(String) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Print the class name in the table heading.
writeClassSignature(String) - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write the signature of the current class.
writeClassSignature(String) - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write the signature of the current class.
writeClassTagInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write the tag information for the current class.
writeClassTagInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write the tag information for the current class.
writeClassTree() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Print the class hierarchy tree for this class only.
writeClassTree() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write the class tree documentation.
writeCode(Code) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write code attribute of method.
writeComments(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the comments for the given member.
writeComments(ConstructorDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the comments for the given constructor.
writeComments(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the comments for the given enum constant.
writeComments(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the comments for the given field.
writeComments(Type, MethodDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the comments for the given method.
writeComments(MemberDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the comments for the given member.
writeComments(ConstructorDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the comments for the given constructor.
writeComments(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the comments for the given enum constant.
writeComments(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the comments for the given field.
writeComments(Type, MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the comments for the given method.
writeCompoundAttribute(Attribute.Compound) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write a compound attribute excluding the '@' marker.
writeConstantMember(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
 
writeConstantMembers(ClassDoc, List<FieldDoc>) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Document the given constants.
writeConstantMembers(ClassDoc, List<FieldDoc>) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Document the given constants.
writeConstantMembersFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Document the given constants.
writeConstantMembersFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Document the given constants.
writeConstantMembersHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Write the heading for the current table of constants for a given class.
writeConstantMembersHeader(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Write the heading for the current table of constants for a given class.
writeConstantPool() - Method in class com.sun.tools.classfile.ClassWriter
 
writeConstantPool() - Method in class com.sun.tools.javap.ConstantWriter
 
writeConstructorFooter() - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the constructor footer.
writeConstructorFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the constructor footer.
writeConstructorHeader(ConstructorDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the constructor header for the given constructor.
writeConstructorHeader(ConstructorDoc, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the constructor header for the given constructor.
writeContentsFooter() - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Write the footer for the index.
writeContentsFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Write the footer for the index.
writeContentsHeader() - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Write the header for the index.
writeContentsHeader() - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Write the header for the index.
writeCRT(ByteBuffer, Position.LineMap, Log) - Method in class com.sun.tools.javac.jvm.CRTable
Compute source positions and write CRT to the databuf.
writeCsp(JCTree.JCIdent) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
writeDefaultValueInfo(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeOptionalMemberWriterImpl
Write the default value documentation.
writeDefaultValueInfo(MemberDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeOptionalMemberWriter
Write the default value documentation.
writeDeprecated(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the deprecated output for the given member.
writeDeprecated(ConstructorDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the deprecated output for the given constructor.
writeDeprecated(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the deprecated output for the given enum constant.
writeDeprecated(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the deprecated output for the given field.
writeDeprecated(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the deprecated output for the given method.
writeDeprecated(MemberDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the deprecated output for the given member.
writeDeprecated(ConstructorDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the deprecated output for the given constructor.
writeDeprecated(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the deprecated output for the given enum constant.
writeDeprecated(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the deprecated output for the given field.
writeDeprecated(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the deprecated output for the given method.
writeDeprecatedLink(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writeDeprecatedLink(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
writeDeprecatedLink(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
writeDeprecatedLink(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
writeDeprecatedLink(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
writeDeprecatedLink(ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
writeDeprecatedMemberInfo(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
writeDeprecatedMemberInfo(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialMethodWriter
Write the deprecated information for this member.
writeDescriptor(Descriptor) - Method in class com.sun.tools.classfile.ClassWriter
 
writeDiagnostic(JCDiagnostic) - Method in class com.sun.tools.javac.util.Log
Write out a diagnostic.
writeDouble(double) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeEnclosingMethodAttribute(Symbol.ClassSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write the EnclosingMethod attribute if needed.
writeEnumConstantFooter() - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the enum constant footer.
writeEnumConstantFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the enum constant footer.
writeEnumConstantHeader(FieldDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the enum constant header for the given enum constant.
writeEnumConstantHeader(FieldDoc, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the enum constant header for the given enum constant.
writeEscape(JCTree.JCExpression) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
writeExceptions(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writeExceptionTable(Code_attribute) - Method in class com.sun.tools.javap.CodeWriter
 
writeExceptionTableEntry(Code_attribute.Exception_data, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
writeField(Field) - Method in class com.sun.tools.classfile.ClassWriter
 
writeField(Symbol.VarSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write field symbol, entering all references into constant pool.
writeField(Field) - Method in class com.sun.tools.javap.ClassWriter
 
writeFieldFooter() - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the field footer.
writeFieldFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the field footer.
writeFieldHeader(FieldDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the field header for the given field.
writeFieldHeader(FieldDoc, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the field header for the given field.
writeFields() - Method in class com.sun.tools.classfile.ClassWriter
 
writeFields(Scope.Entry) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
writeFields() - Method in class com.sun.tools.javap.ClassWriter
 
writeFileTop(OutputStream) - Method in class com.sun.tools.javah.Gen
 
writeFlagAttrs(long) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write flag attributes; return number of attributes written.
writeFloat(float) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the footer for the annotation type member documentation.
writeFooter() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Write the footer of the page.
writeFooter() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write the footer of the page.
writeFooter() - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Write the footer for the summary.
writeFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the footer for the constructor documentation.
writeFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the footer for the enum constant documentation.
writeFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the footer for the field documentation.
writeFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the footer for the method documentation.
writeFooter() - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
Write the footer.
writeFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the footer for the member documentation.
writeFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Write the footer of the page.
writeFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write the footer of the page.
writeFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Write the footer for the summary.
writeFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the footer for the constructor documentation.
writeFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the footer for the enum constant documentation.
writeFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the footer for the field documentation.
writeFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the footer for the method documentation.
writeFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Write the footer.
writeHeader() - Method in class com.sun.tools.classfile.ClassWriter
 
writeHeader(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the header for the member documentation.
writeHeader(String) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
Write the header of the page.
writeHeader(String) - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write the header of the page.
writeHeader() - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Write the header for the summary.
writeHeader(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the header for the constructor documentation.
writeHeader() - Method in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
Print the navigation bar and header for the deprecated API Listing.
writeHeader(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the header for the enum constant documentation.
writeHeader(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the header for the field documentation.
writeHeader(String) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
writeHeader(String) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
writeHeader(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the header for the method documentation.
writeHeader(ClassDoc, String) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Write the header for the nested class documentation.
writeHeader(String) - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
Writes the given header.
writeHeader(ClassDoc, String) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the header for the member documentation.
writeHeader(String) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Write the header of the page.
writeHeader(String) - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write the header of the page.
writeHeader() - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Write the header for the summary.
writeHeader(ClassDoc, String) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the header for the constructor documentation.
writeHeader(ClassDoc, String) - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the header for the enum constant documentation.
writeHeader(ClassDoc, String) - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the header for the field documentation.
writeHeader(ClassDoc, String) - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the header for the method documentation.
writeHeader(String) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialFieldWriter
Write the given heading.
writeHeader(String) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialMethodWriter
Write the given heading.
writeHeader(String) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Write the given header.
writeIfChanged(byte[], String) - Method in class com.sun.tools.javah.Gen
 
writeImplementedInterfacesInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write all implemented interfaces if this is a class.
writeImplementedInterfacesInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write all implemented interfaces if this is a class.
writeIndex - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
writeIndex() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
writeIndexLink(DeprecatedAPIListBuilder, int) - Method in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
 
writeInheritedMemberSummary(ClassDoc, ProgramElementDoc, boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the inherited member summary for the given class and member.
writeInheritedMemberSummary(ClassDoc, ProgramElementDoc, boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the inherited member summary for the given class and member.
writeInheritedMemberSummary(ClassDoc, ProgramElementDoc, boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the inherited member summary for the given class and member.
writeInheritedMemberSummary(ClassDoc, ProgramElementDoc, boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the inherited member summary for the given class and member.
writeInheritedMemberSummary(ClassDoc, ProgramElementDoc, boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the inherited member summary for the given class and member.
writeInheritedMemberSummary(ClassDoc, ProgramElementDoc, boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Write the inherited member summary for the given class and member.
writeInheritedMemberSummary(ClassDoc, ProgramElementDoc, boolean, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter
Write the inherited member summary for the given class and member.
writeInheritedMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the inherited member summary footer for the given class.
writeInheritedMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the inherited member summary footer for the given class.
writeInheritedMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the inherited enum constant summary footer for the given class.
writeInheritedMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the inherited fields summary footer for the given class.
writeInheritedMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the inherited methods summary footer for the given class.
writeInheritedMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Write the inherited classes summary footer for the given class.
writeInheritedMemberSummaryFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter
Write the inherited member summary footer for the given class.
writeInheritedMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the inherited member summary header for the given class.
writeInheritedMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the inherited member summary header for the given class.
writeInheritedMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the inherited enum constant summary header for the given class.
writeInheritedMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the inherited fields summary header for the given class.
writeInheritedMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the inherited methods summary header for the given class.
writeInheritedMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Write the inherited classes summary header for the given class.
writeInheritedMemberSummaryHeader(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter
Write the inherited member summary header for the given class.
writeInheritedNestedClassSummary(ClassDoc, ClassDoc, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.NestedClassWriter
Write the inherited nested class summary for the given class and nested class.
writeInheritedNestedClassSummaryFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.NestedClassWriter
Write the inherited classes summary footer for the given class.
writeInheritedNestedClassSummaryHeader(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.NestedClassWriter
Write the inherited classes summary header for the given class.
writeInheritedSummaryLink(ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writeInheritedSummaryLink(ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
writeInheritedSummaryLink(ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
writeInheritedSummaryLink(ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
writeInheritedSummaryLink(ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
writeInheritedSummaryLink(ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
writeInnerClasses() - Method in class com.sun.tools.javac.jvm.ClassWriter
Write "inner classes" attribute.
writeInnerClassesInfo(InnerClasses_attribute.Info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
writeInnerClassHeader() - Method in class com.sun.tools.javap.AttributeWriter
 
writeInstr(Code_attribute, int) - Method in class com.sun.tools.javap.CodeWriter
 
writeInstrs(Code_attribute) - Method in class com.sun.tools.javap.CodeWriter
 
writeInt(int) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeInterfaceUsageInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
If this is the interface which are the classes, that implement this?
writeInterfaceUsageInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
If this is an interface, write all classes that implement this interface.
writeJavaAnnotations(List<Attribute.Compound>) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write Java-language annotations; return number of JVM attributes written (zero or one).
writeLineNumberTableEntry(LineNumberTable_attribute.Entry, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
writeLinkToPackageContent(PackageDoc, String, Set<String>) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Add the given package name to the index.
writeLinkToPackageContent(PackageDoc, String, Set<String>) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Add the given package name to the index.
writeList(String, Collection<?>, String) - Method in class com.sun.tools.javap.ClassWriter
 
writeListIfNotEmpty(String, List<?>, String) - Method in class com.sun.tools.javap.ClassWriter
 
writeLocalVariableTableEntry(LocalVariableTable_attribute.Entry, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
writeLocalVariableTypeTableEntry(LocalVariableTypeTable_attribute.Entry, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.AttributeWriter
 
writeLong(long) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeMemberAttrs(Symbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write member (field or method) attributes; return number of attributes written.
writeMemberDeprecatedInfo(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
Write the deprecated information for this member.
writeMemberDeprecatedInfo(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialFieldWriter
Write the deprecated information for this member.
writeMemberDescription(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
Write the description text for this member.
writeMemberDescription(SerialFieldTag) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
Write the description text for this member represented by the tag.
writeMemberDescription(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
writeMemberDescription(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialFieldWriter
Write the description text for this member.
writeMemberDescription(SerialFieldTag) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialFieldWriter
Write the description text for this member represented by the tag.
writeMemberDescription(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialMethodWriter
Write the description for this member.
writeMemberFooter() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the annotation type member footer.
writeMemberFooter(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
writeMemberFooter(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
writeMemberFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the member footer.
writeMemberFooter(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialFieldWriter
Write the footer.
writeMemberFooter(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialMethodWriter
Write the footer.
writeMemberHeader(MemberDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the member header for the given member.
writeMemberHeader(ClassDoc, String, String, String) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
 
writeMemberHeader(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
writeMemberHeader(MemberDoc, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the member header for the given member.
writeMemberHeader(ClassDoc, String, String, String) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialFieldWriter
Write the member header.
writeMemberHeader(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialMethodWriter
Write the header.
writeMemberSummary(ClassDoc, ProgramElementDoc, Tag[], boolean, boolean) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
writeMemberSummary(ClassDoc, ProgramElementDoc, Tag[], boolean, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter
Write the member summary for the given class and member.
writeMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the annotation type member summary footer for the given class.
writeMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the constructors summary footer for the given class.
writeMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the enum constant summary footer for the given class.
writeMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the fields summary footer for the given class.
writeMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the methods summary footer for the given class.
writeMemberSummaryFooter(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Write the classes summary footer for the given class.
writeMemberSummaryFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter
Write the member summary footer for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeOptionalMemberWriterImpl
Write the annotation type member summary header for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the annotation type member summary header for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the constructors summary header for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the enum constant summary header for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the fields summary header for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the methods summary header for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
Write the classes summary header for the given class.
writeMemberSummaryHeader(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter
Write the member summary header for the given class.
writeMemberTags(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialFieldWriter
Write the tag information for this member.
writeMemberTags(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
writeMemberTags(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialFieldWriter
Write the tag information for this member.
writeMemberTags(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialMethodWriter
Write the tag information for this member.
writeMethod(Method) - Method in class com.sun.tools.classfile.ClassWriter
 
writeMethod(Symbol.MethodSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write method symbol, entering all references into constant pool.
writeMethod(Method) - Method in class com.sun.tools.javap.ClassWriter
 
writeMethodFooter() - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the method footer.
writeMethodFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the method footer.
writeMethodHeader(MethodDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the method header for the given method.
writeMethodHeader(MethodDoc, boolean) - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the method header for the given method.
writeMethods() - Method in class com.sun.tools.classfile.ClassWriter
 
writeMethods(Scope.Entry) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
writeMethods() - Method in class com.sun.tools.javap.ClassWriter
 
writeModifiers(Collection<String>) - Method in class com.sun.tools.javap.ClassWriter
 
writeNameColumn(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
 
writeNavSummaryLink(MemberSummaryBuilder, String, int) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
 
writeNestedClassInfo() - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
If this is an inner class or interface, write the enclosing class or interface.
writeNestedClassInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
If this is an inner class or interface, write the enclosing class or interface.
writeNestedClassInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
If this is an inner class or interface, write the enclosing class or interface.
writeNestedClassSummary(ClassDoc, ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.NestedClassWriter
Write the class summary for the given class and class.
writeNestedClassSummaryFooter(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.NestedClassWriter
Write the classes summary footer for the given class.
writeNestedClassSummaryHeader(ClassDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.NestedClassWriter
Write the classes summary header for the given class.
writeNoCustomizationMsg(String) - Method in class com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
 
writeNoCustomizationMsg(String) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter.SerialMethodWriter
Write a warning that no serializable methods exist.
WRITEOBJECT - Static variable in class com.sun.tools.javadoc.SerializedForm
 
writePackageDescription() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Print the package description from the "packages.html" file.
writePackageDescription() - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Print the package description from the "packages.html" file.
writePackageFooter() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Write the footer for the summary.
writePackageFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Write the footer for the summary.
writePackageHeader(String) - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Write the header for the summary.
writePackageHeader(String) - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
Write the given package header.
writePackageHeader(String) - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Write the header for the summary.
writePackageHeader(String) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Write the given package header.
writePackageName(PackageDoc, String) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
Write the given package name.
writePackageName(PackageDoc, String) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstantsSummaryWriter
Write the given package name.
writePackageTags() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Print the tag information from the "packages.html" file.
writePackageTags() - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Print the tag information from the "packages.html" file.
writeParam(ExecutableMemberDoc, Parameter, boolean) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writeParameterAttrs(Symbol.MethodSymbol) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write method parameter annotations; return number of attributes written.
writeParameters(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writeParameters(ExecutableMemberDoc, boolean) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writePool(Pool) - Method in class com.sun.tools.javac.jvm.ClassWriter
Write constant pool to pool buffer.
writer - Variable in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeBuilder
The doclet specific writer.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.AnnotationTypeRequiredMemberBuilder
The writer to output the member documentation.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder
The doclet specific writer.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder
The writer used to write the results.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.ConstructorBuilder
The writer to output the constructor documentation.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.EnumConstantBuilder
The writer to output the enum constants documentation.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.FieldBuilder
The writer to output the field documentation.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder
The writer to output the method documentation.
writer - Variable in class com.sun.tools.doclets.internal.toolkit.builders.SerializedFormBuilder
The writer for this builder.
writer - Variable in class com.sun.tools.javac.comp.Lower
 
writer - Variable in class com.sun.tools.javac.main.JavaCompiler
The class writer.
writer - Variable in class com.sun.tools.javac.processing.PrintingProcessor.PrintingElementVisitor
 
writer - Variable in class com.sun.tools.javac.processing.PrintingProcessor
 
writeRef(ConstantPool.CPRefInfo, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ConstantPoolWriter
 
WRITEREPLACE - Static variable in class com.sun.tools.javadoc.SerializedForm
 
writerFactory - Variable in class com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory
The factory to retrieve the required writers from.
WriterFactory - Interface in com.sun.tools.doclets.internal.toolkit
The interface for a factory creates writers.
WriterFactoryImpl - Class in com.sun.tools.doclets.formats.html
The factory that returns HTML writers.
WriterFactoryImpl(ConfigurationImpl) - Constructor for class com.sun.tools.doclets.formats.html.WriterFactoryImpl
 
writers - Variable in class com.sun.tools.doclets.formats.html.DeprecatedListWriter
 
writeSerialUIDInfo(String, String) - Method in class com.sun.tools.doclets.formats.html.SerializedFormWriterImpl
Write the serial UID info.
writeSerialUIDInfo(String, String) - Method in interface com.sun.tools.doclets.internal.toolkit.SerializedFormWriter
Write the serial UID info.
writeShort(int) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeSignature(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writeSignature(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the signature for the given member.
writeSignature(ConstructorDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the signature for the given constructor.
writeSignature(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the signature for the given enum constant.
writeSignature(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the signature for the given field.
writeSignature(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the signature for the given method.
writeSignature(MemberDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the signature for the given member.
writeSignature(ConstructorDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the signature for the given constructor.
writeSignature(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the signature for the given enum constant.
writeSignature(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the signature for the given field.
writeSignature(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the signature for the given method.
writeStackMap(Code) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
writeStackMapType(Type) - Method in class com.sun.tools.javac.jvm.ClassWriter
 
writeStep(int) - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Generate the indent and get the line image for the class tree.
writeStringSym(Symbol.VarSymbol) - Method in class edu.rice.cs.mint.comp.MSPTreeCodeSerializer.MSPTreeCodeWriter
 
writeSubClassInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write all the classes that extend this one.
writeSubClassInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write all the classes that extend this one.
writeSubInterfacesInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write all the interfaces that extend this one.
writeSubInterfacesInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write all the interfaces that extend this one.
writeSummaryFooter() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Write the footer for the package summary.
writeSummaryFooter() - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Write the footer for the package summary.
writeSummaryHeader() - Method in class com.sun.tools.doclets.formats.html.PackageWriterImpl
Write the header for the package summary.
writeSummaryHeader() - Method in interface com.sun.tools.doclets.internal.toolkit.PackageSummaryWriter
Write the header for the package summary.
writeSummaryLink(int, ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
 
writeSummaryLink(ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
writeSummaryLink(int, ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractMemberWriter
 
writeSummaryLink(int, ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
writeSummaryLink(int, ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
 
writeSummaryLink(int, ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
 
writeSummaryLink(int, ClassDoc, ProgramElementDoc) - Method in class com.sun.tools.doclets.formats.html.NestedClassWriterImpl
 
writeSuperInterfacesInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write all super interfaces if this is an interface.
writeSuperInterfacesInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write all super interfaces if this is an interface.
writeTags(MemberDoc) - Method in class com.sun.tools.doclets.formats.html.AnnotationTypeRequiredMemberWriterImpl
Write the tag output for the given member.
writeTags(ConstructorDoc) - Method in class com.sun.tools.doclets.formats.html.ConstructorWriterImpl
Write the tag output for the given constructor.
writeTags(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.EnumConstantWriterImpl
Write the tag output for the given enum constant.
writeTags(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.FieldWriterImpl
Write the tag output for the given field.
writeTags(MethodDoc) - Method in class com.sun.tools.doclets.formats.html.MethodWriterImpl
Write the tag output for the given method.
writeTags(MemberDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
Write the tag output for the given member.
writeTags(ConstructorDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.ConstructorWriter
Write the tag output for the given constructor.
writeTags(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.EnumConstantWriter
Write the tag output for the given enum constant.
writeTags(FieldDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.FieldWriter
Write the tag output for the given field.
writeTags(MethodDoc) - Method in interface com.sun.tools.doclets.internal.toolkit.MethodWriter
Write the tag output for the given method.
writeTo(ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeToFile(String, String, String, Configuration) - Static method in class com.sun.tools.doclets.internal.toolkit.util.SourceToHTMLConverter
Write the output to the file.
writeTreeForClassHelper(Type) - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Print the class hierarchy tree for the given class.
writeTypeColumn(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
 
writeTypeParameters(ExecutableMemberDoc) - Method in class com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
Write the type parameters for the executable member.
writeTypeParamInfo() - Method in class com.sun.tools.doclets.formats.html.ClassWriterImpl
Write the type parameter information.
writeTypeParamInfo() - Method in interface com.sun.tools.doclets.internal.toolkit.ClassWriter
Write the type parameter information.
writeUTF(String) - Method in class com.sun.tools.classfile.ClassWriter.ClassOutputStream
 
writeValue(FieldDoc) - Method in class com.sun.tools.doclets.formats.html.ConstantsSummaryWriterImpl
 
writeVerboseHeader(Code_attribute, ConstantPool) - Method in class com.sun.tools.javap.CodeWriter
 
writeVerificationTypeInfo(StackMapTable_attribute.verification_type_info, ClassWriter.ClassOutputStream) - Method in class com.sun.tools.classfile.ClassWriter.StackMapTableWriter
 
writeZipIndex() - Method in class com.sun.tools.javac.file.ZipFileIndex
 
writtenOffsetOffset - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
WRONG_MTH - Static variable in class com.sun.tools.javac.code.Kinds
 
WRONG_MTHS - Static variable in class com.sun.tools.javac.code.Kinds
 
wrongMethod - Variable in class com.sun.tools.javac.comp.Resolve
 
wrongMethods - Variable in class com.sun.tools.javac.comp.Resolve
 
wrongSym - Variable in class com.sun.tools.javac.comp.Resolve.ResolveError
The symbol that was a close mismatch, or null if none was found.

X

xClassName(Type) - Method in class com.sun.tools.javac.jvm.ClassWriter
Given a type t, return the extended class name of its erasure in external representation.
xhelp() - Method in class com.sun.tools.apt.main.Main.AptXOption
 
xhelp() - Method in class com.sun.tools.apt.main.Main.HiddenOption
 
xhelp() - Method in class com.sun.tools.apt.main.Main.Option
Print a line of documentation describing this option, if non-standard.
xhelp() - Method in class com.sun.tools.apt.main.Main
Print a string that explains usage for X options.
xhelp() - Method in class com.sun.tools.apt.main.Main.XOption
 
xhelp(PrintWriter) - Method in class com.sun.tools.javac.main.JavacOption.HiddenOption
 
xhelp(PrintWriter) - Method in class com.sun.tools.javac.main.JavacOption.Option
Print a line of documentation describing this option, if non-standard.
xhelp(PrintWriter) - Method in class com.sun.tools.javac.main.JavacOption.XOption
 
xhelp() - Method in class com.sun.tools.javac.main.Main
Print a string that explains usage for X options.
xmlElementsMap - Variable in class com.sun.tools.doclets.internal.toolkit.builders.LayoutParser
The map of XML elements that have been parsed.
xorSet(Bits) - Method in class com.sun.tools.javac.util.Bits
this set = this set ^ xs.

Z

zarch - Variable in class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
zdir - Variable in class com.sun.tools.javac.file.ZipArchive
 
zero - Static variable in class com.sun.tools.javac.comp.ConstFold
 
zero(int) - Static method in class com.sun.tools.javac.jvm.Gen
The opcode that loads a zero constant of a given type code.
zfIndex - Variable in class com.sun.tools.javac.file.ZipFileIndexArchive
 
zfIndex - Variable in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
The zipfile containing the entry.
ZipArchive - Class in com.sun.tools.javac.file
 
ZipArchive(JavacFileManager, ZipFile) - Constructor for class com.sun.tools.javac.file.ZipArchive
 
ZipArchive(JavacFileManager, ZipFile, boolean) - Constructor for class com.sun.tools.javac.file.ZipArchive
 
ZipArchive.ZipFileObject - Class in com.sun.tools.javac.file
A subclass of JavaFileObject representing zip entries.
ZipArchive.ZipFileObject(ZipArchive, String, ZipEntry) - Constructor for class com.sun.tools.javac.file.ZipArchive.ZipFileObject
 
zipDir - Variable in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
zipFile - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
zipFileEntries - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
zipFileEntriesDirectories - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
zipFileEntriesFiles - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
zipFileEntriesInited - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
ZipFileIndex - Class in com.sun.tools.javac.file
This class implements building of index of a zip archive and access to it's context.
ZipFileIndex(File, RelativePath.RelativeDirectory, boolean, boolean, String) - Constructor for class com.sun.tools.javac.file.ZipFileIndex
 
zipFileIndex - Variable in class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
zipFileIndex - Variable in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
ZipFileIndex.DirectoryEntry - Class in com.sun.tools.javac.file
------------------------------------------------------------------------ DirectoryEntry class -------------------------------------------------------------------------
ZipFileIndex.DirectoryEntry(RelativePath.RelativeDirectory, ZipFileIndex) - Constructor for class com.sun.tools.javac.file.ZipFileIndex.DirectoryEntry
 
ZipFileIndex.Entry - Class in com.sun.tools.javac.file
 
ZipFileIndex.Entry(RelativePath) - Constructor for class com.sun.tools.javac.file.ZipFileIndex.Entry
 
ZipFileIndex.Entry(RelativePath.RelativeDirectory, String) - Constructor for class com.sun.tools.javac.file.ZipFileIndex.Entry
 
ZipFileIndex.ZipDirectory - Class in com.sun.tools.javac.file
 
ZipFileIndex.ZipDirectory(RandomAccessFile, long, long, ZipFileIndex) - Constructor for class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
ZipFileIndexArchive - Class in com.sun.tools.javac.file
 
ZipFileIndexArchive(JavacFileManager, ZipFileIndex) - Constructor for class com.sun.tools.javac.file.ZipFileIndexArchive
 
ZipFileIndexArchive.ZipFileIndexFileObject - Class in com.sun.tools.javac.file
A subclass of JavaFileObject representing zip entries using the com.sun.tools.javac.file.ZipFileIndex implementation.
ZipFileIndexArchive.ZipFileIndexFileObject(JavacFileManager, ZipFileIndex, ZipFileIndex.Entry, String) - Constructor for class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
 
zipFileIndexCache - Static variable in class com.sun.tools.javac.file.ZipFileIndex
 
zipFileLastModified - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
zipFileName - Variable in class com.sun.tools.javac.file.JavacFileManager.MissingArchive
 
zipIndexFile - Variable in class com.sun.tools.javac.file.ZipFileIndex
 
zipName - Variable in class com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject
The name of the zip file where this entry resides.
zipRandomFile - Variable in class com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
 
zipRandomFile - Variable in class com.sun.tools.javac.file.ZipFileIndex
 

_

_class - Variable in class com.sun.tools.javac.util.Names
 
_classTable - Variable in class edu.rice.cs.mint.runtime.HashMapClassLoader
 
_default - Variable in class com.sun.tools.javac.util.Names
 
_instance - Static variable in class edu.rice.cs.mint.runtime.HashMapClassLoader
Private singleton instance.
_mintverbose - Static variable in class edu.rice.cs.mint.runtime.MSPTreeCode
 
_name - Variable in class com.sun.tools.javac.util.Names
 
_name - Variable in class edu.rice.cs.mint.util.Benchmark.Task
 
_normalIndex - Variable in class edu.rice.cs.mint.util.Benchmark.Task
 
_percent - Variable in class edu.rice.cs.mint.util.Benchmark.Task
 
_reps - Variable in class edu.rice.cs.mint.util.Benchmark.Task
 
_super - Variable in class com.sun.tools.javac.util.Names
 
_t - Variable in class edu.rice.cs.mint.util.Benchmark.Task
 
_task - Variable in class edu.rice.cs.mint.util.Benchmark.TimedTask
 
_this - Variable in class com.sun.tools.javac.util.Names
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _