Class Hierarchy
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.gorpipe.gor.GorScriptBaseVisitor<T> (implements org.gorpipe.gor.GorScriptVisitor<T>)
- gorsat.parser.CalcCompiler
- org.gorpipe.gor.GorScriptBaseVisitor<T> (implements org.gorpipe.gor.GorScriptVisitor<T>)
- gorsat.parser.CalcLambdaBoolean (implements gorsat.parser.TypedCalcLambda)
- gorsat.parser.CalcLambdaNumeric (implements gorsat.parser.TypedCalcLambda)
- gorsat.parser.CalcLambdaDouble
- gorsat.parser.CalcLambdaDoubleConstant (implements gorsat.parser.Constant)
- gorsat.parser.CalcLambdaInteger
- gorsat.parser.CalcLambdaIntegerConstant (implements gorsat.parser.Constant)
- gorsat.parser.CalcLambdaLong
- gorsat.parser.CalcLambdaLongConstant (implements gorsat.parser.Constant)
- gorsat.parser.CalcLambdaString (implements gorsat.parser.TypedCalcLambda)
- gorsat.parser.CalcLambdaStringConstant (implements gorsat.parser.Constant, gorsat.parser.TypedCalcLambda)
- gorsat.parser.CalcLambdaVariable (implements gorsat.parser.TypedCalcLambda)
- gorsat.parser.HeaderCVP (implements org.gorpipe.gor.model.ColumnValueProvider)
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
Interface Hierarchy
- gorsat.parser.Constant
- gorsat.parser.CvpBooleanLambda
- gorsat.parser.CvpDoubleLambda
- gorsat.parser.CvpIntegerLambda
- gorsat.parser.CvpLongLambda
- gorsat.parser.CvpStringLambda
- gorsat.parser.TypedCalcLambda