|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICodeElement | |
---|---|
archimate.codegen | |
archimate.util |
Uses of ICodeElement in archimate.codegen |
---|
Methods in archimate.codegen with parameters of type ICodeElement | |
---|---|
void |
JavaHelper.addJavaDoc(org.eclipse.jdt.core.dom.BodyDeclaration body,
ICodeElement element)
Adds JavaDoc to a BodyDeclaration based on the settings of the
ICodeElement |
Uses of ICodeElement in archimate.util |
---|
Classes in archimate.util that implement ICodeElement | |
---|---|
class |
JavaClass
Class modelling a Java class |
class |
JavaMethod
Class modelling a java method |
Methods in archimate.util that return ICodeElement | |
---|---|
ICodeElement |
TagNode.getSource(java.lang.String identifier)
Returns the source element that matches with the identifier |
Methods in archimate.util that return types with arguments of type ICodeElement | |
---|---|
java.util.ArrayList<ICodeElement> |
TagNode.source()
Returns the list of ICodeElement s |
Methods in archimate.util with parameters of type ICodeElement | |
---|---|
void |
TagNode.addSource(ICodeElement code)
Adds a ICodeElement to the list of source elements. |
void |
TagNode.setVisited(ICodeElement element)
Marks the source element as visited. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |