| Package | Description |
|---|---|
| org.jace.proxy |
| Modifier and Type | Method and Description |
|---|---|
static ProxyGenerator.InvokeStyle |
ProxyGenerator.InvokeStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyGenerator.InvokeStyle[] |
ProxyGenerator.InvokeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyGenerator.generateMethodDeclaration(Writer output,
MetaClass metaClass,
ClassMethod method,
ProxyGenerator.InvokeStyle invokeStyle)
Generates the method declaration.
|
Copyright © 2012. All Rights Reserved.