public class ProcPattern extends Object
| Constructor and Description |
|---|
ProcPattern(List<? extends ProcPatternElement> elements)
Construct pattern.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasCheck() |
boolean |
parse(Context context)
Parse context with this pattern
|
boolean |
startsWithConstant() |
boolean |
suspicious(Context context)
Указывает на то что следующая последовательность вполне может оказаться данным тэгом
|
String |
toString() |
public ProcPattern(List<? extends ProcPatternElement> elements)
elements - pattern elementspublic boolean suspicious(Context context)
context - current contextpublic boolean parse(Context context) throws org.kefirsf.bb.proc.NestingException
context - current contextNestingException - if nesting is too big.public boolean startsWithConstant()
public boolean hasCheck()
Copyright © 2016. All rights reserved.