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 IEvlContextcontextprotected Fixfixprotected FrameStackscopeprotected java.lang.Objectselfprotected java.lang.Stringtitle
-
Constructor Summary
Constructors Constructor Description FixInstance(IEvlContext context, Fix fix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEvlContextgetContext()FixgetFix()java.lang.ObjectgetSelf()java.lang.StringgetTitle()voidperform()voidsetSelf(java.lang.Object self)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-