| 接口 | 说明 |
|---|---|
| IFCListener |
This interface defines a complete listener for a parse tree produced by
IFCParser. |
| IFCVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
IFCParser. |
| 类 | 说明 |
|---|---|
| IFCBaseListener |
This class provides an empty implementation of
IFCListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| IFCBaseVisitor<T> |
This class provides an empty implementation of
IFCVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| IFCLexer | |
| IFCParser | |
| IFCParser.BoolLiteralContext | |
| IFCParser.DataContext | |
| IFCParser.DataItemContext | |
| IFCParser.DecNumberContext | |
| IFCParser.DoubleQuotedStringContext | |
| IFCParser.ExprAtomContext | |
| IFCParser.ExprContext | |
| IFCParser.ExprFuncContext | |
| IFCParser.ExprFuncParamsContext | |
| IFCParser.FuncParamContext | |
| IFCParser.HeaderContext | |
| IFCParser.IdentContext | |
| IFCParser.IfcmodelContext | |
| IFCParser.IntNumberContext | |
| IFCParser.IsoTagContext | |
| IFCParser.NullConstContext | |
| IFCParser.ScientificCountingNumberContext | |
| IFCParser.SingleQuotedStringContext | |
| IFCParser.StringContext |
Copyright © 2023. All rights reserved.