Uses of Class
simula.compiler.byteCodeEngineering.JavaClassInfo
-
Uses of JavaClassInfo in simula.compiler.byteCodeEngineering
Modifier and TypeFieldDescriptionprivate static Hashtable
<String, JavaClassInfo> JavaClassInfo.javaClassMap
The java class mapModifier and TypeMethodDescription(package private) static JavaClassInfo
Get the JavaClassInfo associated with 'key'private static JavaClassInfo
ExtendedClassWriter.getClassInfo
(String type) Get class infoModifier and TypeMethodDescription(package private) boolean
JavaClassInfo.isSuperTypeOf
(JavaClassInfo other) Test if this JavaClassInfo is super of the other JavaClassInfo.static void
JavaClassInfo.put
(String key, JavaClassInfo info) Update javaClassMap.