ist.palcom.base
Class Method

java.lang.Object
  extended by ist.palcom.base.Object
      extended by ist.palcom.base.Method

public class Method
extends Object

Method is a system class describing the methods of classes. Instances of this class are created by the component loader, and can not be created directly by the programmer.


Constructor Summary
Method()
           
 
Method Summary
 void owner()
          Gets the class in which this method is defined, given a class.
 void parent()
          Gets the method in which this block method is embedded, given a class which should be the class in which both methods are found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Method

public Method()
Method Detail

parent

public void parent()
Gets the method in which this block method is embedded, given a class which should be the class in which both methods are found.


owner

public void owner()
Gets the class in which this method is defined, given a class. The method should be found in this class or one of the superclasses.