| 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.grammar.Nonterminal
public class Nonterminal
Grammar nonterminal.
| Method Summary | |
|---|---|
 int | 
compareTo(Nonterminal n)
 | 
 boolean | 
equals(Object obj)
 | 
 int | 
getKey()
Returns the key of this nonterminal.  | 
 List<Production> | 
getProductions()
Returns the productions of this nonterminal.  | 
 int | 
hashCode()
 | 
 boolean | 
isTaint()
 | 
 void | 
setProductions(List<Production> p)
Sets the productions of this nonterminal.  | 
 void | 
setTaint(boolean taint)
 | 
 String | 
toString()
Returns name of this nonterminal.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public int compareTo(Nonterminal n)
compareTo in interface Comparable<Nonterminal>public boolean equals(Object obj)
equals in class Objectpublic int getKey()
getKey in interface GraphNodepublic List<Production> getProductions()
public int hashCode()
hashCode in class Objectpublic boolean isTaint()
public void setProductions(List<Production> p)
public void setTaint(boolean taint)
public String toString()
toString in class Object
  | 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||