|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kefirsf.bb.proc.PatternConstant
public class PatternConstant
Constant element of pattern or template
| Constructor Summary | |
|---|---|
PatternConstant(String value,
boolean ignoreCase)
Create constant element. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
findIn(Source source)
Find this constant. |
char[] |
getCharArray()
|
String |
getValue()
|
int |
hashCode()
|
boolean |
isIgnoreCase()
|
boolean |
isNextIn(Source source)
Check equals next sequence in source to this constant |
boolean |
parse(Context context,
ProcPatternElement terminator)
Parse constant |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PatternConstant(String value,
boolean ignoreCase)
value - constant value| Method Detail |
|---|
public boolean parse(Context context,
ProcPatternElement terminator)
parse in interface ProcPatternElementcontext - current contextterminator - not used
public boolean isNextIn(Source source)
isNextIn in interface ProcPatternElementsource - source text
public int findIn(Source source)
findIn in interface ProcPatternElementsource - text source
public String getValue()
public boolean isIgnoreCase()
public char[] getCharArray()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||