eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'RBMetaMethodNode':

Home

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

Class: RBMetaMethodNode


Inheritance:

   Object
   |
   +--RBProgramNode
      |
      +--RBMethodNode
         |
         +--RBMetaMethodNode

Package:
stx:goodies/refactoryBrowser/parser
Category:
Refactory-Parser-Obsolete
Version:
rev: 1.7 date: 2015/11/25 21:55:01
user: cg
file: RBMetaMethodNode.st directory: goodies/refactoryBrowser/parser
module: stx stc-classLibrary: parser

Description:


BRMetaMethodNode is a BRMethodNode that will match other method 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  selectorParts: tokenCollection arguments: variableNodes

matching
o  copyInContext: aDictionary

o  match: aNode inContext: aDictionary

o  matchArgumentsAgainst: aNode inContext: aDictionary

o  matchSelectorAgainst: aNode inContext: aDictionary

private
o  matchingClass

testing
o  isSelectorList



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 24 Apr 2024 18:08:03 GMT