public class TypeLoader:
Class responsible for loading types in the reflection system.
| Modifier and Type | Member | Description |
|---|---|---|
| public static | attributeCount | No summary. |
| public static | attributeFlags | No summary. |
| public static | attributeName | No summary. |
| public static | attributeType | No summary. |
| public | loadload(name as String) as Type throws TypeNotFoundException: |
Method to load a type by its name. |
| public static | methodAnnotationCount | Reflection helper: returns the number of annotations on a method. |
| public static | methodAnnotationName | Reflection helper: returns method annotation name by index. |
| public static | methodCount | Reflection helper: returns the number of methods declared on a type. |
| public static | methodFlags | No summary. |
| public static | methodName | Reflection helper: returns method name by index. |
| public static | methodParameterAnnotationCount | Reflection helper: returns the number of annotations on a method parameter. |
| public static | methodParameterAnnotationName | Reflection helper: returns parameter annotation name by index. |
| public static | methodParameterCount | Reflection helper: returns the number of parameters of a method. |
| public static | methodParameterName | Reflection helper: returns parameter name by index. |
| public static | methodParameterType | Reflection helper: returns parameter type by index. |
| public static | methodReturnType | Reflection helper: returns method return type by index. |
| public static | propertyCount | No summary. |
| public static | propertyFlags | No summary. |
| public static | propertyName | No summary. |
| public static | propertyType | No summary. |
| public static | typeAnnotationCount | No summary. |
| public static | typeAnnotationName | No summary. |
| public static | typeGenericParameterCount | No summary. |
| public static | typeGenericParameterName | No summary. |