public interface Assignment
| Modifier and Type | Interface and Description |
|---|---|
static class |
Assignment.AssignmentType |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
getExceptionTypes()
returns all types exception types thrown by this assignment.
|
Set<Type> |
getImportTypes()
returns all types required as import by the assignment statement.
|
String |
getSourceReference()
the source reference being a source-getter, a constant, etc.
|
Assignment.AssignmentType |
getType()
Returns whether the type of assignment
|
boolean |
isUpdateMethod() |
void |
setAssignment(Assignment assignment)
An assignment in itself can wrap another assignment.
|
Set<Type> getImportTypes()
List<Type> getExceptionTypes()
void setAssignment(Assignment assignment)
assignment - String getSourceReference()
Assignment.AssignmentType getType()
Assignment.AssignmentTypeboolean isUpdateMethod()
Copyright © 2012-2015. All Rights Reserved.