|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.metasyntactic.math.automata.event.AcceptEvent
ReduceEvent is used to notify interested parties that acceptance of the input took place while a LALR parse was taking place
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
AcceptEvent(java.lang.Object source,
LRParseTable.Accept accept)
|
|
| Method Summary | |
LRParseTable.Accept |
getAccept()
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AcceptEvent(java.lang.Object source,
LRParseTable.Accept accept)
| Method Detail |
public LRParseTable.Accept getAccept()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||