| Package | Description |
|---|---|
| org.xbup.catalog.declaration | |
| org.xbup.io | |
| org.xbup.io.declaration | |
| org.xbup.io.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
XBCParamDecl
XBUP Level 1 Parameter Declaration.
|
| Modifier and Type | Method and Description |
|---|---|
XBParamDecl |
XBCParamDecl.convertToNonList() |
XBParamDecl |
XBCBlockDef.getParamDecl(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBParamDecl> |
XBCBlockDef.getParamDecls() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBParamConvertor.XBParamHandler.beginXBParam(XBParamDecl type) |
void |
XBParamListener.beginXBParam(XBParamDecl type)
Reports parameter begin.
|
| Constructor and Description |
|---|
XBParamConvertor.XBParamProcessor(XBParamDecl paramDecl) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBDParamDecl
XBUP Level 1 Parameter Declaration.
|
| Modifier and Type | Method and Description |
|---|---|
XBParamDecl |
XBDParamDecl.convertToNonList() |
XBParamDecl |
XBParamDecl.convertToNonList()
Get new instance of the same declaration, but as list.
|
XBParamDecl |
XBBlockDef.getParamDecl(int index)
Get specific parameter declaration.
|
XBParamDecl |
XBDBlockDef.getParamDecl(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBParamDecl> |
XBBlockDef.getParamDecls()
Get list of parameters in order of appearance.
|
java.util.List<XBParamDecl> |
XBDBlockDef.getParamDecls() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBDBlockDef.setParams(java.util.List<XBParamDecl> params) |
| Modifier and Type | Method and Description |
|---|---|
XBParamDecl |
XBTTreeNode.XBParamExtractor.getParamType() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBTTreeNode.XBParamExtractor.beginXBParam(XBParamDecl type) |