fr.umlv.tatoo.cc.parser.parser
Interface ActionDecl
- All Superinterfaces:
- ObjectId
- All Known Subinterfaces:
- BranchTableActionDecl, RegularTableActionDecl
- All Known Implementing Classes:
- AbstractActionDecl, AcceptActionDecl, BranchActionDecl, EnterActionDecl, ErrorActionDecl, ExitActionDecl, NonAssociativeErrorActionDecl, ReduceActionDecl, ShiftActionDecl, VersionedActionDecl
public interface ActionDecl
- extends ObjectId
| Methods inherited from interface fr.umlv.tatoo.cc.common.generator.ObjectId |
getId |
isReduce
boolean isReduce()
accept
<R,P> R accept(ActionDeclVisitor<? extends R,? super P> visitor,
P parameter)
accept
<R> R accept(SimpleActionDeclVisitor<? extends R> visitor)