|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.williams.cs.ljil.finitizer.Actionable
edu.williams.cs.ljil.finitizer.actions.ResolutionAction
edu.williams.cs.ljil.finitizer.actions.AppliedTransformationAction
edu.williams.cs.ljil.finitizer.actions.recursion.InlineRecursionAction
public class InlineRecursionAction
An action that will inline a recursive step when it is applied.
| Field Summary | |
|---|---|
protected laser.littlejil.AbstractBinding |
addedBinding
The binding connecting the root of the inlined subtree to the rest of the process. |
protected laser.littlejil.AbstractStep |
addedStep
The root of the tree that is inlined |
| Fields inherited from class edu.williams.cs.ljil.finitizer.actions.AppliedTransformationAction |
|---|
fspb, myAT, poststep, prestep |
| Constructor Summary | |
|---|---|
InlineRecursionAction(FSPBuilder f,
edu.williams.cs.ljil.fsp.StepRef s)
Creates an action that will inline a reference step when it is applied. |
|
| Method Summary | |
|---|---|
void |
apply()
Inlines a step. |
java.lang.String |
getDescription()
Returns a brief description of this action. |
void |
unapply()
Undo the inlining. |
| Methods inherited from class edu.williams.cs.ljil.finitizer.actions.ResolutionAction |
|---|
ensureApplied, ensureUnapplied, isApplied, toString |
| Methods inherited from class edu.williams.cs.ljil.finitizer.Actionable |
|---|
addStateListener, addStateListenerRecursively, addSubAction, fireStateChanged, getParent, getSubActionAt, getSubActionCount, getSubActions, indexOf, isLeaf, isResolved, removeStateListener, setParent, unapplyAllSubActions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected laser.littlejil.AbstractStep addedStep
protected laser.littlejil.AbstractBinding addedBinding
| Constructor Detail |
|---|
public InlineRecursionAction(FSPBuilder f,
edu.williams.cs.ljil.fsp.StepRef s)
f - The main controllers - The step to be replaced by the inlining.| Method Detail |
|---|
public void apply()
throws java.lang.IllegalStateException
apply in class AppliedTransformationActionjava.lang.IllegalStateExceptionpublic void unapply()
unapply in class AppliedTransformationActionpublic java.lang.String getDescription()
getDescription in class ResolutionAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||