public abstract class RecognizerAdapter extends Object
| Constructor and Description |
|---|
RecognizerAdapter(PrintStream errorStream) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageTag() |
protected abstract void |
handleAssignment(KeywordAST name) |
protected abstract void |
handleCommand(Command command) |
protected abstract void |
handleEvent(RecognizerEvent event) |
protected abstract void |
handleQuery(ListAST query) |
void |
putAssignment(KeywordAST name) |
void |
putCommand(Command cmd) |
void |
putEvent(RecognizerEvent event) |
void |
putQuery(ListAST query) |
void |
setLanguageTag(String tag) |
public RecognizerAdapter(PrintStream errorStream)
protected abstract void handleQuery(ListAST query) throws RippleException
RippleExceptionprotected abstract void handleCommand(Command command) throws RippleException
RippleExceptionprotected abstract void handleEvent(RecognizerEvent event) throws RippleException
RippleExceptionprotected abstract void handleAssignment(KeywordAST name) throws RippleException
RippleExceptionpublic void putQuery(ListAST query)
public void putCommand(Command cmd)
public void putEvent(RecognizerEvent event)
public void putAssignment(KeywordAST name)
public String getLanguageTag()
public void setLanguageTag(String tag)
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.