public class OrbitBaseListener implements OrbitListener
This class provides an empty implementation of OrbitListener, 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 |
enterActorDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
enterActorMethod()
{@inheritDoc} The default implementation does nothing.
|
void |
enterDataDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
enterDataField()
{@inheritDoc} The default implementation does nothing.
|
void |
enterDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
enterEnumDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
enterEnumMember()
{@inheritDoc} The default implementation does nothing.
|
void |
enterEveryRule()
{@inheritDoc} The default implementation does nothing.
|
void |
enterFile()
{@inheritDoc} The default implementation does nothing.
|
void |
enterMethodParam()
{@inheritDoc} The default implementation does nothing.
|
void |
enterType()
{@inheritDoc} The default implementation does nothing.
|
void |
exitActorDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
exitActorMethod()
{@inheritDoc} The default implementation does nothing.
|
void |
exitDataDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
exitDataField()
{@inheritDoc} The default implementation does nothing.
|
void |
exitDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
exitEnumDeclaration()
{@inheritDoc} The default implementation does nothing.
|
void |
exitEnumMember()
{@inheritDoc} The default implementation does nothing.
|
void |
exitEveryRule()
{@inheritDoc} The default implementation does nothing.
|
void |
exitFile()
{@inheritDoc} The default implementation does nothing.
|
void |
exitMethodParam()
{@inheritDoc} The default implementation does nothing.
|
void |
exitType()
{@inheritDoc} The default implementation does nothing.
|
void |
visitErrorNode()
{@inheritDoc} The default implementation does nothing.
|
void |
visitTerminal()
{@inheritDoc} The default implementation does nothing.
|
enterActorDeclaration, enterActorMethod, enterDataDeclaration, enterDataField, enterDeclaration, enterEnumDeclaration, enterEnumMember, enterFile, enterMethodParam, enterType, exitActorDeclaration, exitActorMethod, exitDataDeclaration, exitDataField, exitDeclaration, exitEnumDeclaration, exitEnumMember, exitFile, exitMethodParam, exitTypepublic void enterFile()
{@inheritDoc}
The default implementation does nothing.
public void exitFile()
{@inheritDoc}
The default implementation does nothing.
public void enterDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void exitDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void enterEnumDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void exitEnumDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void enterEnumMember()
{@inheritDoc}
The default implementation does nothing.
public void exitEnumMember()
{@inheritDoc}
The default implementation does nothing.
public void enterActorDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void exitActorDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void enterActorMethod()
{@inheritDoc}
The default implementation does nothing.
public void exitActorMethod()
{@inheritDoc}
The default implementation does nothing.
public void enterMethodParam()
{@inheritDoc}
The default implementation does nothing.
public void exitMethodParam()
{@inheritDoc}
The default implementation does nothing.
public void enterDataDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void exitDataDeclaration()
{@inheritDoc}
The default implementation does nothing.
public void enterDataField()
{@inheritDoc}
The default implementation does nothing.
public void exitDataField()
{@inheritDoc}
The default implementation does nothing.
public void enterType()
{@inheritDoc}
The default implementation does nothing.
public void exitType()
{@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.