Uses of Annotation Type
de.mirkosertic.bytecoder.api.EmulatedByRuntime
Packages that use EmulatedByRuntime
Package
Description
-
Uses of EmulatedByRuntime in de.mirkosertic.bytecoder.api
Classes in de.mirkosertic.bytecoder.api with annotations of type EmulatedByRuntime -
Uses of EmulatedByRuntime in de.mirkosertic.bytecoder.api.opencl
Classes in de.mirkosertic.bytecoder.api.opencl with annotations of type EmulatedByRuntime -
Uses of EmulatedByRuntime in de.mirkosertic.bytecoder.classlib
Methods in de.mirkosertic.bytecoder.classlib with annotations of type EmulatedByRuntimeModifier and TypeMethodDescriptionstatic Class
<?> static Class
<?> VM.bytePrimitiveClass()
static Class
<?> VM.charPrimitiveClass()
static Class
<?> VM.doublePrimitiveClass()
static Class
<?> VM.floatPrimitiveClass()
static Object
VM.getObjectFromInstanceField
(Object o, Field field) static Object
VM.getObjectFromStaticField
(Class declaredClass, Field field) static Class
<?> VM.intPrimitiveClass()
static Class
<?> VM.longPrimitiveClass()
static void
VM.putObjectToInstanceField
(Object o, Field field, Object value) static void
VM.putObjectToStaticField
(Class declaredClass, Field field, Object value) static Class
<?> VM.shortPrimitiveClass()
-
Uses of EmulatedByRuntime in de.mirkosertic.bytecoder.classlib.java.lang
Methods in de.mirkosertic.bytecoder.classlib.java.lang with annotations of type EmulatedByRuntimeModifier and TypeMethodDescriptionstatic double
TMath.ceil
(double aValue) boolean
TClass.desiredAssertionStatus()
static double
TMath.floor
(double aValue) static Class
TClass.forName
(String name, boolean initialize, ClassLoader classLoader) TClass.getClassLoader()
Field[]
TClass.getDeclaredFields()
TClass.getDeclaredMethod
(String name, Class[] arguments) TClass.getEnclosingClass()
Object[]
TClass.getEnumConstants()
TClass.getGenericSuperclass()
Class[]
TClass.getInterfaces()
Method[]
TClass.getMethods()
int
TClass.getModifiers()
TClass.getName()
TClass.getSuperclass()
boolean
TClass.isAssignableFrom
(Class aOtherClass) boolean
TClass.isInstance
(Object a) boolean
TClass.isInterface()
boolean
TClass.isPrimitive()
static double
TMath.max
(double aValue1, double aValue2) static float
TMath.max
(float aValue1, float aValue2) static int
TMath.max
(int aValue1, int aValue2) static long
TMath.max
(long aValue1, long aValue2) static double
TMath.min
(double aValue1, double aValue2) static float
TMath.min
(float aValue1, float aValue2) static int
TMath.min
(int aValue1, int aValue2) static long
TMath.min
(long aValue1, long aValue2) static double
TMath.sqrt
(double aValue) static double
TStrictMath.sqrt
(double aValue) Constructors in de.mirkosertic.bytecoder.classlib.java.lang with annotations of type EmulatedByRuntime -
Uses of EmulatedByRuntime in de.mirkosertic.bytecoder.classlib.java.lang.invoke
Classes in de.mirkosertic.bytecoder.classlib.java.lang.invoke with annotations of type EmulatedByRuntime