eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'RBMetaMessageNode':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: RBMetaMessageNode


Inheritance:

   Object
   |
   +--RBProgramNode
      |
      +--RBStatementNode
         |
         +--RBValueNode
            |
            +--RBMessageNode
               |
               +--RBMetaMessageNode

Package:
stx:goodies/refactoryBrowser/parser
Category:
Refactory-Parser-Obsolete
Version:
rev: 1.9 date: 2021/01/20 15:05:11
user: cg
file: RBMetaMessageNode.st directory: goodies/refactoryBrowser/parser
module: stx stc-classLibrary: parser

Description:


BRMetaMessageNode is a BRMessageNode that will match other message nodes without their selectors being equal. 

Instance Variables:
	isList	<Boolean>	are we matching each keyword or matching all keywords together (e.g., `keyword1: would match a one argument method whereas `@keywords: would match 0 or more arguments)


Class protocol:

instance creation
o  new
(comment from inherited method)
return an instance of myself without indexed variables


Instance protocol:

initialize-release
o  receiver: aValueNode selectorParts: keywordTokens arguments: valueNodes

matching
o  copyInContext: aDictionary

o  match: aNode inContext: aDictionary
(comment from inherited method)
Modified (format): / 19-11-2016 / 16:01:23 / cg

o  matchArgumentsAgainst: aNode inContext: aDictionary

o  matchSelectorAgainst: aNode inContext: aDictionary

private
o  matchingClass

testing-matching
o  isList

o  isSelectorList



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 12:21:27 GMT