Package org.eclipse.epsilon.evl.execute
Class FixInstance
- java.lang.Object
-
- org.eclipse.epsilon.evl.execute.FixInstance
-
public class FixInstance extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IEvlContext
context
protected Fix
fix
protected FrameStack
scope
protected java.lang.Object
self
protected java.lang.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()
java.lang.Object
getSelf()
java.lang.String
getTitle()
void
perform()
void
setSelf(java.lang.Object self)
java.lang.String
toString()
-
-
-
Field Detail
-
fix
protected Fix fix
-
self
protected java.lang.Object self
-
context
protected IEvlContext context
-
scope
protected FrameStack scope
-
title
protected java.lang.String title
-
-
Constructor Detail
-
FixInstance
public FixInstance(IEvlContext context, Fix fix)
-
-
Method Detail
-
getContext
public IEvlContext getContext()
-
getFix
public Fix getFix()
-
getSelf
public java.lang.Object getSelf()
-
setSelf
public void setSelf(java.lang.Object self)
-
getTitle
public java.lang.String getTitle() throws EolRuntimeException
- Throws:
EolRuntimeException
-
perform
public void perform() throws EolRuntimeException
- Throws:
EolRuntimeException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-