bamboo-d v0.3.0 (2018-06-11T20:33:37Z)
Dub
Repo
ArrayParameter
bamboo
types
Undocumented in source.
class
ArrayParameter :
Parameter
{
string
type
;
ArrayRange
size
;
@
This
.
Exclude
TypeDeclaration
elementType
;
TypeDeclaration
resolveType
(Module mod);
bool
hasRange
();
Type
parameterType
();
}
Members
Functions
hasRange
bool
hasRange
()
Undocumented in source. Be warned that the author may not have intended to support it.
parameterType
Type
parameterType
()
Undocumented in source. Be warned that the author may not have intended to support it.
resolveType
TypeDeclaration
resolveType
(Module mod)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
elementType
TypeDeclaration
elementType
;
Undocumented in source.
size
ArrayRange
size
;
Undocumented in source.
type
string
type
;
Undocumented in source.
Inherited Members
From Parameter
symbol
string
symbol
;
Get the name of this parameter.
parameterType
Type
parameterType
()
Get the fundamental type of this parameter.
Meta
Source
See Implementation
bamboo
types
classes
AliasDeclaration
ArrayParameter
ArrayRange
AtomicField
BuiltinType
ClassDeclaration
FieldDeclaration
ImportDeclaration
KeywordDeclaration
KeywordList
Module
MolecularField
NumericConstant
NumericParameter
NumericRange
NumericTransform
Parameter
ParameterField
SizeConstraint
SizedParameter
StructDeclaration
StructParameter
SyntaxNode
TypeDeclaration
Visitor
enums
Operator
SyntaxKind
Type