|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.umlv.tatoo.cc.lexer.lexer.RuleFactory
public class RuleFactory
| Constructor Summary | |
|---|---|
RuleFactory()
|
|
| Method Summary | |
|---|---|
RuleDecl |
createRule(String id,
Regex main,
Regex follow,
int priority,
boolean beginningOfLineRequired)
|
List<RuleDecl> |
getAllRules()
|
IdMap<RuleDecl> |
getRuleMap()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleFactory()
| Method Detail |
|---|
public IdMap<RuleDecl> getRuleMap()
public RuleDecl createRule(String id,
Regex main,
Regex follow,
int priority,
boolean beginningOfLineRequired)
public List<RuleDecl> getAllRules()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||