fr.umlv.tatoo.cc.parser.parser
Class ErrorActionDecl
java.lang.Object
fr.umlv.tatoo.cc.common.generator.AbstractObjectId
fr.umlv.tatoo.cc.parser.parser.AbstractActionDecl
fr.umlv.tatoo.cc.parser.parser.ErrorActionDecl
- All Implemented Interfaces:
- ObjectId, ActionDecl, BranchTableActionDecl
- Direct Known Subclasses:
- NonAssociativeErrorActionDecl
public class ErrorActionDecl
- extends AbstractActionDecl
- implements BranchTableActionDecl
getMessage
public String getMessage()
accept
public <R,P> R accept(ActionDeclVisitor<? extends R,? super P> visitor,
P parameter)
- Specified by:
accept
in interface ActionDecl
toString
public String toString()
- Overrides:
toString
in class AbstractObjectId