All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ms.wsclient.7.10.24-1.source-code.EclRecordBaseListener Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.6.18-1
Show newest version
// Generated from EclRecord.g4 by ANTLR 4.7
package org.hpccsystems.ws.client.antlr;

import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;

/**
 * This class provides an empty implementation of {@link EclRecordListener},
 * which can be extended to create a listener which only needs to handle a subset
 * of the available methods.
 */
public class EclRecordBaseListener implements EclRecordListener {
	/**
	 * {@inheritDoc}
	 *
	 * 

The default implementation does nothing.

*/ @Override public void enterProgram(EclRecordParser.ProgramContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitProgram(EclRecordParser.ProgramContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterValue(EclRecordParser.ValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitValue(EclRecordParser.ValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterValue_list(EclRecordParser.Value_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitValue_list(EclRecordParser.Value_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterToken_list(EclRecordParser.Token_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitToken_list(EclRecordParser.Token_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssign(EclRecordParser.AssignContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssign(EclRecordParser.AssignContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssign_list(EclRecordParser.Assign_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssign_list(EclRecordParser.Assign_listContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEclfield_decl(EclRecordParser.Eclfield_declContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEclfield_decl(EclRecordParser.Eclfield_declContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEclfield_type(EclRecordParser.Eclfield_typeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEclfield_type(EclRecordParser.Eclfield_typeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEclfield_name(EclRecordParser.Eclfield_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEclfield_name(EclRecordParser.Eclfield_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEclfield_recref(EclRecordParser.Eclfield_recrefContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEclfield_recref(EclRecordParser.Eclfield_recrefContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRecord_def_inline(EclRecordParser.Record_def_inlineContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRecord_def_inline(EclRecordParser.Record_def_inlineContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRecord_def(EclRecordParser.Record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRecord_def(EclRecordParser.Record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDefined_record_def(EclRecordParser.Defined_record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDefined_record_def(EclRecordParser.Defined_record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterExploded_dataset_record_def(EclRecordParser.Exploded_dataset_record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitExploded_dataset_record_def(EclRecordParser.Exploded_dataset_record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInline_dataset_record_def(EclRecordParser.Inline_dataset_record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInline_dataset_record_def(EclRecordParser.Inline_dataset_record_defContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRecord_defs(EclRecordParser.Record_defsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRecord_defs(EclRecordParser.Record_defsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterNested_dataset_decl(EclRecordParser.Nested_dataset_declContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitNested_dataset_decl(EclRecordParser.Nested_dataset_declContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterNested_inline_dataset_decl(EclRecordParser.Nested_inline_dataset_declContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitNested_inline_dataset_decl(EclRecordParser.Nested_inline_dataset_declContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOpts(EclRecordParser.OptsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOpts(EclRecordParser.OptsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOpt(EclRecordParser.OptContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOpt(EclRecordParser.OptContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMaxlength(EclRecordParser.MaxlengthContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMaxlength(EclRecordParser.MaxlengthContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterBlob(EclRecordParser.BlobContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitBlob(EclRecordParser.BlobContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMaxcount(EclRecordParser.MaxcountContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMaxcount(EclRecordParser.MaxcountContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDefaultval(EclRecordParser.DefaultvalContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDefaultval(EclRecordParser.DefaultvalContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterXpath(EclRecordParser.XpathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitXpath(EclRecordParser.XpathContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterXmldefaultval(EclRecordParser.XmldefaultvalContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitXmldefaultval(EclRecordParser.XmldefaultvalContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAnnotation_name(EclRecordParser.Annotation_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAnnotation_name(EclRecordParser.Annotation_nameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAnnotation_param(EclRecordParser.Annotation_paramContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAnnotation_param(EclRecordParser.Annotation_paramContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAnnotation_arguments(EclRecordParser.Annotation_argumentsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAnnotation_arguments(EclRecordParser.Annotation_argumentsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAnnotation(EclRecordParser.AnnotationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAnnotation(EclRecordParser.AnnotationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterComment(EclRecordParser.CommentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitComment(EclRecordParser.CommentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitTerminal(TerminalNode node) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitErrorNode(ErrorNode node) { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy