|
Rational Developer for Power Systems Software V8.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.comm.filters.ISeriesFilterStringTokenizer
public class ISeriesFilterStringTokenizer
A tokenizer (like ISeriesStringTokenizer) which would parse quoted values as one token, but would also break up brackets eg. () as individual tokens. (Which ISeriesStringTokenizer wasn't doing)
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
ISeriesFilterStringTokenizer(String s)
|
|
| Method Summary | |
|---|---|
String |
getParameterValue_UpperCase()
For a parameter value which is not a quoted value, uppercase it. |
String |
getParameterValue()
Common routine to return a parameter value from inside brackets |
String |
nextToken()
|
static String |
upperCase_UnquotedValue(String value)
For a value which is not a quoted value, uppercase it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Copyright
| Constructor Detail |
|---|
public ISeriesFilterStringTokenizer(String s)
| Method Detail |
|---|
public String nextToken()
public static String upperCase_UnquotedValue(String value)
public String getParameterValue_UpperCase()
public String getParameterValue()
|
Rational Developer for Power Systems Software V8.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||