public class ScopeDiscoverInfoCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<StructuredStatement,java.lang.Boolean> |
tests |
Constructor and Description |
---|
ScopeDiscoverInfoCache() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
anyFound() |
java.lang.Boolean |
get(StructuredStatement structuredStatement) |
void |
put(StructuredStatement structuredStatement,
java.lang.Boolean b) |
private final java.util.Map<StructuredStatement,java.lang.Boolean> tests
public java.lang.Boolean get(StructuredStatement structuredStatement)
public void put(StructuredStatement structuredStatement, java.lang.Boolean b)
boolean anyFound()