T - The return type of the visit operation. Use Void for
operations with no return type.public class IFCBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements IFCVisitor<T>
IFCVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
IFCBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitIfcmodel(IFCParser.IfcmodelContext ctx)
IFCParser.ifcmodel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfcmodel 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitHeader(IFCParser.HeaderContext ctx)
IFCParser.header().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHeader 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitData(IFCParser.DataContext ctx)
IFCParser.data().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitData 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitDataItem(IFCParser.DataItemContext ctx)
IFCParser.dataItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataItem 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitIsoTag(IFCParser.IsoTagContext ctx)
IFCParser.isoTag().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsoTag 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitExpr(IFCParser.ExprContext ctx)
IFCParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitExprAtom(IFCParser.ExprAtomContext ctx)
IFCParser.exprAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprAtom 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitExprFunc(IFCParser.ExprFuncContext ctx)
IFCParser.exprFunc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprFunc 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitExprFuncParams(IFCParser.ExprFuncParamsContext ctx)
IFCParser.exprFuncParams().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprFuncParams 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitFuncParam(IFCParser.FuncParamContext ctx)
IFCParser.funcParam().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncParam 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitIdent(IFCParser.IdentContext ctx)
IFCParser.ident().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdent 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitSingleQuotedString(IFCParser.SingleQuotedStringContext ctx)
singleQuotedString
labeled alternative in IFCParser.string().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleQuotedString 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitDoubleQuotedString(IFCParser.DoubleQuotedStringContext ctx)
doubleQuotedString
labeled alternative in IFCParser.string().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoubleQuotedString 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitIntNumber(IFCParser.IntNumberContext ctx)
IFCParser.intNumber().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntNumber 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitDecNumber(IFCParser.DecNumberContext ctx)
IFCParser.decNumber().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDecNumber 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitScientificCountingNumber(IFCParser.ScientificCountingNumberContext ctx)
IFCParser.scientificCountingNumber().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScientificCountingNumber 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitBoolLiteral(IFCParser.BoolLiteralContext ctx)
IFCParser.boolLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolLiteral 在接口中 IFCVisitor<T>ctx - the parse treepublic T visitNullConst(IFCParser.NullConstContext ctx)
IFCParser.nullConst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullConst 在接口中 IFCVisitor<T>ctx - the parse treeCopyright © 2023. All rights reserved.