Class TryStatement
						
					
				Fields
| Name | Type | Description | 
|---|---|---|
| catches | Catches | |
| declarationOrStatement | DeclarationOrStatement | |
| finally_ | Finally | |
| tokens | const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[] | List of tokens consumed by this AST node | 
Methods
| Name | Description | 
|---|---|
| accept(visitor) |