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.EObjecteObjectprotected intlineNumberprotected org.eclipse.emf.common.util.URIuri
-
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.EObjectgetEObject()intgetLineNumber()org.eclipse.emf.common.util.URIgetUri()abstract voidperform(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()
-
-