fr.umlv.tatoo.cc.parser.parser
Class AbstractActionDecl
java.lang.Object
fr.umlv.tatoo.cc.common.generator.AbstractObjectId
fr.umlv.tatoo.cc.parser.parser.AbstractActionDecl
- All Implemented Interfaces:
- ObjectId, ActionDecl
- Direct Known Subclasses:
- AcceptActionDecl, BranchActionDecl, EnterActionDecl, ErrorActionDecl, ExitActionDecl, ReduceActionDecl, ShiftActionDecl, VersionedActionDecl
public abstract class AbstractActionDecl
- extends AbstractObjectId
- implements ActionDecl
Methods inherited from interface fr.umlv.tatoo.cc.parser.parser.ActionDecl |
accept |
AbstractActionDecl
protected AbstractActionDecl(String name)
isReduce
public boolean isReduce()
- Specified by:
isReduce
in interface ActionDecl
accept
public <R> R accept(SimpleActionDeclVisitor<? extends R> visitor)
- Specified by:
accept
in interface ActionDecl