fr.umlv.tatoo.cc.parser.grammar
Interface PriorityOwner

All Known Implementing Classes:
FakeProduction, ProductionDecl, TerminalDecl

public interface PriorityOwner

Common interface of objects that own a priority.

Author:
Cervelle
See Also:
ActionEntry

Method Summary
 Priority getPriority()
          Returns the priority.
 

Method Detail

getPriority

Priority getPriority()
Returns the priority.

Returns:
the priority of the current object.