Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Package com.bea.util.jam

Provides interfaces for com.bea.util.jam.

See:
          Description

Interface Summary
JamClassLoader Object which can load representations of a java.lang.Class.
JAnnotatedElement Base abstraction for JElements which can carry annotations and comments.
JAnnotation Represents a metadata that is associated with a particular JElement.
JAnnotationValue Represents a member value of a JAnnotation.
JClass Represents a Java class that may or may not be loaded in the VM.
JComment Encapsulates comment associated with a package, class, method, and so on.
JConstructor Represents a constructor of a java class.
JElement The root of the java type object model.
JField Represents an exposed field on a Java class.
JImport Represents an imported item on a Java class.
JInvokable Base abstraction for something which can be invoked, i.e.
JMember Represents an abstraction which can be member of a class.
JMethod Represents a method of a java class.
JPackage Represents a java package.
JParameter Represents a single parameter of a Java method or constructor.
JProperty This is a helper class which provides java.beans-like functionality in the JAM framework.
JSourcePosition Describes a specific point in a source file.
JTag Represents a javadoc tag.
 

Package com.bea.util.jam Description

Provides interfaces for com.bea.util.jam.


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02