public interface CSVListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
CSVParser
.Modifier and Type | Method and Description |
---|---|
void |
enterEmptyField(CSVParser.EmptyFieldContext ctx)
Enter a parse tree produced by the
EmptyField
labeled alternative in CSVParser.field() . |
void |
enterFile(CSVParser.FileContext ctx)
Enter a parse tree produced by
CSVParser.file() . |
void |
enterHeader(CSVParser.HeaderContext ctx)
Enter a parse tree produced by
CSVParser.header() . |
void |
enterRecord(CSVParser.RecordContext ctx)
Enter a parse tree produced by
CSVParser.record() . |
void |
enterStringField(CSVParser.StringFieldContext ctx)
Enter a parse tree produced by the
StringField
labeled alternative in CSVParser.field() . |
void |
enterTextField(CSVParser.TextFieldContext ctx)
Enter a parse tree produced by the
TextField
labeled alternative in CSVParser.field() . |
void |
exitEmptyField(CSVParser.EmptyFieldContext ctx)
Exit a parse tree produced by the
EmptyField
labeled alternative in CSVParser.field() . |
void |
exitFile(CSVParser.FileContext ctx)
Exit a parse tree produced by
CSVParser.file() . |
void |
exitHeader(CSVParser.HeaderContext ctx)
Exit a parse tree produced by
CSVParser.header() . |
void |
exitRecord(CSVParser.RecordContext ctx)
Exit a parse tree produced by
CSVParser.record() . |
void |
exitStringField(CSVParser.StringFieldContext ctx)
Exit a parse tree produced by the
StringField
labeled alternative in CSVParser.field() . |
void |
exitTextField(CSVParser.TextFieldContext ctx)
Exit a parse tree produced by the
TextField
labeled alternative in CSVParser.field() . |
void enterFile(CSVParser.FileContext ctx)
CSVParser.file()
.ctx
- the parse treevoid exitFile(CSVParser.FileContext ctx)
CSVParser.file()
.ctx
- the parse treevoid enterHeader(CSVParser.HeaderContext ctx)
CSVParser.header()
.ctx
- the parse treevoid exitHeader(CSVParser.HeaderContext ctx)
CSVParser.header()
.ctx
- the parse treevoid enterRecord(CSVParser.RecordContext ctx)
CSVParser.record()
.ctx
- the parse treevoid exitRecord(CSVParser.RecordContext ctx)
CSVParser.record()
.ctx
- the parse treevoid enterTextField(CSVParser.TextFieldContext ctx)
TextField
labeled alternative in CSVParser.field()
.ctx
- the parse treevoid exitTextField(CSVParser.TextFieldContext ctx)
TextField
labeled alternative in CSVParser.field()
.ctx
- the parse treevoid enterStringField(CSVParser.StringFieldContext ctx)
StringField
labeled alternative in CSVParser.field()
.ctx
- the parse treevoid exitStringField(CSVParser.StringFieldContext ctx)
StringField
labeled alternative in CSVParser.field()
.ctx
- the parse treevoid enterEmptyField(CSVParser.EmptyFieldContext ctx)
EmptyField
labeled alternative in CSVParser.field()
.ctx
- the parse treevoid exitEmptyField(CSVParser.EmptyFieldContext ctx)
EmptyField
labeled alternative in CSVParser.field()
.ctx
- the parse treeCopyright © 2016. All rights reserved.