Package | Description |
---|---|
oracle.javatools.parser.java.v2.common |
Classes common to model implementations.
|
Modifier and Type | Method and Description |
---|---|
static QuickMethod |
QuickMethod.createMethod(JavaClass owning,
char access,
JavaType returnType,
java.lang.String name,
java.util.Collection parameters,
java.util.Collection exceptions)
We could let a client directly create a QuickMethod, but all the
other Quick* classes have package-private (or private)
constructors, so let's follow the convention.
|