Uses of Class
es.bsc.dataclay.logic.classmgr.ClassManager
-
Packages that use ClassManager Package Description es.bsc.dataclay.logic Module that represents the entry to the systemes.bsc.dataclay.logic.classmgr.bytecode.java Module intended to management of Java Bytecode for Stubs, Prototypes, ...es.bsc.dataclay.logic.classmgr.bytecode.java.writer Module intended to write new bytecode. -
-
Uses of ClassManager in es.bsc.dataclay.logic
Methods in es.bsc.dataclay.logic that return ClassManager Modifier and Type Method Description ClassManager
LogicModule. getClassManager()
Get Class manager (for testing purposes) -
Uses of ClassManager in es.bsc.dataclay.logic.classmgr.bytecode.java
Methods in es.bsc.dataclay.logic.classmgr.bytecode.java with parameters of type ClassManager Modifier and Type Method Description static byte[]
ExecutionByteCodeManager. generateExecutionClass(MetaClass metaclass, String realParentName, ClassManager classMgrRef, List<MetaClass> accessedClasses)
Generates a execution class corresponding to the MetaClass provided using the Stub info specified.static byte[]
StubByteCodeManager. generateJavaStub(MetaClass metaclass, StubInfo mClassStubInfo, List<MetaClass> accessedClasses, ClassManager classMgrRef)
Generates a Java bytecode stub corresponding to the MetaClass provided using the Stub info specified.static byte[]
StubByteCodeManager. generateStubAspect(MetaClass metaclass, boolean forExec, ClassManager classMgrRef)
Generate stub aspect -
Uses of ClassManager in es.bsc.dataclay.logic.classmgr.bytecode.java.writer
Constructors in es.bsc.dataclay.logic.classmgr.bytecode.java.writer with parameters of type ClassManager Constructor Description DataClayClassWriter(int flags, ClassManager theClassMgr, Map<String,MetaClass> theincludes, boolean theisExec)
Constructor
-