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