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

cfml.CFMLParserBaseListener Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
// Generated from cfml\CFMLParser.g4 by ANTLR 4.7
package cfml;

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 CFMLParserListener},
 * which can be extended to create a listener which only needs to handle a subset
 * of the available methods.
 */
public class CFMLParserBaseListener implements CFMLParserListener {
	/**
	 * {@inheritDoc}
	 *
	 * 

The default implementation does nothing.

*/ @Override public void enterHtmlDocument(CFMLParser.HtmlDocumentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlDocument(CFMLParser.HtmlDocumentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCfmlComment(CFMLParser.CfmlCommentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCfmlComment(CFMLParser.CfmlCommentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCfmlCloseTag(CFMLParser.CfmlCloseTagContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCfmlCloseTag(CFMLParser.CfmlCloseTagContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlElements(CFMLParser.HtmlElementsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlElements(CFMLParser.HtmlElementsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlElement(CFMLParser.HtmlElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlElement(CFMLParser.HtmlElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCfmlElement(CFMLParser.CfmlElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCfmlElement(CFMLParser.CfmlElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCfset(CFMLParser.CfsetContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCfset(CFMLParser.CfsetContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCfexpression(CFMLParser.CfexpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCfexpression(CFMLParser.CfexpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlContent(CFMLParser.HtmlContentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlContent(CFMLParser.HtmlContentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlAttribute(CFMLParser.HtmlAttributeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlAttribute(CFMLParser.HtmlAttributeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlAttributeName(CFMLParser.HtmlAttributeNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlAttributeName(CFMLParser.HtmlAttributeNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlAttributeValue(CFMLParser.HtmlAttributeValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlAttributeValue(CFMLParser.HtmlAttributeValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlTagName(CFMLParser.HtmlTagNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlTagName(CFMLParser.HtmlTagNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlChardata(CFMLParser.HtmlChardataContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlChardata(CFMLParser.HtmlChardataContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlMisc(CFMLParser.HtmlMiscContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlMisc(CFMLParser.HtmlMiscContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHtmlComment(CFMLParser.HtmlCommentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHtmlComment(CFMLParser.HtmlCommentContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterXhtmlCDATA(CFMLParser.XhtmlCDATAContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitXhtmlCDATA(CFMLParser.XhtmlCDATAContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDtd(CFMLParser.DtdContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDtd(CFMLParser.DtdContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterXml(CFMLParser.XmlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitXml(CFMLParser.XmlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterScriptlet(CFMLParser.ScriptletContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitScriptlet(CFMLParser.ScriptletContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterScript(CFMLParser.ScriptContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitScript(CFMLParser.ScriptContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterStyle(CFMLParser.StyleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitStyle(CFMLParser.StyleContext 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