|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.util.parse.metapattern.parsers.MetaPatternParser
wicket.util.parse.metapattern.parsers.IntegerVariableAssignmentParser
Parses integer variable assignments, such as "x = 9" or "x=9".
| Constructor Summary | |
IntegerVariableAssignmentParser(java.lang.CharSequence input)
Construct. |
|
| Method Summary | |
int |
getIntValue()
Gets the int part (eg the '9' from 'x = 9'). |
long |
getLongValue()
Gets the int part as a long. |
java.lang.String |
getVariable()
Gets the variable part (eg the 'x' from 'x = 9'). |
| Methods inherited from class wicket.util.parse.metapattern.parsers.MetaPatternParser |
advance, atEnd, matcher, matches |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntegerVariableAssignmentParser(java.lang.CharSequence input)
input - to parse| Method Detail |
public java.lang.String getVariable()
public int getIntValue()
public long getLongValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||