dk.brics.servletvalidator.balancing.inequality
Class Dependency
java.lang.Object
dk.brics.servletvalidator.balancing.inequality.Dependency
public class Dependency
- extends Object
A dependency is a a reference to a non terminal that another non terminal depends on along with a constant
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependency
public Dependency()
getC
public int getC()
getNt
public Node getNt()
setC
public void setC(int c)
setNt
public void setNt(Node nt)
Copyright © 2008 Mathias Schwarz.