public class DateExpressionBaseListener implements DateExpressionListener
This class provides an empty implementation of DateExpressionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
| Modifier and Type | Method and Description |
|---|---|
void |
enterBase()
{@inheritDoc} The default implementation does nothing.
|
void |
enterDuration()
{@inheritDoc} The default implementation does nothing.
|
void |
enterDurationType()
{@inheritDoc} The default implementation does nothing.
|
void |
enterEveryRule()
{@inheritDoc} The default implementation does nothing.
|
void |
enterExpression()
{@inheritDoc} The default implementation does nothing.
|
void |
enterOffset()
{@inheritDoc} The default implementation does nothing.
|
void |
enterOp()
{@inheritDoc} The default implementation does nothing.
|
void |
exitBase()
{@inheritDoc} The default implementation does nothing.
|
void |
exitDuration()
{@inheritDoc} The default implementation does nothing.
|
void |
exitDurationType()
{@inheritDoc} The default implementation does nothing.
|
void |
exitEveryRule()
{@inheritDoc} The default implementation does nothing.
|
void |
exitExpression()
{@inheritDoc} The default implementation does nothing.
|
void |
exitOffset()
{@inheritDoc} The default implementation does nothing.
|
void |
exitOp()
{@inheritDoc} The default implementation does nothing.
|
void |
visitErrorNode()
{@inheritDoc} The default implementation does nothing.
|
void |
visitTerminal()
{@inheritDoc} The default implementation does nothing.
|
enterBase, enterDuration, enterDurationType, enterExpression, enterOffset, enterOp, exitBase, exitDuration, exitDurationType, exitExpression, exitOffset, exitOppublic void enterExpression()
{@inheritDoc}
The default implementation does nothing.
public void exitExpression()
{@inheritDoc}
The default implementation does nothing.
public void enterBase()
{@inheritDoc}
The default implementation does nothing.
public void exitBase()
{@inheritDoc}
The default implementation does nothing.
public void enterDuration()
{@inheritDoc}
The default implementation does nothing.
public void exitDuration()
{@inheritDoc}
The default implementation does nothing.
public void enterDurationType()
{@inheritDoc}
The default implementation does nothing.
public void exitDurationType()
{@inheritDoc}
The default implementation does nothing.
public void enterOp()
{@inheritDoc}
The default implementation does nothing.
public void exitOp()
{@inheritDoc}
The default implementation does nothing.
public void enterOffset()
{@inheritDoc}
The default implementation does nothing.
public void exitOffset()
{@inheritDoc}
The default implementation does nothing.
public void enterEveryRule()
{@inheritDoc}
The default implementation does nothing.
public void exitEveryRule()
{@inheritDoc}
The default implementation does nothing.
public void visitTerminal()
{@inheritDoc}
The default implementation does nothing.
public void visitErrorNode()
{@inheritDoc}
The default implementation does nothing.