Uses of Class
astra.core.ASTRAClass
| Package | Description |
|---|---|
| astra.core |
-
Uses of ASTRAClass in astra.core
Methods in astra.core that return ASTRAClass Modifier and Type Method Description static ASTRAClassASTRAClass. forName(String url)static ASTRAClassASTRAClass. forName(String _package, String url)ASTRAClassAgent. getASTRAClass()ASTRAClassFragment. getASTRAClass()ASTRAClassASTRAClassLoader. loadClass(Class<ASTRAClass> cls)ASTRAClassASTRAClassLoader. loadClass(String url)Loads the corrsponding astra class if it is not already loaded.Methods in astra.core that return types with arguments of type ASTRAClass Modifier and Type Method Description List<ASTRAClass>ASTRAClass. getLinearization()List<ASTRAClass>Fragment. getLinearization()Class<ASTRAClass>[]ASTRAClass. getParents()Methods in astra.core with parameters of type ASTRAClass Modifier and Type Method Description booleanASTRAClass. isSubclass(ASTRAClass cl)voidAgent. setMainClass(ASTRAClass clazz)Method parameters in astra.core with type arguments of type ASTRAClass Modifier and Type Method Description ASTRAClassASTRAClassLoader. loadClass(Class<ASTRAClass> cls)Constructors in astra.core with parameters of type ASTRAClass Constructor Description Fragment(ASTRAClass clazz)