Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
com.bea.util.jam.JClass

Packages that use JClass
com.bea.util.jam Provides interfaces for com.bea.util.jam
com.bea.util.jam.visitor Provides classes to traverse a JElement tree. 
weblogic.descriptor.beangen Defines a Descriptor Bean implementation generator 

 

Uses of JClass in com.bea.util.jam

 

Methods in com.bea.util.jam that return JClass
abstract  JClass JAnnotationValue.asClass()
          Returns the value of this member as a JClass.
abstract  JClass[] JAnnotationValue.asClassArray()
          If this member is known to be an array of classes, returns an array of JClass representations of those classes.
abstract  JClass JClass.forName(String name)
          Shorthand for myClass.getClassLoader().loadClass(name)
abstract  JClass JClass.getArrayComponentType()
          Returns the Class representing the component type of an array.
abstract  JClass[] JClass.getClasses()
          Returns an unordered array containing the inner classes for this class.
abstract  JClass[] JPackage.getClasses()
          Returns the classes in this package which were specified as part of the JRoot construction.
abstract  JClass JClass.getContainingClass()
          If this JClass is an inner class, returns the outer class.
abstract  JClass JMember.getContainingClass()
          Returns a representation of the class which contains this member.
abstract  JClass[] JInvokable.getExceptionTypes()
          Returns representations of the type of each of the exceptions which can be thrown by this method.
abstract  JClass[] JClass.getImportedClasses()
          Returns an unordered array of classes that were explicitly imported by this class using an import statement.
abstract  JClass[] JClass.getInterfaces()
          Returns an unordered array containing all of the interfaces directly implemented by this class.
abstract  JClass JMethod.getReturnType()
          Returns a JClass object representing the type of this methods return value.
abstract  JClass JClass.getSuperclass()
          Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
abstract  JClass JAnnotationValue.getType()
           
abstract  JClass JField.getType()
          Returns the type of this field.
abstract  JClass JParameter.getType()
          Returns the type of this parameter.
abstract  JClass JProperty.getType()
          Returns a JClass which represents the type of this property.
abstract  JClass JamClassLoader.loadClass(String fieldDescriptor)
          Returns a representation of the named class.

 

Methods in com.bea.util.jam with parameters of type JClass
abstract  boolean JClass.isAssignableFrom(JClass clazz)
          Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.

 

Uses of JClass in com.bea.util.jam.visitor

 

Methods in com.bea.util.jam.visitor with parameters of type JClass
 void JVisitor.visit(JClass clazz)
           

 

Uses of JClass in weblogic.descriptor.beangen

 

Methods in weblogic.descriptor.beangen that return JClass
protected  JClass PropertyDeclaration.getComponentJClass()
           
 JClass PropertyDeclaration.getJClass()
           

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09