public abstract class AbstractProduction extends Object implements Production
| Modifier and Type | Field and Description |
|---|---|
protected Event |
event |
protected int |
eventCode |
protected Grammar |
next |
| Constructor and Description |
|---|
AbstractProduction(Grammar next,
Event event,
int eventCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Event |
getEvent() |
abstract int |
getEventCode() |
Grammar |
getNextGrammar() |
String |
toString() |
protected final Grammar next
protected final int eventCode
protected final Event event
public abstract int getEventCode()
getEventCode in interface Productionpublic Event getEvent()
getEvent in interface Productionpublic Grammar getNextGrammar()
getNextGrammar in interface ProductionCopyright © 2018 Siemens AG. All rights reserved.