Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.CommaSeparatedValuesParser.FieldContext
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.CommaSeparatedValuesParser.HdrContext
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.CommaSeparatedValuesParser.RowContext
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.TabSeparatedValuesParser.FieldContext
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.TabSeparatedValuesParser.HdrContext
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- accept(ParseTreeVisitor<? extends T>) - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
C
- channelNames - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- channelNames - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- col_label - Variable in class fr.project.lib.utility.TableInput
-
Array of column labels
- col_types - Variable in class fr.project.lib.DataFrame
- CommaSeparatedValues - Enum constant in enum class fr.project.lib.DataFrame.InputFormat
- CommaSeparatedValuesBaseListener - Class in fr.project.lib
-
This class provides an empty implementation of
CommaSeparatedValuesListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - CommaSeparatedValuesBaseListener() - Constructor for class fr.project.lib.CommaSeparatedValuesBaseListener
- CommaSeparatedValuesBaseVisitor<T> - Class in fr.project.lib
-
This class provides an empty implementation of
CommaSeparatedValuesVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. - CommaSeparatedValuesBaseVisitor() - Constructor for class fr.project.lib.CommaSeparatedValuesBaseVisitor
- commaSeparatedValuesFile() - Method in class fr.project.lib.CommaSeparatedValuesParser
- CommaSeparatedValuesFileContext(ParserRuleContext, int) - Constructor for class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- CommaSeparatedValuesLexer - Class in fr.project.lib
- CommaSeparatedValuesLexer(CharStream) - Constructor for class fr.project.lib.CommaSeparatedValuesLexer
- CommaSeparatedValuesListener - Interface in fr.project.lib
-
This interface defines a complete listener for a parse tree produced by
CommaSeparatedValuesParser. - CommaSeparatedValuesParser - Class in fr.project.lib
- CommaSeparatedValuesParser(TokenStream) - Constructor for class fr.project.lib.CommaSeparatedValuesParser
- CommaSeparatedValuesParser.CommaSeparatedValuesFileContext - Class in fr.project.lib
- CommaSeparatedValuesParser.FieldContext - Class in fr.project.lib
- CommaSeparatedValuesParser.HdrContext - Class in fr.project.lib
- CommaSeparatedValuesParser.RowContext - Class in fr.project.lib
- CommaSeparatedValuesVisitor<T> - Interface in fr.project.lib
-
This interface defines a complete generic visitor for a parse tree produced by
CommaSeparatedValuesParser.
D
- data - Variable in class fr.project.lib.utility.TableInput
-
The parsed data as a 2D String array [rows][columns]
- DataFrame - Class in fr.project.lib
-
A Java implementation of a DataFrame similar to pandas' DataFrame.
- DataFrame(String) - Constructor for class fr.project.lib.DataFrame
-
Constructs DataFrame from a file
- DataFrame.InputFormat - Enum Class in fr.project.lib
-
Supported input file formats
E
- enterCommaSeparatedValuesFile(CommaSeparatedValuesParser.CommaSeparatedValuesFileContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.commaSeparatedValuesFile(). - enterCommaSeparatedValuesFile(CommaSeparatedValuesParser.CommaSeparatedValuesFileContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.commaSeparatedValuesFile(). - enterEveryRule(ParserRuleContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
- enterEveryRule(ParserRuleContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
- enterField(CommaSeparatedValuesParser.FieldContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.field(). - enterField(CommaSeparatedValuesParser.FieldContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.field(). - enterField(TabSeparatedValuesParser.FieldContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.field(). - enterField(TabSeparatedValuesParser.FieldContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.field(). - enterHdr(CommaSeparatedValuesParser.HdrContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.hdr(). - enterHdr(CommaSeparatedValuesParser.HdrContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.hdr(). - enterHdr(TabSeparatedValuesParser.HdrContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.hdr(). - enterHdr(TabSeparatedValuesParser.HdrContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.hdr(). - enterRow(CommaSeparatedValuesParser.RowContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.row(). - enterRow(CommaSeparatedValuesParser.RowContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Enter a parse tree produced by
CommaSeparatedValuesParser.row(). - enterRow(TabSeparatedValuesParser.RowContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.row(). - enterRow(TabSeparatedValuesParser.RowContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.row(). - enterRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- enterRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.FieldContext
- enterRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.HdrContext
- enterRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.RowContext
- enterRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.FieldContext
- enterRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.HdrContext
- enterRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- enterRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- enterTabSeparatedValuesFile(TabSeparatedValuesParser.TabSeparatedValuesFileContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.tabSeparatedValuesFile(). - enterTabSeparatedValuesFile(TabSeparatedValuesParser.TabSeparatedValuesFileContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Enter a parse tree produced by
TabSeparatedValuesParser.tabSeparatedValuesFile(). - EOF() - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- EOF() - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- EOL - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- EOL - Static variable in class fr.project.lib.TabSeparatedValuesParser
- EOL() - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- exitCommaSeparatedValuesFile(CommaSeparatedValuesParser.CommaSeparatedValuesFileContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.commaSeparatedValuesFile(). - exitCommaSeparatedValuesFile(CommaSeparatedValuesParser.CommaSeparatedValuesFileContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.commaSeparatedValuesFile(). - exitEveryRule(ParserRuleContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
- exitEveryRule(ParserRuleContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
- exitField(CommaSeparatedValuesParser.FieldContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.field(). - exitField(CommaSeparatedValuesParser.FieldContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.field(). - exitField(TabSeparatedValuesParser.FieldContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.field(). - exitField(TabSeparatedValuesParser.FieldContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.field(). - exitHdr(CommaSeparatedValuesParser.HdrContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.hdr(). - exitHdr(CommaSeparatedValuesParser.HdrContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.hdr(). - exitHdr(TabSeparatedValuesParser.HdrContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.hdr(). - exitHdr(TabSeparatedValuesParser.HdrContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.hdr(). - exitRow(CommaSeparatedValuesParser.RowContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.row(). - exitRow(CommaSeparatedValuesParser.RowContext) - Method in interface fr.project.lib.CommaSeparatedValuesListener
-
Exit a parse tree produced by
CommaSeparatedValuesParser.row(). - exitRow(TabSeparatedValuesParser.RowContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.row(). - exitRow(TabSeparatedValuesParser.RowContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.row(). - exitRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- exitRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.FieldContext
- exitRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.HdrContext
- exitRule(ParseTreeListener) - Method in class fr.project.lib.CommaSeparatedValuesParser.RowContext
- exitRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.FieldContext
- exitRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.HdrContext
- exitRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- exitRule(ParseTreeListener) - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- exitTabSeparatedValuesFile(TabSeparatedValuesParser.TabSeparatedValuesFileContext) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.tabSeparatedValuesFile(). - exitTabSeparatedValuesFile(TabSeparatedValuesParser.TabSeparatedValuesFileContext) - Method in interface fr.project.lib.TabSeparatedValuesListener
-
Exit a parse tree produced by
TabSeparatedValuesParser.tabSeparatedValuesFile().
F
- field() - Method in class fr.project.lib.CommaSeparatedValuesParser
- field() - Method in class fr.project.lib.CommaSeparatedValuesParser.RowContext
- field() - Method in class fr.project.lib.TabSeparatedValuesParser
- field() - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- field(int) - Method in class fr.project.lib.CommaSeparatedValuesParser.RowContext
- field(int) - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- FieldContext(ParserRuleContext, int) - Constructor for class fr.project.lib.CommaSeparatedValuesParser.FieldContext
- FieldContext(ParserRuleContext, int) - Constructor for class fr.project.lib.TabSeparatedValuesParser.FieldContext
- fill() - Method in class fr.project.lib.utility.TableInput
-
Fills empty cells in the table with default values: - Empty column labels become "colN" - Empty data cells become ""
- fr.project.lib - package fr.project.lib
- fr.project.lib.utility - package fr.project.lib.utility
G
- get(int...) - Method in class fr.project.lib.DataFrame
-
Gets subset DataFrame containing specified columns (by index)
- get(int...) - Method in interface fr.project.lib.IDataFrame
-
Gets a subset DataFrame containing only the specified columns by index.
- get(String...) - Method in class fr.project.lib.DataFrame
-
Gets subset DataFrame containing specified columns (by name)
- get(String...) - Method in interface fr.project.lib.IDataFrame
-
Gets a subset DataFrame containing only the specified columns.
- getATN() - Method in class fr.project.lib.CommaSeparatedValuesLexer
- getATN() - Method in class fr.project.lib.CommaSeparatedValuesParser
- getATN() - Method in class fr.project.lib.TabSeparatedValuesLexer
- getATN() - Method in class fr.project.lib.TabSeparatedValuesParser
- getChannelNames() - Method in class fr.project.lib.CommaSeparatedValuesLexer
- getChannelNames() - Method in class fr.project.lib.TabSeparatedValuesLexer
- getElem(Object, Object) - Method in class fr.project.lib.DataFrame
-
Single element/row/column access
- getElem(Object, Object) - Method in interface fr.project.lib.IDataFrame
-
Flexible element accessor supporting multiple retrieval patterns.
- getEmpty() - Method in class fr.project.lib.DataFrame
-
Checks if DataFrame is empty
- getEmpty() - Method in interface fr.project.lib.IDataFrame
-
Checks if the DataFrame contains no data.
- getGrammarFileName() - Method in class fr.project.lib.CommaSeparatedValuesLexer
- getGrammarFileName() - Method in class fr.project.lib.CommaSeparatedValuesParser
- getGrammarFileName() - Method in class fr.project.lib.TabSeparatedValuesLexer
- getGrammarFileName() - Method in class fr.project.lib.TabSeparatedValuesParser
- getModeNames() - Method in class fr.project.lib.CommaSeparatedValuesLexer
- getModeNames() - Method in class fr.project.lib.TabSeparatedValuesLexer
- getNDim() - Method in class fr.project.lib.DataFrame
- getNDim() - Method in interface fr.project.lib.IDataFrame
-
Gets the number of dimensions of the DataFrame.
- getRuleIndex() - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- getRuleIndex() - Method in class fr.project.lib.CommaSeparatedValuesParser.FieldContext
- getRuleIndex() - Method in class fr.project.lib.CommaSeparatedValuesParser.HdrContext
- getRuleIndex() - Method in class fr.project.lib.CommaSeparatedValuesParser.RowContext
- getRuleIndex() - Method in class fr.project.lib.TabSeparatedValuesParser.FieldContext
- getRuleIndex() - Method in class fr.project.lib.TabSeparatedValuesParser.HdrContext
- getRuleIndex() - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- getRuleIndex() - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- getRuleNames() - Method in class fr.project.lib.CommaSeparatedValuesLexer
- getRuleNames() - Method in class fr.project.lib.CommaSeparatedValuesParser
- getRuleNames() - Method in class fr.project.lib.TabSeparatedValuesLexer
- getRuleNames() - Method in class fr.project.lib.TabSeparatedValuesParser
- getSerializedATN() - Method in class fr.project.lib.CommaSeparatedValuesLexer
- getSerializedATN() - Method in class fr.project.lib.CommaSeparatedValuesParser
- getSerializedATN() - Method in class fr.project.lib.TabSeparatedValuesLexer
- getSerializedATN() - Method in class fr.project.lib.TabSeparatedValuesParser
- getShape() - Method in class fr.project.lib.DataFrame
-
Gets dimensions of DataFrame [rows, columns]
- getShape() - Method in interface fr.project.lib.IDataFrame
-
Gets the dimensions of the DataFrame.
- getSize() - Method in class fr.project.lib.DataFrame
-
Gets total number of cells in DataFrame
- getSize() - Method in interface fr.project.lib.IDataFrame
-
Gets the total number of data cells in the DataFrame.
- getTokenNames() - Method in class fr.project.lib.CommaSeparatedValuesLexer
-
Deprecated.
- getTokenNames() - Method in class fr.project.lib.CommaSeparatedValuesParser
-
Deprecated.
- getTokenNames() - Method in class fr.project.lib.TabSeparatedValuesLexer
-
Deprecated.
- getTokenNames() - Method in class fr.project.lib.TabSeparatedValuesParser
-
Deprecated.
- getVocabulary() - Method in class fr.project.lib.CommaSeparatedValuesLexer
- getVocabulary() - Method in class fr.project.lib.CommaSeparatedValuesParser
- getVocabulary() - Method in class fr.project.lib.TabSeparatedValuesLexer
- getVocabulary() - Method in class fr.project.lib.TabSeparatedValuesParser
H
- h - Variable in class fr.project.lib.utility.TableInput
-
Height (number of rows) of the table
- hdr() - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- hdr() - Method in class fr.project.lib.CommaSeparatedValuesParser
- hdr() - Method in class fr.project.lib.TabSeparatedValuesParser
- hdr() - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- HdrContext(ParserRuleContext, int) - Constructor for class fr.project.lib.CommaSeparatedValuesParser.HdrContext
- HdrContext(ParserRuleContext, int) - Constructor for class fr.project.lib.TabSeparatedValuesParser.HdrContext
I
- IDataFrame - Interface in fr.project.lib
-
Interface defining a tabular data structure with labeled columns and rows, providing functionality similar to pandas DataFrame in Python.
- iterator() - Method in class fr.project.lib.DataFrame
- iterator() - Method in interface fr.project.lib.IDataFrame
-
Returns an iterator over the column labels of the DataFrame.
M
- Max(String) - Method in class fr.project.lib.DataFrame
- Max(String) - Method in interface fr.project.lib.IDataFrame
-
Finds the maximum value in a numeric column.
- Mean(String) - Method in class fr.project.lib.DataFrame
- Mean(String) - Method in interface fr.project.lib.IDataFrame
-
Calculates the arithmetic mean of a numeric column.
- Min(String) - Method in class fr.project.lib.DataFrame
- Min(String) - Method in interface fr.project.lib.IDataFrame
-
Finds the minimum value in a numeric column.
- modeNames - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- modeNames - Static variable in class fr.project.lib.TabSeparatedValuesLexer
P
- parseCommaSeparatedValues(InputStream) - Static method in class fr.project.lib.utility.TableInput
-
Parses comma-separated values from an input stream
- parseTabSeparatedValues(InputStream) - Static method in class fr.project.lib.utility.TableInput
-
Parses tab-separated values from an input stream
- pop(String) - Method in class fr.project.lib.DataFrame
-
Removes and returns a column from DataFrame
- pop(String) - Method in interface fr.project.lib.IDataFrame
-
Removes and returns a column from the DataFrame.
R
- row() - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- row() - Method in class fr.project.lib.CommaSeparatedValuesParser.HdrContext
- row() - Method in class fr.project.lib.CommaSeparatedValuesParser
- row() - Method in class fr.project.lib.TabSeparatedValuesParser.HdrContext
- row() - Method in class fr.project.lib.TabSeparatedValuesParser
- row() - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- row(int) - Method in class fr.project.lib.CommaSeparatedValuesParser.CommaSeparatedValuesFileContext
- row(int) - Method in class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- RowContext(ParserRuleContext, int) - Constructor for class fr.project.lib.CommaSeparatedValuesParser.RowContext
- RowContext(ParserRuleContext, int) - Constructor for class fr.project.lib.TabSeparatedValuesParser.RowContext
- RULE_commaSeparatedValuesFile - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- RULE_field - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- RULE_field - Static variable in class fr.project.lib.TabSeparatedValuesParser
- RULE_hdr - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- RULE_hdr - Static variable in class fr.project.lib.TabSeparatedValuesParser
- RULE_row - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- RULE_row - Static variable in class fr.project.lib.TabSeparatedValuesParser
- RULE_tabSeparatedValuesFile - Static variable in class fr.project.lib.TabSeparatedValuesParser
- ruleNames - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- ruleNames - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- ruleNames - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- ruleNames - Static variable in class fr.project.lib.TabSeparatedValuesParser
S
- STRING - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- STRING - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- STRING - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- STRING - Static variable in class fr.project.lib.TabSeparatedValuesParser
- STRING() - Method in class fr.project.lib.CommaSeparatedValuesParser.FieldContext
- STRING() - Method in class fr.project.lib.TabSeparatedValuesParser.FieldContext
T
- T__0 - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- T__0 - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- T__1 - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- T__1 - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- T__2 - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- T__2 - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- TAB - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- TAB - Static variable in class fr.project.lib.TabSeparatedValuesParser
- TAB() - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- TAB(int) - Method in class fr.project.lib.TabSeparatedValuesParser.RowContext
- TableInput - Class in fr.project.lib.utility
-
A utility class for parsing tabular data from CSV/TSV files into a structured format.
- TabSeparatedValues - Enum constant in enum class fr.project.lib.DataFrame.InputFormat
- TabSeparatedValuesBaseListener - Class in fr.project.lib
-
This class provides an empty implementation of
TabSeparatedValuesListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - TabSeparatedValuesBaseListener() - Constructor for class fr.project.lib.TabSeparatedValuesBaseListener
- TabSeparatedValuesBaseVisitor<T> - Class in fr.project.lib
-
This class provides an empty implementation of
TabSeparatedValuesVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. - TabSeparatedValuesBaseVisitor() - Constructor for class fr.project.lib.TabSeparatedValuesBaseVisitor
- tabSeparatedValuesFile() - Method in class fr.project.lib.TabSeparatedValuesParser
- TabSeparatedValuesFileContext(ParserRuleContext, int) - Constructor for class fr.project.lib.TabSeparatedValuesParser.TabSeparatedValuesFileContext
- TabSeparatedValuesLexer - Class in fr.project.lib
- TabSeparatedValuesLexer(CharStream) - Constructor for class fr.project.lib.TabSeparatedValuesLexer
- TabSeparatedValuesListener - Interface in fr.project.lib
-
This interface defines a complete listener for a parse tree produced by
TabSeparatedValuesParser. - TabSeparatedValuesParser - Class in fr.project.lib
- TabSeparatedValuesParser(TokenStream) - Constructor for class fr.project.lib.TabSeparatedValuesParser
- TabSeparatedValuesParser.FieldContext - Class in fr.project.lib
- TabSeparatedValuesParser.HdrContext - Class in fr.project.lib
- TabSeparatedValuesParser.RowContext - Class in fr.project.lib
- TabSeparatedValuesParser.TabSeparatedValuesFileContext - Class in fr.project.lib
- TabSeparatedValuesVisitor<T> - Interface in fr.project.lib
-
This interface defines a complete generic visitor for a parse tree produced by
TabSeparatedValuesParser. - TEXT - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- TEXT - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- TEXT - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- TEXT - Static variable in class fr.project.lib.TabSeparatedValuesParser
- TEXT() - Method in class fr.project.lib.CommaSeparatedValuesParser.FieldContext
- TEXT() - Method in class fr.project.lib.TabSeparatedValuesParser.FieldContext
- toCSV() - Method in class fr.project.lib.DataFrame
- toCSV() - Method in interface fr.project.lib.IDataFrame
-
Generates CSV representation of the DataFrame.
- tokenNames - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
-
Deprecated.
- tokenNames - Static variable in class fr.project.lib.CommaSeparatedValuesParser
-
Deprecated.Use
CommaSeparatedValuesParser.VOCABULARYinstead. - tokenNames - Static variable in class fr.project.lib.TabSeparatedValuesLexer
-
Deprecated.Use
TabSeparatedValuesLexer.VOCABULARYinstead. - tokenNames - Static variable in class fr.project.lib.TabSeparatedValuesParser
-
Deprecated.Use
TabSeparatedValuesParser.VOCABULARYinstead. - toString() - Method in class fr.project.lib.DataFrame
-
Generates string representation of DataFrame
U
- Utility - Class in fr.project.lib
V
- valueOf(String) - Static method in enum class fr.project.lib.DataFrame.InputFormat
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class fr.project.lib.DataFrame.InputFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visitCommaSeparatedValuesFile(CommaSeparatedValuesParser.CommaSeparatedValuesFileContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.commaSeparatedValuesFile(). - visitCommaSeparatedValuesFile(CommaSeparatedValuesParser.CommaSeparatedValuesFileContext) - Method in interface fr.project.lib.CommaSeparatedValuesVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.commaSeparatedValuesFile(). - visitErrorNode(ErrorNode) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
- visitErrorNode(ErrorNode) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
- visitField(CommaSeparatedValuesParser.FieldContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.field(). - visitField(CommaSeparatedValuesParser.FieldContext) - Method in interface fr.project.lib.CommaSeparatedValuesVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.field(). - visitField(TabSeparatedValuesParser.FieldContext) - Method in class fr.project.lib.TabSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.field(). - visitField(TabSeparatedValuesParser.FieldContext) - Method in interface fr.project.lib.TabSeparatedValuesVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.field(). - visitHdr(CommaSeparatedValuesParser.HdrContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.hdr(). - visitHdr(CommaSeparatedValuesParser.HdrContext) - Method in interface fr.project.lib.CommaSeparatedValuesVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.hdr(). - visitHdr(TabSeparatedValuesParser.HdrContext) - Method in class fr.project.lib.TabSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.hdr(). - visitHdr(TabSeparatedValuesParser.HdrContext) - Method in interface fr.project.lib.TabSeparatedValuesVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.hdr(). - visitRow(CommaSeparatedValuesParser.RowContext) - Method in class fr.project.lib.CommaSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.row(). - visitRow(CommaSeparatedValuesParser.RowContext) - Method in interface fr.project.lib.CommaSeparatedValuesVisitor
-
Visit a parse tree produced by
CommaSeparatedValuesParser.row(). - visitRow(TabSeparatedValuesParser.RowContext) - Method in class fr.project.lib.TabSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.row(). - visitRow(TabSeparatedValuesParser.RowContext) - Method in interface fr.project.lib.TabSeparatedValuesVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.row(). - visitTabSeparatedValuesFile(TabSeparatedValuesParser.TabSeparatedValuesFileContext) - Method in class fr.project.lib.TabSeparatedValuesBaseVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.tabSeparatedValuesFile(). - visitTabSeparatedValuesFile(TabSeparatedValuesParser.TabSeparatedValuesFileContext) - Method in interface fr.project.lib.TabSeparatedValuesVisitor
-
Visit a parse tree produced by
TabSeparatedValuesParser.tabSeparatedValuesFile(). - visitTerminal(TerminalNode) - Method in class fr.project.lib.CommaSeparatedValuesBaseListener
- visitTerminal(TerminalNode) - Method in class fr.project.lib.TabSeparatedValuesBaseListener
- VOCABULARY - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- VOCABULARY - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- VOCABULARY - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- VOCABULARY - Static variable in class fr.project.lib.TabSeparatedValuesParser
W
- w - Variable in class fr.project.lib.utility.TableInput
-
Width (number of columns) of the table
_
- _ATN - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- _ATN - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- _ATN - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- _ATN - Static variable in class fr.project.lib.TabSeparatedValuesParser
- _decisionToDFA - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- _decisionToDFA - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- _decisionToDFA - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- _decisionToDFA - Static variable in class fr.project.lib.TabSeparatedValuesParser
- _serializedATN - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- _serializedATN - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- _serializedATN - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- _serializedATN - Static variable in class fr.project.lib.TabSeparatedValuesParser
- _sharedContextCache - Static variable in class fr.project.lib.CommaSeparatedValuesLexer
- _sharedContextCache - Static variable in class fr.project.lib.CommaSeparatedValuesParser
- _sharedContextCache - Static variable in class fr.project.lib.TabSeparatedValuesLexer
- _sharedContextCache - Static variable in class fr.project.lib.TabSeparatedValuesParser
All Classes and Interfaces|All Packages|Constant Field Values
CommaSeparatedValuesLexer.VOCABULARYinstead.