fr.umlv.tatoo.cc.common.generator
Interface ObjectId

All Known Subinterfaces:
VariableDecl
All Known Implementing Classes:
AbstractActionDecl, AbstractObjectId, AcceptActionDecl, BranchActionDecl, EnterActionDecl, ErrorActionDecl, ExitActionDecl, FakeProduction, NonAssociativeErrorActionDecl, NonTerminalDecl, Priority, ProductionDecl, ReduceActionDecl, RuleDecl, ShiftActionDecl, StateMetadataDecl, TerminalDecl, VersionDecl, VersionedActionDecl

public interface ObjectId

Interface for all object that could be referenced with a name in the generated code.

Author:
Remi

Method Summary
 String getId()
          Returns the identifier of the current object
 

Method Detail

getId

String getId()
Returns the identifier of the current object

Returns:
the identifier of the object.