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 ObjectVM.getObjectFromInstanceField(Object o, Field field) static ObjectVM.getObjectFromStaticField(Class declaredClass, Field field) static Class<?> VM.intPrimitiveClass()static Class<?> VM.longPrimitiveClass()static voidVM.putObjectToInstanceField(Object o, Field field, Object value) static voidVM.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 doubleTMath.ceil(double aValue) booleanTClass.desiredAssertionStatus()static doubleTMath.floor(double aValue) static ClassTClass.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()intTClass.getModifiers()TClass.getName()TClass.getSuperclass()booleanTClass.isAssignableFrom(Class aOtherClass) booleanTClass.isInstance(Object a) booleanTClass.isInterface()booleanTClass.isPrimitive()static doubleTMath.max(double aValue1, double aValue2) static floatTMath.max(float aValue1, float aValue2) static intTMath.max(int aValue1, int aValue2) static longTMath.max(long aValue1, long aValue2) static doubleTMath.min(double aValue1, double aValue2) static floatTMath.min(float aValue1, float aValue2) static intTMath.min(int aValue1, int aValue2) static longTMath.min(long aValue1, long aValue2) static doubleTMath.sqrt(double aValue) static doubleTStrictMath.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