fr.umlv.tatoo.cc.parser.parser
Interface RegularTableActionDecl

All Superinterfaces:
ActionDecl, ObjectId
All Known Implementing Classes:
AcceptActionDecl, BranchActionDecl, NonAssociativeErrorActionDecl, ReduceActionDecl, ShiftActionDecl, VersionedActionDecl

public interface RegularTableActionDecl
extends ActionDecl


Method Summary
 boolean isError()
           
 
Methods inherited from interface fr.umlv.tatoo.cc.parser.parser.ActionDecl
accept, accept, isReduce
 
Methods inherited from interface fr.umlv.tatoo.cc.common.generator.ObjectId
getId
 

Method Detail

isError

boolean isError()