|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.parser.RuleInstances
public class RuleInstances
This a a container for matches. This container can check if a certain match is in the container.
Constructor Summary | |
---|---|
protected |
RuleInstances()
Creates a new empty container. |
Method Summary | |
---|---|
protected void |
add(Match m)
Adds a match to the container. |
protected void |
finalize()
Clears some internal stuff. |
protected boolean |
isIn(Match m)
Checks if a given match is in this container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RuleInstances()
Method Detail |
---|
protected void add(Match m)
m
- A match.protected boolean isIn(Match m)
m
- The match of this rule
protected void finalize()
finalize
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |