bamboo-d v0.3.0 (2018-06-11T20:33:37Z)
Dub
Repo
StructParameter
bamboo
types
Undocumented in source.
class
StructParameter :
Parameter
{
string
typeName
;
@
This
.
Exclude
TypeDeclaration
type
;
TypeDeclaration
resolveType
(Module mod);
Type
parameterType
();
}
Members
Functions
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
type
TypeDeclaration
type
;
Undocumented in source.
typeName
string
typeName
;
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