|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.umlv.tatoo.cc.common.generator.AbstractObjectId
fr.umlv.tatoo.cc.lexer.lexer.RuleDecl
public class RuleDecl
| Constructor Summary | |
|---|---|
RuleDecl(String id,
Regex main,
Regex follow,
int priority,
boolean beginningOfLineRequired)
|
|
| Method Summary | |
|---|---|
Regex |
getFollowRegex()
|
Regex |
getMainRegex()
|
int |
getPriority()
|
boolean |
isBeginningOfLineRequired()
|
String |
toString()
|
| Methods inherited from class fr.umlv.tatoo.cc.common.generator.AbstractObjectId |
|---|
getId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuleDecl(String id,
Regex main,
Regex follow,
int priority,
boolean beginningOfLineRequired)
| Method Detail |
|---|
public Regex getMainRegex()
public boolean isBeginningOfLineRequired()
public Regex getFollowRegex()
public int getPriority()
public String toString()
toString in class AbstractObjectId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||