UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

13 lines (12 loc) 442 B
// Generated from IfcExpression.g4 by ANTLR 4.13.0 import { ParseTreeVisitor } from 'antlr4'; /** * This interface defines a complete generic visitor for a parse tree produced * by `IfcExpressionParser`. * * @param <Result> The return type of the visit operation. Use `void` for * operations with no return type. */ export default class IfcExpressionVisitor extends ParseTreeVisitor { } //# sourceMappingURL=IfcExpressionVisitor.js.map