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.7 date: 2015/11/25 12:32:41
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


Instance protocol:

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

matching
o  copyInContext: aDictionary

o  match: aNode inContext: aDictionary

o  matchArgumentsAgainst: aNode inContext: aDictionary

o  matchSelectorAgainst: aNode inContext: aDictionary

private
o  matchingClass

testing-matching
o  isList

o  isSelectorList



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 19:52:18 GMT