|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.chalmers.cs.gf.parse.chart.Rule
public abstract class Rule
| Constructor Summary | |
|---|---|
Rule(Category cat)
|
|
| Method Summary | |
|---|---|
Category |
getCategory()
Get the left hand side of the rule. |
abstract java.lang.String |
getFun()
Get the function name use to construct an abstract syntax tree from this rule. |
abstract int |
getSize()
Get the number of terminals or non-terminal on the RHS. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rule(Category cat)
| Method Detail |
|---|
public Category getCategory()
public abstract java.lang.String getFun()
public abstract int getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||