public interface Assignment
Modifier and Type | Interface and Description |
---|---|
static class |
Assignment.AssignmentType |
Modifier and Type | Method and Description |
---|---|
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.
|
List<Type> |
getThrownTypes()
returns all types exception types thrown by this assignment.
|
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> getThrownTypes()
void setAssignment(Assignment assignment)
assignment
- the assignment to setString getSourceReference()
Assignment.AssignmentType getType()
Assignment.AssignmentType
boolean isUpdateMethod()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.