public class BytecodeEGWalker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BytecodeEGWalker.StackValueCategoryConstraint
Because some instructions manipulate stack differently depending on the type of the value, we need this constraint to know category of the value
see https://docs.oracle.com/javase/specs/jvms/se9/html/jvms-2.html#jvms-2.11.1 Table 2.11.1-B
|
Constructor and Description |
---|
BytecodeEGWalker(BehaviorCache behaviorCache,
SemanticModel semanticModel) |
Modifier and Type | Method and Description |
---|---|
MethodBehavior |
getMethodBehavior(String signature,
SquidClassLoader classLoader) |
public BytecodeEGWalker(BehaviorCache behaviorCache, SemanticModel semanticModel)
@CheckForNull public MethodBehavior getMethodBehavior(String signature, SquidClassLoader classLoader)
Copyright © 2012–2017 SonarSource. All rights reserved.