Uses of Class
es.bsc.dataclay.logic.classmgr.bytecode.java.switches.DataClaySwitchByImplementationID
-
Packages that use DataClaySwitchByImplementationID Package Description es.bsc.dataclay.logic.classmgr.bytecode.java.run Module intended to transformation of switch-case bytecodes.es.bsc.dataclay.logic.classmgr.bytecode.java.wrappers Module intended to creation of bytecode wrappers. -
-
Uses of DataClaySwitchByImplementationID in es.bsc.dataclay.logic.classmgr.bytecode.java.run
Subclasses of DataClaySwitchByImplementationID in es.bsc.dataclay.logic.classmgr.bytecode.java.run Modifier and Type Class Description class
RunTableSwitchGenerator
Run table switch generator. -
Uses of DataClaySwitchByImplementationID in es.bsc.dataclay.logic.classmgr.bytecode.java.wrappers
Subclasses of DataClaySwitchByImplementationID in es.bsc.dataclay.logic.classmgr.bytecode.java.wrappers Modifier and Type Class Description class
SetWrapperParametersAndReturnSwitchGenerator
Run table switch for wrapping parameters.class
SetWrapperParametersTableSwitchGenerator
Run table switch for wrapping parameters.class
SetWrapperReturnTableSwitchGenerator
Run table switch for wrapping parameters.class
WrapParametersAndReturnTableSwitchGenerator
Run table switch for wrapping parameters.class
WrapParametersTableSwitchGenerator
Run table switch for wrapping parameters.class
WrapReturnTableSwitchGenerator
Run table switch for wrapping parameters.
-