bamboo-d ~master (2018-08-01T21:37:34Z)
Dub
Repo
ArrayParameter
bamboo
types
Undocumented in source.
class
ArrayParameter :
Parameter
{
string
type
;
ArrayRange
size
;
@
This
.
Exclude
TypeDeclaration
elementType
;
@
This
.
Exclude
Parameter
element
;
TypeDeclaration
resolveType
(Module mod);
bool
hasRange
();
Type
parameterType
();
string
parameterTypeName
();
}
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.
parameterTypeName
string
parameterTypeName
()
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
element
Parameter
element
;
Undocumented in source.
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.
parameterTypeName
string
parameterTypeName
()
Undocumented in source.
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