|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Can be used to change documents of an editor on an abstract level.
Method Summary | |
void |
addMethodContext(org.eclipse.jdt.core.IMethod method)
Adds a method context at the end of the OCL document. |
void |
addTypeContext(org.eclipse.jdt.core.IType type)
Adds a type context at the end of the OCL document. |
void |
remove(IOclElement element)
Removes an OCL element from the document. |
Method Detail |
public void addTypeContext(org.eclipse.jdt.core.IType type)
type
- represents the type.public void addMethodContext(org.eclipse.jdt.core.IMethod method)
method
- represents the method.public void remove(IOclElement element)
element
- the OCL element.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |