EmbASP-Java
|
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. |
Definition at line 13 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 20 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 48 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 55 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 62 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 27 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 69 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 34 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 76 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 41 of file SPDGrammarBaseVisitor.java.
|
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 >.
Definition at line 83 of file SPDGrammarBaseVisitor.java.