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