modesteditor.core.model
Class ModestAction
java.lang.Object
modesteditor.core.model.Model
modesteditor.core.model.ModestAction
public class ModestAction
- extends Model
Model of a MoDeST action.
Constructor Summary |
ModestAction(java.lang.String name,
int line,
int column)
|
ModestAction(java.lang.String name,
int line,
int column,
boolean patient)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModestAction
public ModestAction(java.lang.String name,
int line,
int column)
ModestAction
public ModestAction(java.lang.String name,
int line,
int column,
boolean patient)
accept
public void accept(IModelVisitor visitor,
java.lang.Object passAlongArgument)
- Specified by:
accept
in class Model
isPatient
public boolean isPatient()