|
GXPARSE hosted by |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.gorman.util.scan.AbstractRuleList
public class AbstractRuleList
Abstract realization of RuleList
.
Constructor Summary | |
---|---|
protected |
AbstractRuleList(ScanRule... scanRule)
|
Method Summary | |
---|---|
void |
add(RuleList ruleList)
Add a different list to the end of the list. |
void |
add(ScanRule scanRule)
Add a rule to the end of the list. |
ScanRule |
get(int n)
Get a rule from the list. |
static AbstractRuleList |
newInstance(ScanRule... scanRule)
|
int |
size()
Get the number of rules in the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractRuleList(ScanRule... scanRule)
Method Detail |
---|
public static AbstractRuleList newInstance(ScanRule... scanRule)
public int size()
RuleList
Get the number of rules in the list.
size
in interface RuleList
public ScanRule get(int n)
RuleList
Get a rule from the list.
get
in interface RuleList
public void add(ScanRule scanRule)
Add a rule to the end of the list.
public void add(RuleList ruleList)
Add a different list to the end of the list.
|
GXPARSE download | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |