| Package | Description |
|---|---|
| brennus.model |
| Modifier and Type | Method and Description |
|---|---|
Field |
FieldAccessType.getField() |
abstract Field |
Type.getField(String varName) |
Field |
FutureType.getField(String varName) |
Field |
ExistingType.getField(String name) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<Field> |
FutureType.getFields() |
ImmutableList<Field> |
FutureType.getStaticFields() |
| Constructor and Description |
|---|
FieldAccessType(Field field) |
| 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) |
Copyright © 2014. All Rights Reserved.