|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HasContext
| Method Summary | |
|---|---|
String |
after()
Return the String after the word. |
void |
appendAfter(String after)
Append this String to the current after String |
String |
before()
|
String |
current()
Return the String which is the unmangled word. |
void |
prependBefore(String before)
Prepend this String to the before String. |
void |
setAfter(String after)
Set the String after the word. |
void |
setBefore(String before)
Set the String before the word. |
void |
setCurrent(String current)
Set the String which is the unmangled word. |
| Method Detail |
|---|
String before()
void setBefore(String before)
before - the String before the wordvoid prependBefore(String before)
before - the String to be prependedString current()
void setCurrent(String current)
current - the unmangled wordString after()
void setAfter(String after)
after - The String after the wordvoid appendAfter(String after)
after - The String to be prepended
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||