| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
comments |
protected SourceCodeLocation |
sourceCodeLocation |
| Constructor and Description |
|---|
AbstractElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(String line) |
List<String> |
getCommentLines() |
String |
getComments() |
SourceCodeLocation |
getSourceCodeLocation() |
void |
setComments(List<String> comments) |
void |
setSourceCodeLocation(SourceCodeLocation sourceCodeLocation) |
protected SourceCodeLocation sourceCodeLocation
public SourceCodeLocation getSourceCodeLocation()
getSourceCodeLocation in interface Elementpublic void setSourceCodeLocation(SourceCodeLocation sourceCodeLocation)
public List<String> getCommentLines()
getCommentLines in interface Elementpublic String getComments()
getComments in interface Elementpublic void addComment(String line)
Copyright © 2015–2016. All rights reserved.