| Package | Description |
|---|---|
| org.xbup.catalog | |
| org.xbup.catalog.declaration | |
| org.xbup.io.declaration | |
| org.xbup.io.remote | |
| org.xbup.io.stream |
| Modifier and Type | Method and Description |
|---|---|
XBFormatDecl |
XBCachedCatalog.findFormatTypeByPath(java.lang.Long[] xbCatalogPath) |
XBFormatDecl |
XBCatalog.findFormatTypeByPath(java.lang.Long[] xbCatalogPath)
Returns a format type for given XB Path.
|
XBFormatDecl |
XBECatalog.findFormatTypeByPath(java.lang.Long[] xbCatalogPath) |
XBFormatDecl |
XBRCatalog.findFormatTypeByPath(java.lang.Long[] xbCatalogPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBCFormatDecl
XBUP Level 1 Format Declaration represented by catalog.
|
class |
XBCPFormatDecl
Format declaration based on catalog path.
|
| Modifier and Type | Method and Description |
|---|---|
static XBFormatDecl |
XBCFormatDecl.processFormatSpec(XBCatalog catalog,
XBTTreeNode specBlock) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XBCPFormatDecl.equals(XBFormatDecl type) |
void |
XBCDeclaration.setContextFormat(XBFormatDecl format) |
| Constructor and Description |
|---|
XBCDeclaration(XBFormatDecl format) |
XBCDeclaration(XBFormatDecl format,
XBCatalog catalog)
Creates a new instance of XBCL1Declaration
|
XBCDeclaration(XBFormatDecl format,
XBTConversible rootNode) |
| Modifier and Type | Method and Description |
|---|---|
XBFormatDecl |
XBDeclaration.getFormat() |
static XBFormatDecl |
XBFormatDecl.processDeclaration(XBTTreeNode specBlock) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBFormatDecl> |
XBFormatDef.getFormats() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBDeclaration.setFormat(XBFormatDecl format) |
| Modifier and Type | Method and Description |
|---|---|
void |
XBFormatDef.setFormats(java.util.List<XBFormatDecl> formats) |
| Modifier and Type | Method and Description |
|---|---|
XBFormatDecl |
XBProcedure.getResultDecl()
Return required declaration for result
TODO: Should be joined declaration (for multiple formats, groups and blocks)
|
| Modifier and Type | Method and Description |
|---|---|
XBFormatDecl |
XBTMultiStreamable.getL1FormatMType(int index)
Returns Format Type
|