public interface XBProcedure
| Modifier and Type | Method and Description |
|---|---|
void |
execute(XBTStreamChecker source,
XBTListener result)
Method for invocation of this procedure
Position in source is after block type
TODO: Add status handling (may include exceptions)
|
XBFormatDecl |
getResultDecl()
Return required declaration for result
TODO: Should be joined declaration (for multiple formats, groups and blocks)
|
XBBlockType |
getType() |
XBBlockType getType()
XBFormatDecl getResultDecl()
void execute(XBTStreamChecker source, XBTListener result) throws XBProcessingException, java.io.IOException
XBProcessingExceptionjava.io.IOException