Beispiel #1
0
  /** Essential. Return TRUE if this is wrapped as the given spec, or any one of its subtypes */
  public boolean isWrapperOf(FeWrapperSpec spec) {
    return mySpec.isSubSpecOf(spec);
    /*
    udanax-top.st:23554:FeWrapper methodsFor: 'accessing'!
    {BooleanVar} isWrapperOf: spec {FeWrapperSpec}
    	"Essential. Return TRUE if this is wrapped as the given spec, or any one of its subtypes"

    	^mySpec isSubSpecOf: spec!
    */
  }