![]()  | 
  
    Qore reflection Module 1.18.0
    
   | 
 
methhod and inheritance access information More...
#include <QC_Class.dox.h>
Public Attributes | |
| int | access | 
| access code for the class containing the method; see Access Constants for valid values  | |
| string | access_string | 
access string for the class containing the method; one of "public", "private", or "private:internal"  | |
| AbstractMethod | method | 
| the inherited method  | |
methhod and inheritance access information
The access information in this hash is the access of the class containing the method; to get the access modifier of any method variant, the maximum of the access value provided here and the access value of the variant must be taken.