public class AddingProductionRule extends ProductionRule
Constructor and Description |
---|
AddingProductionRule() |
Modifier and Type | Method and Description |
---|---|
protected String |
getSymbol()
Returns the symbol of this production rule.
|
void |
setProduction(ProductionList productionList)
Sets what is produced when this rule is true
|
getCondition, getProduction, isLoop, makeReferences, matches, matchReferences, produce, setCondition, toString
protected String getSymbol()
ProductionRule
condition symbol production
.getSymbol
in class ProductionRule
public void setProduction(ProductionList productionList)
ProductionRule
setProduction
in class ProductionRule
Copyright © 2017. All rights reserved.