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

Part Number E41849-02

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

Packages that use JMethod
com.bea.util.jam Provides interfaces for com.bea.util.jam
com.bea.util.jam.visitor Provides classes to traverse a JElement tree. 
 

Uses of JMethod in com.bea.util.jam
 

Methods in com.bea.util.jam that return JMethod
 JMethod[] JClass.getDeclaredMethods()
          Returns an unordered array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
 JMethod JProperty.getGetter()
          Returns a JMethod which represents the getter for this property.
 JMethod[] JClass.getMethods()
          REVIEW should we consider renaming this to getAllMethods()? I think this makes it more clear but is not consistent with java.lang.Class.
 JMethod JProperty.getSetter()
          Returns a JMethod which represents the setter for this property.
 

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

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


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