EmbASP-Java v7.1.0
|
Public Member Functions | |
T | visitArray (SPDGrammarParser.ArrayContext ctx) |
T | visitJson (SPDGrammarParser.JsonContext ctx) |
T | visitOBjEcT (SPDGrammarParser.OBjEcTContext ctx) |
T | visitPair (SPDGrammarParser.PairContext ctx) |
T | visitArrayValue (SPDGrammarParser.ArrayValueContext ctx) |
T | visitBooleanValue (SPDGrammarParser.BooleanValueContext ctx) |
T | visitIntegerValue (SPDGrammarParser.IntegerValueContext ctx) |
T | visitNullValue (SPDGrammarParser.NullValueContext ctx) |
T | visitObjectValue (SPDGrammarParser.ObjectValueContext ctx) |
T | visitStringValue (SPDGrammarParser.StringValueContext ctx) |
This class provides an empty implementation of SPDGrammarVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
<T> | The return type of the visit operation. Use Void for operations with no return type. |
|
inline |
Visit a parse tree produced by SPDGrammarParser#array.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by the
labeled alternative in SPDGrammarParser#value.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by the
labeled alternative in SPDGrammarParser#value.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by the
labeled alternative in SPDGrammarParser#value.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by SPDGrammarParser#json.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by the
labeled alternative in SPDGrammarParser#value.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by SPDGrammarParser#oBjEcT.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by the
labeled alternative in SPDGrammarParser#value.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by SPDGrammarParser#pair.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by the
labeled alternative in SPDGrammarParser#value.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarVisitor< T >.