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 nullpublic TsvFormatTrait.Configuration getConfiguration()
public AstNode getOriginalAst()
ElementgetOriginalAst in interface Elementnull if unknownCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.