Class Action
- java.lang.Object
-
- org.eclipse.epsilon.flexmi.actions.Action
-
- Direct Known Subclasses:
Computation
,VariableDeclaration
public abstract class Action extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.emf.ecore.EObject
eObject
protected int
lineNumber
protected org.eclipse.emf.common.util.URI
uri
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getEObject()
int
getLineNumber()
org.eclipse.emf.common.util.URI
getUri()
abstract void
perform(FlexmiResource resource)
-
-
-
Method Detail
-
perform
public abstract void perform(FlexmiResource resource) throws Exception
- Throws:
Exception
-
getEObject
public org.eclipse.emf.ecore.EObject getEObject()
-
getLineNumber
public int getLineNumber()
-
getUri
public org.eclipse.emf.common.util.URI getUri()
-
-