| Modifier and Type | Field and Description |
|---|---|
ImmutableList<FieldModel> |
fields |
ClassName |
name |
Object |
representedObject |
TypeName |
returnType |
| Constructor and Description |
|---|
EventDeclarationModel(ClassName name,
TypeName returnType,
ImmutableList<FieldModel> fields,
Object representedObject) |
public final ClassName name
public final TypeName returnType
public final ImmutableList<FieldModel> fields
public final Object representedObject
public EventDeclarationModel(ClassName name,
TypeName returnType,
ImmutableList<FieldModel> fields,
Object representedObject)