Class Constructor
						
					
				Fields
| Name | Type | Description | 
|---|---|---|
| column | ulong | |
| comment | string | |
| constraint | Constraint | |
| functionBody | FunctionBody | |
| line | ulong | |
| location | ulong | |
| memberFunctionAttributes | MemberFunctionAttribute[] | |
| parameters | Parameters | |
| templateParameters | TemplateParameters | |
| tokens | const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[] | List of tokens consumed by this AST node | 
Methods
| Name | Description | 
|---|---|
| accept(visitor) |