Package org.pkl.core.parser.antlr
package org.pkl.core.parser.antlr
-
ClassDescriptionPklParserBaseVisitor<Result>This class provides an empty implementation of
PklParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.PklParserVisitor<Result>This interface defines a complete generic visitor for a parse tree produced byPklParser.