T - The return type of the visit operation. Use Void for
operations with no return type.public class XGBoostModelBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements XGBoostModelVisitor<T>
XGBoostModelVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
XGBoostModelBaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visitXgHeader(XGBoostModelParser.XgHeaderContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgHeader(). |
T |
visitXgLeaf(XGBoostModelParser.XgLeafContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgLeaf(). |
T |
visitXgModel(XGBoostModelParser.XgModelContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgModel(). |
T |
visitXgNode(XGBoostModelParser.XgNodeContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgNode(). |
T |
visitXgTree(XGBoostModelParser.XgTreeContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgTree(). |
T |
visitXgValue(XGBoostModelParser.XgValueContext ctx)
Visit a parse tree produced by
XGBoostModelParser.xgValue(). |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitXgValue(XGBoostModelParser.XgValueContext ctx)
XGBoostModelParser.xgValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXgValue in interface XGBoostModelVisitor<T>ctx - the parse treepublic T visitXgHeader(XGBoostModelParser.XgHeaderContext ctx)
XGBoostModelParser.xgHeader().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXgHeader in interface XGBoostModelVisitor<T>ctx - the parse treepublic T visitXgNode(XGBoostModelParser.XgNodeContext ctx)
XGBoostModelParser.xgNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXgNode in interface XGBoostModelVisitor<T>ctx - the parse treepublic T visitXgLeaf(XGBoostModelParser.XgLeafContext ctx)
XGBoostModelParser.xgLeaf().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXgLeaf in interface XGBoostModelVisitor<T>ctx - the parse treepublic T visitXgTree(XGBoostModelParser.XgTreeContext ctx)
XGBoostModelParser.xgTree().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXgTree in interface XGBoostModelVisitor<T>ctx - the parse treepublic T visitXgModel(XGBoostModelParser.XgModelContext ctx)
XGBoostModelParser.xgModel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXgModel in interface XGBoostModelVisitor<T>ctx - the parse tree
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025