Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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

Packages that use JavaOperators
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.jdeveloper.java.insight   
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 
oracle.jdevimpl.java.insight   

 

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

 

Subinterfaces of JavaOperators 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 JavaOperators
 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 JavaOperators in oracle.javatools.parser.java.v2.classfile

 

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

 

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

 

Classes in oracle.javatools.parser.java.v2.common that implement JavaOperators
 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 JavaOperators in oracle.javatools.parser.java.v2.internal

 

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

 

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

 

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

 

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

 

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

 

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

 

Classes in oracle.javatools.parser.java.v2.util that implement JavaOperators
 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 JavaOperators in oracle.javatools.parser.java.v2.util.filter

 

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

 

Uses of JavaOperators in oracle.jdeveloper.java.insight

 

Classes in oracle.jdeveloper.java.insight that implement JavaOperators
 class AnnotationElementValueInsightDataItem
          Class that manages the value for an annotation element.

 

Uses of JavaOperators in oracle.jdeveloper.java.provider

 

Classes in oracle.jdeveloper.java.provider that implement JavaOperators
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.

 

Uses of JavaOperators in oracle.jdevimpl.java.insight

 

Classes in oracle.jdevimpl.java.insight that implement JavaOperators
 class oracle.jdevimpl.java.insight.InsightDataItem
           
 class oracle.jdevimpl.java.insight.WrappedInsightDataItem
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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