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


Method Summary
<R,P> R
accept(ActionDeclVisitor<? extends R,? super P> visitor, P parameter)
           
<R> R
accept(SimpleActionDeclVisitor<? extends R> visitor)
           
 boolean isReduce()
           
 
Methods inherited from interface fr.umlv.tatoo.cc.common.generator.ObjectId
getId
 

Method Detail

isReduce

boolean isReduce()

accept

<R,P> R accept(ActionDeclVisitor<? extends R,? super P> visitor,
               P parameter)

accept

<R> R accept(SimpleActionDeclVisitor<? extends R> visitor)