Uses of Package
org.eclipse.jdt.internal.compiler.env

Packages that use org.eclipse.jdt.internal.compiler.env
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
org.eclipse.jdt.internal.compiler.classfmt   
org.eclipse.jdt.internal.compiler.env   
org.eclipse.jdt.internal.compiler.impl   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.compiler.parser   
 

Classes in org.eclipse.jdt.internal.compiler.env used by org.eclipse.jdt.internal.compiler
AccessRestriction
           
IBinaryType
           
ICompilationUnit
          This interface denotes a compilation unit, providing its name and content.
INameEnvironment
          The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment.
ISourceType
           
 

Classes in org.eclipse.jdt.internal.compiler.env used by org.eclipse.jdt.internal.compiler.batch
AccessRestriction
           
AccessRuleSet
          Definition of a set of access rules used to flag forbidden references to non API code.
ICompilationUnit
          This interface denotes a compilation unit, providing its name and content.
IDependent
          This represents the target file of a type dependency.
INameEnvironment
          The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment.
NameEnvironmentAnswer
           
 

Classes in org.eclipse.jdt.internal.compiler.env used by org.eclipse.jdt.internal.compiler.classfmt
IBinaryAnnotation
          This represents class file information about an annotation instance.
IBinaryElementValuePair
          This represents the class file information about a member value pair of an annotation.
IBinaryField
           
IBinaryMethod
           
IBinaryNestedType
           
IBinaryType
           
IDependent
          This represents the target file of a type dependency.
IGenericField
           
IGenericMethod
           
IGenericType
           
 

Classes in org.eclipse.jdt.internal.compiler.env used by org.eclipse.jdt.internal.compiler.env
AccessRestriction
           
AccessRule
           
IBinaryAnnotation
          This represents class file information about an annotation instance.
IBinaryElementValuePair
          This represents the class file information about a member value pair of an annotation.
IBinaryField
           
IBinaryMethod
           
IBinaryNestedType
           
IBinaryType
           
ICompilationUnit
          This interface denotes a compilation unit, providing its name and content.
IDependent
          This represents the target file of a type dependency.
IGenericField
           
IGenericMethod
           
IGenericType
           
ISourceField
           
ISourceMethod
           
ISourceType
           
NameEnvironmentAnswer
           
 

Classes in org.eclipse.jdt.internal.compiler.env used by org.eclipse.jdt.internal.compiler.impl
AccessRestriction
           
IBinaryType
           
ICompilationUnit
          This interface denotes a compilation unit, providing its name and content.
ISourceType
           
 

Classes in org.eclipse.jdt.internal.compiler.env used by org.eclipse.jdt.internal.compiler.lookup
AccessRestriction
           
IBinaryAnnotation
          This represents class file information about an annotation instance.
IBinaryType
           
IDependent
          This represents the target file of a type dependency.
INameEnvironment
          The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment.
 

Classes in org.eclipse.jdt.internal.compiler.env used by org.eclipse.jdt.internal.compiler.parser
ICompilationUnit
          This interface denotes a compilation unit, providing its name and content.