UNPKG

solidity-antlr4

Version:

Solidity Lang Lexer and Parser by official ANTLR4 grammar

14 lines (13 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InlineArrayExpression = void 0; var _base = require("../base.cjs"); const InlineArrayExpression = class extends _base.BaseNodeList { type = "InlineArrayExpression"; constructor(ctx, visitor) { super(ctx.expression(), visitor); } }; exports.InlineArrayExpression = InlineArrayExpression;