|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher
com.singularsys.jep.configurableparser.matchers.UpperCaseOperatorTokenMatcher
public class UpperCaseOperatorTokenMatcher
A case insensitive operator token matcher. It converts the input to uppercase before comparing, hence all operators in the OperatorTable must be uppercase.
| Constructor Summary | |
|---|---|
UpperCaseOperatorTokenMatcher()
|
|
| Method Summary | |
|---|---|
Token |
match(java.lang.String s)
Quickly checks whether the first characters of the string match any of the supplied operator strings. |
| Methods inherited from class com.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher |
|---|
init, init, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpperCaseOperatorTokenMatcher()
| Method Detail |
|---|
public Token match(java.lang.String s)
OperatorTokenMatcher
match in interface TokenMatchermatch in class OperatorTokenMatchers - the string to match against
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||