Package org.eclipse.epsilon.evl.execute
Class FixInstance
- java.lang.Object
-
- org.eclipse.epsilon.evl.execute.FixInstance
-
public class FixInstance extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IEvlContext
context
protected Fix
fix
protected FrameStack
scope
protected Object
self
protected String
title
-
Constructor Summary
Constructors Constructor Description FixInstance(IEvlContext context, Fix fix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEvlContext
getContext()
Fix
getFix()
Object
getSelf()
String
getTitle()
void
perform()
void
setSelf(Object self)
String
toString()
-
-
-
Field Detail
-
fix
protected Fix fix
-
self
protected Object self
-
context
protected IEvlContext context
-
scope
protected FrameStack scope
-
title
protected String title
-
-
Constructor Detail
-
FixInstance
public FixInstance(IEvlContext context, Fix fix)
-
-
Method Detail
-
getContext
public IEvlContext getContext()
-
getFix
public Fix getFix()
-
getSelf
public Object getSelf()
-
setSelf
public void setSelf(Object self)
-
getTitle
public String getTitle() throws EolRuntimeException
- Throws:
EolRuntimeException
-
perform
public void perform() throws EolRuntimeException
- Throws:
EolRuntimeException
-
-