public class CsvSupportTrait extends Object implements Trait<CsvSupportTrait>
Modifier and Type | Class and Description |
---|---|
static class |
CsvSupportTrait.Configuration
The CSV format configuration.
|
Constructor and Description |
---|
CsvSupportTrait(AstNode originalAst,
CsvSupportTrait.Configuration configuration)
Creates and returns a new instance.
|
Modifier and Type | Method and Description |
---|---|
CsvSupportTrait.Configuration |
getConfiguration()
Returns CSV configuration.
|
AstNode |
getOriginalAst()
Returns the corresponded syntactic element of this.
|
public CsvSupportTrait(AstNode originalAst, CsvSupportTrait.Configuration configuration)
originalAst
- the original AST, or null
if this is an ad-hoc elementconfiguration
- the CSV configurationIllegalArgumentException
- if some parameters were null
public CsvSupportTrait.Configuration getConfiguration()
public AstNode getOriginalAst()
Element
getOriginalAst
in interface Element
null
if unknownCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.