public class IFCBaseListener extends Object implements IFCListener
IFCListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
IFCBaseListener() |
public void enterIfcmodel(IFCParser.IfcmodelContext ctx)
IFCParser.ifcmodel().
The default implementation does nothing.
enterIfcmodel 在接口中 IFCListenerctx - the parse treepublic void exitIfcmodel(IFCParser.IfcmodelContext ctx)
IFCParser.ifcmodel().
The default implementation does nothing.
exitIfcmodel 在接口中 IFCListenerctx - the parse treepublic void enterHeader(IFCParser.HeaderContext ctx)
IFCParser.header().
The default implementation does nothing.
enterHeader 在接口中 IFCListenerctx - the parse treepublic void exitHeader(IFCParser.HeaderContext ctx)
IFCParser.header().
The default implementation does nothing.
exitHeader 在接口中 IFCListenerctx - the parse treepublic void enterData(IFCParser.DataContext ctx)
IFCParser.data().
The default implementation does nothing.
enterData 在接口中 IFCListenerctx - the parse treepublic void exitData(IFCParser.DataContext ctx)
IFCParser.data().
The default implementation does nothing.
exitData 在接口中 IFCListenerctx - the parse treepublic void enterDataItem(IFCParser.DataItemContext ctx)
IFCParser.dataItem().
The default implementation does nothing.
enterDataItem 在接口中 IFCListenerctx - the parse treepublic void exitDataItem(IFCParser.DataItemContext ctx)
IFCParser.dataItem().
The default implementation does nothing.
exitDataItem 在接口中 IFCListenerctx - the parse treepublic void enterIsoTag(IFCParser.IsoTagContext ctx)
IFCParser.isoTag().
The default implementation does nothing.
enterIsoTag 在接口中 IFCListenerctx - the parse treepublic void exitIsoTag(IFCParser.IsoTagContext ctx)
IFCParser.isoTag().
The default implementation does nothing.
exitIsoTag 在接口中 IFCListenerctx - the parse treepublic void enterExpr(IFCParser.ExprContext ctx)
IFCParser.expr().
The default implementation does nothing.
enterExpr 在接口中 IFCListenerctx - the parse treepublic void exitExpr(IFCParser.ExprContext ctx)
IFCParser.expr().
The default implementation does nothing.
exitExpr 在接口中 IFCListenerctx - the parse treepublic void enterExprAtom(IFCParser.ExprAtomContext ctx)
IFCParser.exprAtom().
The default implementation does nothing.
enterExprAtom 在接口中 IFCListenerctx - the parse treepublic void exitExprAtom(IFCParser.ExprAtomContext ctx)
IFCParser.exprAtom().
The default implementation does nothing.
exitExprAtom 在接口中 IFCListenerctx - the parse treepublic void enterExprFunc(IFCParser.ExprFuncContext ctx)
IFCParser.exprFunc().
The default implementation does nothing.
enterExprFunc 在接口中 IFCListenerctx - the parse treepublic void exitExprFunc(IFCParser.ExprFuncContext ctx)
IFCParser.exprFunc().
The default implementation does nothing.
exitExprFunc 在接口中 IFCListenerctx - the parse treepublic void enterExprFuncParams(IFCParser.ExprFuncParamsContext ctx)
IFCParser.exprFuncParams().
The default implementation does nothing.
enterExprFuncParams 在接口中 IFCListenerctx - the parse treepublic void exitExprFuncParams(IFCParser.ExprFuncParamsContext ctx)
IFCParser.exprFuncParams().
The default implementation does nothing.
exitExprFuncParams 在接口中 IFCListenerctx - the parse treepublic void enterFuncParam(IFCParser.FuncParamContext ctx)
IFCParser.funcParam().
The default implementation does nothing.
enterFuncParam 在接口中 IFCListenerctx - the parse treepublic void exitFuncParam(IFCParser.FuncParamContext ctx)
IFCParser.funcParam().
The default implementation does nothing.
exitFuncParam 在接口中 IFCListenerctx - the parse treepublic void enterIdent(IFCParser.IdentContext ctx)
IFCParser.ident().
The default implementation does nothing.
enterIdent 在接口中 IFCListenerctx - the parse treepublic void exitIdent(IFCParser.IdentContext ctx)
IFCParser.ident().
The default implementation does nothing.
exitIdent 在接口中 IFCListenerctx - the parse treepublic void enterSingleQuotedString(IFCParser.SingleQuotedStringContext ctx)
singleQuotedString
labeled alternative in IFCParser.string().
The default implementation does nothing.
enterSingleQuotedString 在接口中 IFCListenerctx - the parse treepublic void exitSingleQuotedString(IFCParser.SingleQuotedStringContext ctx)
singleQuotedString
labeled alternative in IFCParser.string().
The default implementation does nothing.
exitSingleQuotedString 在接口中 IFCListenerctx - the parse treepublic void enterDoubleQuotedString(IFCParser.DoubleQuotedStringContext ctx)
doubleQuotedString
labeled alternative in IFCParser.string().
The default implementation does nothing.
enterDoubleQuotedString 在接口中 IFCListenerctx - the parse treepublic void exitDoubleQuotedString(IFCParser.DoubleQuotedStringContext ctx)
doubleQuotedString
labeled alternative in IFCParser.string().
The default implementation does nothing.
exitDoubleQuotedString 在接口中 IFCListenerctx - the parse treepublic void enterIntNumber(IFCParser.IntNumberContext ctx)
IFCParser.intNumber().
The default implementation does nothing.
enterIntNumber 在接口中 IFCListenerctx - the parse treepublic void exitIntNumber(IFCParser.IntNumberContext ctx)
IFCParser.intNumber().
The default implementation does nothing.
exitIntNumber 在接口中 IFCListenerctx - the parse treepublic void enterDecNumber(IFCParser.DecNumberContext ctx)
IFCParser.decNumber().
The default implementation does nothing.
enterDecNumber 在接口中 IFCListenerctx - the parse treepublic void exitDecNumber(IFCParser.DecNumberContext ctx)
IFCParser.decNumber().
The default implementation does nothing.
exitDecNumber 在接口中 IFCListenerctx - the parse treepublic void enterScientificCountingNumber(IFCParser.ScientificCountingNumberContext ctx)
IFCParser.scientificCountingNumber().
The default implementation does nothing.
enterScientificCountingNumber 在接口中 IFCListenerctx - the parse treepublic void exitScientificCountingNumber(IFCParser.ScientificCountingNumberContext ctx)
IFCParser.scientificCountingNumber().
The default implementation does nothing.
exitScientificCountingNumber 在接口中 IFCListenerctx - the parse treepublic void enterBoolLiteral(IFCParser.BoolLiteralContext ctx)
IFCParser.boolLiteral().
The default implementation does nothing.
enterBoolLiteral 在接口中 IFCListenerctx - the parse treepublic void exitBoolLiteral(IFCParser.BoolLiteralContext ctx)
IFCParser.boolLiteral().
The default implementation does nothing.
exitBoolLiteral 在接口中 IFCListenerctx - the parse treepublic void enterNullConst(IFCParser.NullConstContext ctx)
IFCParser.nullConst().
The default implementation does nothing.
enterNullConst 在接口中 IFCListenerctx - the parse treepublic void exitNullConst(IFCParser.NullConstContext ctx)
IFCParser.nullConst().
The default implementation does nothing.
exitNullConst 在接口中 IFCListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2023. All rights reserved.