|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICodeElement
Method Summary | |
---|---|
java.lang.String |
archiMateTag()
Returns the code elements first archiMateTag |
boolean |
archiMateTagsDefined()
Returns whether there are archiMateTags defined |
java.lang.String |
comment()
Returns the code elements comments |
boolean |
commentDefined()
Returns whether there is a comment defined |
void |
diff(org.eclipse.jdt.core.dom.ASTNode node,
org.eclipse.core.runtime.MultiStatus status,
java.lang.String pattern)
Compares itself to the ASTNode and writes the eventual
differences in the MultiStatus object |
boolean |
equals(java.lang.String identifier)
Method defining whether a source element matches the identifier |
java.lang.String |
identifier()
Returns the identifier of the source code element |
void |
setVisited()
Marks a source code element as visited |
boolean |
visited()
Returns whether a source element has been visited in the source code |
Method Detail |
---|
boolean commentDefined()
java.lang.String comment()
boolean archiMateTagsDefined()
java.lang.String archiMateTag()
java.lang.String identifier()
boolean equals(java.lang.String identifier)
identifier
- String to match the source element with
void diff(org.eclipse.jdt.core.dom.ASTNode node, org.eclipse.core.runtime.MultiStatus status, java.lang.String pattern)
ASTNode
and writes the eventual
differences in the MultiStatus
object
node
- the ASTNode
to compare withstatus
- the MultiStatus
to write the differences inboolean visited()
void setVisited()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |