| Package | Description | 
|---|---|
| model | |
| model.assignment | |
| model.definition | |
| model.packages | |
| model.type | |
| parser | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Comment> | 
PackagePrepare.comments
Some Comments for testing. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Comment> | 
AssignmentFile.comments
HashMap of all comments from the AssignmentFile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Map<Position,Comment> | 
AssignmentFile.createPosCommentMap()
Creates a Map containing comment.getPosition() as Key and comment as Value.No side effects to
 fields. 
 | 
java.util.List<Comment> | 
AssignmentFile.getComments()  | 
| Constructor and Description | 
|---|
AssignmentFile(java.util.Map<java.lang.String,VariableAssignment> assignments2,
              java.util.List<Comment> comments)
Constructor for AssignmentFile, just sets the field. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Comment> | 
DefinitionFile.comments
HashMap of all comments from the AssignmentFile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Map<Position,Comment> | 
DefinitionFile.createPosCommentMap()
Creates a Map containing comment.getPosition() as Key and comment as Value.No side effects to
 fields. 
 | 
java.util.List<Comment> | 
DefinitionFile.getComments()  | 
| Constructor and Description | 
|---|
DefinitionFile(java.util.Map<java.lang.String,AbstractVariableDefinition> definitions2,
              java.util.List<Comment> comments)
Constructor, just sets the fields. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Comment> | 
PackageDescriptionFile.comments
represents a list of comments in the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Comment> | 
PackageDescriptionFile.getComments()  | 
| Constructor and Description | 
|---|
PackageDescriptionFile(java.util.List<Comment> comments,
                      java.util.List<PackageRule> packagerules,
                      java.lang.Integer version)  | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Comment> | 
TypeFile.comments
HashMap of all comments from the AssignmentFile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Map<Position,Comment> | 
TypeFile.createPosCommentMap()
Creates a Map containing comment.getPosition() as Key and comment as Value.No side effects to
 fields. 
 | 
java.util.List<Comment> | 
TypeFile.getComments()  | 
| Constructor and Description | 
|---|
TypeFile(java.util.Map<java.lang.String,NamedVariableType> types2,
        java.util.List<Comment> comments)
Constructor, just sets fields. 
 | 
TypeFile(java.util.Map<java.lang.String,NamedVariableType> types2,
        java.util.List<Comment> comments,
        java.util.Map<java.lang.String,java.util.ArrayList<TempTypeExtension>> tempextensionsMap)
Constructor, just sets fields. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Comment> | 
AbstractFileParser.comments
List of comments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Comment> | 
AbstractFileParser.getComments()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractFileParser.setComments(java.util.List<Comment> comments)  |