|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.pipeline.StageAdapter
com.sun.labs.minion.pipeline.LowerCaseStage
public class LowerCaseStage
| Field Summary | |
|---|---|
protected static java.lang.String |
logTag
|
| Fields inherited from class com.sun.labs.minion.pipeline.StageAdapter |
|---|
downstream, name |
| Constructor Summary | |
|---|---|
LowerCaseStage()
|
|
LowerCaseStage(Stage d)
|
|
| Method Summary | |
|---|---|
void |
token(Token t)
Processes a token from further up the pipeline. |
| Methods inherited from class com.sun.labs.minion.pipeline.StageAdapter |
|---|
defineField, dump, endDocument, endField, getDownstream, getName, newProperties, punctuation, savedData, setDownstream, setName, shutdown, startDocument, startField, text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.lang.String logTag
| Constructor Detail |
|---|
public LowerCaseStage()
public LowerCaseStage(Stage d)
| Method Detail |
|---|
public void token(Token t)
token in interface Stagetoken in class StageAdaptert - The token to process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||