Commit 91cc599d authored by Fred Eisele's avatar Fred Eisele
Browse files

all rawtypes removed, corrected toString, preparing to resolve uncheck casting warnings

parent fa1a714b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql2/gen_src/catdata/aql/grammar/5sg/-ru88jt/AqlLexerRules.g4 by ANTLR 4.7
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql1/gen_src/catdata/aql/grammar/gg1/-ru88jt/AqlLexerRules.g4 by ANTLR 4.7
package catdata.aql.grammar;
import org.antlr.v4.runtime.Lexer;
import org.antlr.v4.runtime.CharStream;
+1458 −1475

File changed.

Preview size limit exceeded, changes collapsed.

+31 −19
Original line number Diff line number Diff line
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql2/gen_src/catdata/aql/grammar/5sg/-ru88jt/AqlParser.g4 by ANTLR 4.7
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql1/gen_src/catdata/aql/grammar/gg1/-ru88jt/AqlParser.g4 by ANTLR 4.7
package catdata.aql.grammar;

import org.antlr.v4.runtime.ParserRuleContext;
@@ -1175,18 +1175,6 @@ public class AqlParserBaseListener implements AqlParserListener {
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSchemaExp_OfInstance(AqlParser.SchemaExp_OfInstanceContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterSchemaExp_Destination(AqlParser.SchemaExp_DestinationContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSchemaExp_Destination(AqlParser.SchemaExp_DestinationContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
@@ -4187,6 +4175,30 @@ public class AqlParserBaseListener implements AqlParserListener {
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitSchemaColimitQuotientSection(AqlParser.SchemaColimitQuotientSectionContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterScQuotientEqu(AqlParser.ScQuotientEquContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitScQuotientEqu(AqlParser.ScQuotientEquContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterScQuotientFkEqu(AqlParser.ScQuotientFkEquContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitScQuotientFkEqu(AqlParser.ScQuotientFkEquContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
@@ -4216,37 +4228,37 @@ public class AqlParserBaseListener implements AqlParserListener {
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterScEntityPath(AqlParser.ScEntityPathContext ctx) { }
	@Override public void enterScGenType(AqlParser.ScGenTypeContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitScEntityPath(AqlParser.ScEntityPathContext ctx) { }
	@Override public void exitScGenType(AqlParser.ScGenTypeContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterScFkPath(AqlParser.ScFkPathContext ctx) { }
	@Override public void enterScTermPath_Dotted(AqlParser.ScTermPath_DottedContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitScFkPath(AqlParser.ScFkPathContext ctx) { }
	@Override public void exitScTermPath_Dotted(AqlParser.ScTermPath_DottedContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void enterScAttrPath(AqlParser.ScAttrPathContext ctx) { }
	@Override public void enterScTermPath_Singular(AqlParser.ScTermPath_SingularContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation does nothing.</p>
	 */
	@Override public void exitScAttrPath(AqlParser.ScAttrPathContext ctx) { }
	@Override public void exitScTermPath_Singular(AqlParser.ScTermPath_SingularContext ctx) { }
	/**
	 * {@inheritDoc}
	 *
+18 −11
Original line number Diff line number Diff line
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql2/gen_src/catdata/aql/grammar/5sg/-ru88jt/AqlParser.g4 by ANTLR 4.7
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql1/gen_src/catdata/aql/grammar/gg1/-ru88jt/AqlParser.g4 by ANTLR 4.7
package catdata.aql.grammar;
import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;

@@ -690,13 +690,6 @@ public class AqlParserBaseVisitor<T> extends AbstractParseTreeVisitor<T> impleme
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitSchemaExp_OfInstance(AqlParser.SchemaExp_OfInstanceContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation returns the result of calling
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitSchemaExp_Destination(AqlParser.SchemaExp_DestinationContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
@@ -2447,6 +2440,20 @@ public class AqlParserBaseVisitor<T> extends AbstractParseTreeVisitor<T> impleme
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitSchemaColimitQuotientSection(AqlParser.SchemaColimitQuotientSectionContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation returns the result of calling
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitScQuotientEqu(AqlParser.ScQuotientEquContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation returns the result of calling
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitScQuotientFkEqu(AqlParser.ScQuotientFkEquContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
@@ -2467,21 +2474,21 @@ public class AqlParserBaseVisitor<T> extends AbstractParseTreeVisitor<T> impleme
	 * <p>The default implementation returns the result of calling
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitScEntityPath(AqlParser.ScEntityPathContext ctx) { return visitChildren(ctx); }
	@Override public T visitScGenType(AqlParser.ScGenTypeContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation returns the result of calling
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitScFkPath(AqlParser.ScFkPathContext ctx) { return visitChildren(ctx); }
	@Override public T visitScTermPath_Dotted(AqlParser.ScTermPath_DottedContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
	 * <p>The default implementation returns the result of calling
	 * {@link #visitChildren} on {@code ctx}.</p>
	 */
	@Override public T visitScAttrPath(AqlParser.ScAttrPathContext ctx) { return visitChildren(ctx); }
	@Override public T visitScTermPath_Singular(AqlParser.ScTermPath_SingularContext ctx) { return visitChildren(ctx); }
	/**
	 * {@inheritDoc}
	 *
+37 −25
Original line number Diff line number Diff line
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql2/gen_src/catdata/aql/grammar/5sg/-ru88jt/AqlParser.g4 by ANTLR 4.7
// Generated from /home/fred/.boot/cache/tmp/home/fred/github/fql1/gen_src/catdata/aql/grammar/gg1/-ru88jt/AqlParser.g4 by ANTLR 4.7
package catdata.aql.grammar;
import org.antlr.v4.runtime.tree.ParseTreeListener;

@@ -1033,18 +1033,6 @@ public interface AqlParserListener extends ParseTreeListener {
	 * @param ctx the parse tree
	 */
	void exitSchemaExp_OfInstance(AqlParser.SchemaExp_OfInstanceContext ctx);
	/**
	 * Enter a parse tree produced by the {@code SchemaExp_Destination}
	 * labeled alternative in {@link AqlParser#schemaExp}.
	 * @param ctx the parse tree
	 */
	void enterSchemaExp_Destination(AqlParser.SchemaExp_DestinationContext ctx);
	/**
	 * Exit a parse tree produced by the {@code SchemaExp_Destination}
	 * labeled alternative in {@link AqlParser#schemaExp}.
	 * @param ctx the parse tree
	 */
	void exitSchemaExp_Destination(AqlParser.SchemaExp_DestinationContext ctx);
	/**
	 * Enter a parse tree produced by the {@code SchemaExp_GetSchemaColimit}
	 * labeled alternative in {@link AqlParser#schemaExp}.
@@ -3787,6 +3775,26 @@ public interface AqlParserListener extends ParseTreeListener {
	 * @param ctx the parse tree
	 */
	void exitSchemaColimitQuotientSection(AqlParser.SchemaColimitQuotientSectionContext ctx);
	/**
	 * Enter a parse tree produced by {@link AqlParser#scQuotientEqu}.
	 * @param ctx the parse tree
	 */
	void enterScQuotientEqu(AqlParser.ScQuotientEquContext ctx);
	/**
	 * Exit a parse tree produced by {@link AqlParser#scQuotientEqu}.
	 * @param ctx the parse tree
	 */
	void exitScQuotientEqu(AqlParser.ScQuotientEquContext ctx);
	/**
	 * Enter a parse tree produced by {@link AqlParser#scQuotientFkEqu}.
	 * @param ctx the parse tree
	 */
	void enterScQuotientFkEqu(AqlParser.ScQuotientFkEquContext ctx);
	/**
	 * Exit a parse tree produced by {@link AqlParser#scQuotientFkEqu}.
	 * @param ctx the parse tree
	 */
	void exitScQuotientFkEqu(AqlParser.ScQuotientFkEquContext ctx);
	/**
	 * Enter a parse tree produced by {@link AqlParser#scObsEquation}.
	 * @param ctx the parse tree
@@ -3808,35 +3816,39 @@ public interface AqlParserListener extends ParseTreeListener {
	 */
	void exitScGen(AqlParser.ScGenContext ctx);
	/**
	 * Enter a parse tree produced by {@link AqlParser#scEntityPath}.
	 * Enter a parse tree produced by {@link AqlParser#scGenType}.
	 * @param ctx the parse tree
	 */
	void enterScEntityPath(AqlParser.ScEntityPathContext ctx);
	void enterScGenType(AqlParser.ScGenTypeContext ctx);
	/**
	 * Exit a parse tree produced by {@link AqlParser#scEntityPath}.
	 * Exit a parse tree produced by {@link AqlParser#scGenType}.
	 * @param ctx the parse tree
	 */
	void exitScEntityPath(AqlParser.ScEntityPathContext ctx);
	void exitScGenType(AqlParser.ScGenTypeContext ctx);
	/**
	 * Enter a parse tree produced by {@link AqlParser#scFkPath}.
	 * Enter a parse tree produced by the {@code ScTermPath_Dotted}
	 * labeled alternative in {@link AqlParser#scTermPath}.
	 * @param ctx the parse tree
	 */
	void enterScFkPath(AqlParser.ScFkPathContext ctx);
	void enterScTermPath_Dotted(AqlParser.ScTermPath_DottedContext ctx);
	/**
	 * Exit a parse tree produced by {@link AqlParser#scFkPath}.
	 * Exit a parse tree produced by the {@code ScTermPath_Dotted}
	 * labeled alternative in {@link AqlParser#scTermPath}.
	 * @param ctx the parse tree
	 */
	void exitScFkPath(AqlParser.ScFkPathContext ctx);
	void exitScTermPath_Dotted(AqlParser.ScTermPath_DottedContext ctx);
	/**
	 * Enter a parse tree produced by {@link AqlParser#scAttrPath}.
	 * Enter a parse tree produced by the {@code ScTermPath_Singular}
	 * labeled alternative in {@link AqlParser#scTermPath}.
	 * @param ctx the parse tree
	 */
	void enterScAttrPath(AqlParser.ScAttrPathContext ctx);
	void enterScTermPath_Singular(AqlParser.ScTermPath_SingularContext ctx);
	/**
	 * Exit a parse tree produced by {@link AqlParser#scAttrPath}.
	 * Exit a parse tree produced by the {@code ScTermPath_Singular}
	 * labeled alternative in {@link AqlParser#scTermPath}.
	 * @param ctx the parse tree
	 */
	void exitScAttrPath(AqlParser.ScAttrPathContext ctx);
	void exitScTermPath_Singular(AqlParser.ScTermPath_SingularContext ctx);
	/**
	 * Enter a parse tree produced by {@link AqlParser#schemaColimitModifySection}.
	 * @param ctx the parse tree
Loading