public interface XBParamDecl
| Modifier and Type | Method and Description |
|---|---|
XBParamDecl |
convertToNonList()
Get new instance of the same declaration, but as list.
|
XBBlockDecl |
getBlockDecl()
Get block declaration.
|
XBParamType |
getParamType()
Get type of this parameter.
|
boolean |
isJoinFlag()
Get flag whether parameter is joined.
|
boolean |
isListFlag()
Get flag whether parameter is list of items.
|
XBBlockDecl getBlockDecl()
boolean isListFlag()
boolean isJoinFlag()
XBParamType getParamType()
XBParamDecl convertToNonList()