T - The return type of the visit operation. Use Void for
operations with no return type.public interface IFCVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
IFCParser.T visitIfcmodel(IFCParser.IfcmodelContext ctx)
IFCParser.ifcmodel().ctx - the parse treeT visitHeader(IFCParser.HeaderContext ctx)
IFCParser.header().ctx - the parse treeT visitData(IFCParser.DataContext ctx)
IFCParser.data().ctx - the parse treeT visitDataItem(IFCParser.DataItemContext ctx)
IFCParser.dataItem().ctx - the parse treeT visitIsoTag(IFCParser.IsoTagContext ctx)
IFCParser.isoTag().ctx - the parse treeT visitExpr(IFCParser.ExprContext ctx)
IFCParser.expr().ctx - the parse treeT visitExprAtom(IFCParser.ExprAtomContext ctx)
IFCParser.exprAtom().ctx - the parse treeT visitExprFunc(IFCParser.ExprFuncContext ctx)
IFCParser.exprFunc().ctx - the parse treeT visitExprFuncParams(IFCParser.ExprFuncParamsContext ctx)
IFCParser.exprFuncParams().ctx - the parse treeT visitFuncParam(IFCParser.FuncParamContext ctx)
IFCParser.funcParam().ctx - the parse treeT visitIdent(IFCParser.IdentContext ctx)
IFCParser.ident().ctx - the parse treeT visitSingleQuotedString(IFCParser.SingleQuotedStringContext ctx)
singleQuotedString
labeled alternative in IFCParser.string().ctx - the parse treeT visitDoubleQuotedString(IFCParser.DoubleQuotedStringContext ctx)
doubleQuotedString
labeled alternative in IFCParser.string().ctx - the parse treeT visitIntNumber(IFCParser.IntNumberContext ctx)
IFCParser.intNumber().ctx - the parse treeT visitDecNumber(IFCParser.DecNumberContext ctx)
IFCParser.decNumber().ctx - the parse treeT visitScientificCountingNumber(IFCParser.ScientificCountingNumberContext ctx)
IFCParser.scientificCountingNumber().ctx - the parse treeT visitBoolLiteral(IFCParser.BoolLiteralContext ctx)
IFCParser.boolLiteral().ctx - the parse treeT visitNullConst(IFCParser.NullConstContext ctx)
IFCParser.nullConst().ctx - the parse treeCopyright © 2023. All rights reserved.