java.lang.Object
tools.refinery.language.documentation.DocumentationCommentParser
public class DocumentationCommentParser
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CLASS_PARAMETER_NAME
public static final String CLASS_PARAMETER_NAME
- See Also:
-
-
ENUM_PARAMETER_NAME
public static final String ENUM_PARAMETER_NAME
- See Also:
-
-
REFERENCE_SOURCE_PARAMETER_NAME
public static final String REFERENCE_SOURCE_PARAMETER_NAME
- See Also:
-
-
REFERENCE_TARGET_PARAMETER_NAME
public static final String REFERENCE_TARGET_PARAMETER_NAME
- See Also:
-
-
COLOR_TAG
public static final String COLOR_TAG
- See Also:
-
-
DOCUMENTATION
public static final String DOCUMENTATION
- See Also:
-
-
Constructor Details
-
DocumentationCommentParser
public DocumentationCommentParser()
-
Method Details
-
parseDocumentation
public Map<String,String> parseDocumentation(org.eclipse.emf.ecore.EObject eObject)