|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kefirsf.bb.proc.ProcPattern
public class ProcPattern
Represents the pattern
| Constructor Summary | |
|---|---|
ProcPattern(List<? extends ProcPatternElement> elements)
Construct pattern. |
|
| Method Summary | |
|---|---|
boolean |
parse(Context context)
Parse context with this pattern |
boolean |
startsWithConstant()
|
boolean |
suspicious(Source source)
Указывает на то что следующая последовательность вполне может оказаться данным тэгом |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcPattern(List<? extends ProcPatternElement> elements)
elements - pattern elements| Method Detail |
|---|
public boolean suspicious(Source source)
source - источник
public boolean parse(Context context)
throws org.kefirsf.bb.proc.NestingException
context - current context
NestingException - if nesting is too big.public boolean startsWithConstant()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||