Package chord.analyses.method

Facts of methods.

See:
          Description

Class Summary
DomM Domain of methods.
RelClinitM Relation containing all class initializer methods, namely, methods having signature <clinit>().
RelClinitTM Relation containing each tuple (t,m) such that method m is the class initializer method of class t.
RelExtraEntryPoints  
RelInitM Relation containing all constructor methods, that is, methods having name <init>.
RelInstM Relation containing all instance (as opposed to static) methods.
RelPrivateM Relation containing all private (as opposed to protected or public) methods.
RelScopeExcludedM  
RelStatM Relation containing all static (as opposed to instance) methods.
RelStatTM Relation containing each tuple (t,m) such that m is a static method defined in type t.
RelSyncM Relation containing all synchronized methods.
RelTM Relation containing each tuple (t,m) such that method m is declared in type t.
 

Package chord.analyses.method Description

Facts of methods.