| Package | Description |
|---|---|
| brennus | |
| brennus.model |
| Modifier and Type | Method and Description |
|---|---|
Method |
MethodContext.getMethod() |
| Constructor and Description |
|---|
MethodContext(FutureType type,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
abstract Method |
Type.getConstructor(int parameterCount) |
Method |
FutureType.getConstructor(int parameterCount) |
Method |
ExistingType.getConstructor(int parameterCount) |
abstract Method |
Type.getMethod(String methodName,
int parameterCount) |
Method |
FutureType.getMethod(String methodName,
int parameterCount) |
Method |
ExistingType.getMethod(String methodName,
int parameterCount) |
Method |
FutureType.getSuperConstructor(int parameterCount) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<Method> |
FutureType.getConstructors() |
ImmutableList<Method> |
FutureType.getMethods() |
ImmutableList<Method> |
FutureType.getStaticMethods() |
| Constructor and Description |
|---|
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
FutureType(String name,
Type extending,
ImmutableList<Field> fields,
ImmutableList<Field> staticFields,
ImmutableList<Method> methods,
ImmutableList<Method> staticMethods,
ImmutableList<Method> constructors,
String sourceFile) |
Copyright © 2014. All Rights Reserved.