modesteditor.core.model
Class ModestAction

java.lang.Object
  extended by modesteditor.core.model.Model
      extended by modesteditor.core.model.ModestAction

public class ModestAction
extends Model

Model of a MoDeST action.


Field Summary
 
Fields inherited from class modesteditor.core.model.Model
column, length, line, name, parent
 
Constructor Summary
ModestAction(java.lang.String name, int line, int column)
           
ModestAction(java.lang.String name, int line, int column, boolean patient)
           
 
Method Summary
 void accept(IModelVisitor visitor, java.lang.Object passAlongArgument)
           
 boolean isPatient()
           
 
Methods inherited from class modesteditor.core.model.Model
getColumn, getLength, getLine, getName, getParent, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModestAction

public ModestAction(java.lang.String name,
                    int line,
                    int column)

ModestAction

public ModestAction(java.lang.String name,
                    int line,
                    int column,
                    boolean patient)
Method Detail

accept

public void accept(IModelVisitor visitor,
                   java.lang.Object passAlongArgument)
Specified by:
accept in class Model

isPatient

public boolean isPatient()