Uses of Class
org.sonar.java.bytecode.loader.SquidClassLoader
-
Packages that use SquidClassLoader Package Description org.sonar.java.bytecode org.sonar.java.bytecode.se org.sonar.java.se.xproc -
-
Uses of SquidClassLoader in org.sonar.java.bytecode
Methods in org.sonar.java.bytecode that return SquidClassLoader Modifier and Type Method Description static SquidClassLoader
ClassLoaderBuilder. create(Collection<File> bytecodeFilesOrDirectories)
-
Uses of SquidClassLoader in org.sonar.java.bytecode.se
Methods in org.sonar.java.bytecode.se with parameters of type SquidClassLoader Modifier and Type Method Description MethodBehavior
BytecodeEGWalker. getMethodBehavior(String signature, SquidClassLoader classLoader)
static MethodLookup
MethodLookup. lookup(String signature, SquidClassLoader classLoader, MethodLookup.LookupMethodVisitor methodVisitor)
Lookup method as described in JVM spec https://docs.oracle.com/javase/specs/jvms/se9/html/jvms-5.html#jvms-5.4.3.3 Some steps of the algorithm are not followed precisely, mostly the concept of maximally-specific superinterface, this should be OK, because such code should not compile anyway (i.e this can happen only if runtime and compile-time dependencies are different) -
Uses of SquidClassLoader in org.sonar.java.se.xproc
Constructors in org.sonar.java.se.xproc with parameters of type SquidClassLoader Constructor Description BehaviorCache(SquidClassLoader classLoader)
BehaviorCache(SquidClassLoader classLoader, boolean crossFileEnabled)
-