Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.parser.java.v2.JavaPreferences

Packages that use JavaPreferences
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.classfile The parser's class file reader. 
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
oracle.javatools.parser.java.v2.internal   
oracle.javatools.parser.java.v2.internal.symbol   
oracle.javatools.parser.java.v2.scanner The parser's scanner API. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
oracle.javatools.parser.java.v2.util.filter Filter utilities for use with the parser. 
oracle.javatools.parser.java.v2.write API involved with writing. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2

 

Subinterfaces of JavaPreferences in oracle.javatools.parser.java.v2
 interface JavaConstants
          All general-purpose constant values used by the java parser/compiler.

 

Classes in oracle.javatools.parser.java.v2 that implement JavaPreferences
 class BindingRegistry
          Keys for use with NodeBinding.
 class CallerContext
          Defines the calling context for use in resolving source references.
 class SourceFactory
          The factory class for SourceElements.

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.classfile

 

Classes in oracle.javatools.parser.java.v2.classfile that implement JavaPreferences
 class oracle.javatools.parser.java.v2.classfile.ClClass
           

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.common

 

Classes in oracle.javatools.parser.java.v2.common that implement JavaPreferences
 class AbstractAnnotation
          TODO: Is this class really necessary?
 class AbstractClass
          An abstract implementation of JavaClass.
 class AbstractElement
          A generic implementation of JavaElement with stubs for most of the methods.
 class AbstractField
          An abstract implementation of JavaField.
 class AbstractMethod
          An abstract implementation of JavaMethod.
 class AbstractPackage
          An abstract implementation of JavaPackage.
 class AbstractType
          An abstract implementation of JavaType.
 class AbstractVariable
          An abstract implementation of JavaVariable.
 class CastedMethod
          A "casted method" represents a method invocation followed by a type cast.
 class ClassHierarchy
          Calculates a class hierarchy based on the input type.
 class CommonUtilities
          Various utilities shared by the parser internals and parser externals.
 class MethodHierarchy
          Calculates a collection of overriden methods.
 class PrimitiveType
          Represents a primitive type JavaClass.
 class QuickComponent
          A QuickComponent is a special type of JavaVariable that refers to an annotation member (method!).
 class QuickHasName
          A lightweight object that knows how to retrieve its resolved type when asked for it.
 class QuickHasType
          A lightweight object that knows how to retrieve its resolved type when asked for it.
 class QuickLocalVariable
          A light-weight implementation of JavaLocalVariable, particularly useful for constructing formal parameter objects for use with QuickMethod.
 class QuickMethod
          A lightweight implementation of JavaMethod.
 class QuickSignatureParser
           
 class SignatureHasType
          This JavaHasType gets its name in that it's used for signature parsing.
 class SignatureParser<T>
          Knows how to parse type signatures.
 class Value
          Represents a value in the java language.
 class WrapperClass
          Skeleton implementation of an object wrapping a class.
 class WrapperField
          Skeleton implementation of an object wrapping a field.
 class WrapperLocalVariable
          Skeleton implementation of an object wrapping a local variable.
 class WrapperMethod
          Skeleton implementation of an object wrapping a method.
 class WrapperPackage
          Skeleton implementation of an object wrapping a class.

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.internal

 

Classes in oracle.javatools.parser.java.v2.internal that implement JavaPreferences
 class oracle.javatools.parser.java.v2.internal.InternalUtilities
           

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.internal.symbol

 

Classes in oracle.javatools.parser.java.v2.internal.symbol that implement JavaPreferences
static class oracle.javatools.parser.java.v2.internal.symbol.Sym.SymTraversal
           
 class oracle.javatools.parser.java.v2.internal.symbol.SymUtilities
           

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.scanner

 

Classes in oracle.javatools.parser.java.v2.scanner that implement JavaPreferences
 class LexerLiteral
          Utility class for scanning literal values.
 class LexerUtilities
          Various utilities provided by the scanner layer.

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.util

 

Classes in oracle.javatools.parser.java.v2.util that implement JavaPreferences
 class Conversions
          Various utilities that perform conversions from a subject to a target.
 class NullProvider
          A provider implementation that does nothing.
 class SimplifyTypeHelper
          The goal of a SimplifyTypeHelper is to take an input type name, its SourceElement scope, and answer two questions.
 class SourceVisitor
          Visitor pattern and traversals for SourceElements.

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.util.filter

 

Classes in oracle.javatools.parser.java.v2.util.filter that implement JavaPreferences
 class AnnotationFilter
          Accepts types that are annotation types.

 

Uses of JavaPreferences in oracle.javatools.parser.java.v2.write

 

Classes in oracle.javatools.parser.java.v2.write that implement JavaPreferences
 class SourcePreferences
          Storage for the various preference bits defined in JavaPreferences.

 

Uses of JavaPreferences in oracle.jdeveloper.java.provider

 

Classes in oracle.jdeveloper.java.provider that implement JavaPreferences
protected  class BaseFileProvider.BaseClass
          Our ClCass implementation to override handling of inner class searching and source file hints for SourceClass searching.
protected  class BaseFileProvider.BasePackage
          This is a basic wrapper implementation of JavaPackage.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.