Extension SDK 10.1.3.36.73

Package oracle.javatools.parser.java.v2.common

Classes common to model implementations.

See:
          Description

Class Summary
AbstractAnnotation TODO: Is this class really necessary?
AbstractClass An abstract implementation of JavaClass.
AbstractElement A generic implementation of JavaElement with stubs for most of the methods.
AbstractField An abstract implementation of JavaField.
AbstractMethod An abstract implementation of JavaMethod.
AbstractPackage An abstract implementation of JavaPackage.
AbstractType An abstract implementation of JavaType.
AbstractVariable An abstract implementation of JavaVariable.
AnnotationComponents Maps component names with their values.
ClassHierarchy Calculates a class hierarchy based on the input type.
CommonUtilities Various utilities shared by the parser internals and parser externals.
MethodHierarchy Calculates a collection of overriden methods.
NullPrintWriter A writer that does nothing.
PrimitiveType Represents a primitive type JavaClass.
QuickComponent A QuickComponent is a special type of JavaVariable that refers to an annotation member (method!).
QuickHasName A lightweight object that knows how to retrieve its resolved type when asked for it.
QuickHasType A lightweight object that knows how to retrieve its resolved type when asked for it.
QuickLocalVariable A light-weight implementation of JavaLocalVariable, particularly useful for constructing formal parameter objects for use with QuickMethod.
QuickMethod A lightweight implementation of JavaMethod.
QuickUnresolvedType Basic implementation of the UnresolvedType interface.
Value Represents a value in the java language.
WrapperClass Skeleton implementation of an object wrapping a class.
WrapperField Skeleton implementation of an object wrapping a field.
WrapperLocalVariable Skeleton implementation of an object wrapping a local variable.
WrapperMethod Skeleton implementation of an object wrapping a method.
 

Package oracle.javatools.parser.java.v2.common Description

Classes common to model implementations.


Extension SDK 10.1.3.36.73

 

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