ifc-expressions
Version:
Parsing and evaluation of IFC expressions
16 lines (15 loc) • 546 B
JavaScript
;
// Generated from IfcExpression.g4 by ANTLR 4.13.0
Object.defineProperty(exports, "__esModule", { value: true });
const antlr4_1 = require("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.
*/
class IfcExpressionVisitor extends antlr4_1.ParseTreeVisitor {
}
exports.default = IfcExpressionVisitor;
//# sourceMappingURL=IfcExpressionVisitor.js.map