public ProcedureNode(VBAParser.PropertyLetStmtContext context, string scope, string localScope) : this(context, scope, localScope, VBProcedureKind.PropertyLet, context.visibility(), context.ambiguousIdentifier(), null) { _argsListContext = context.argList(); _staticNode = context.STATIC(); _keyword = context.PROPERTY_LET(); }