| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2 | 
 The parser API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract CallerContext.Output | 
CallerContext.listMethods(JavaHasType lhs,
           java.lang.String name,
           JavaType[] tArguments,
           CallerContext.InputOptions options)
List all matching methods that are both visible and accessible in
 this caller context. 
 | 
abstract CallerContext.Output | 
CallerContext.listNames(JavaHasType lhs,
         CallerContext.InputOptions options)
List all elements that are both visible and accessible in this
 caller context. 
 | 
abstract CallerContext.Output | 
CallerContext.listNames(JavaPackage lhs,
         CallerContext.InputOptions options)
List all member package and member type elements that are both
 visible and accessible in this caller context. 
 |