Modifier and Type | Interface and Description |
---|---|
public interface | Value
An immutable symbolic value for the semantic interpretation of bytecode. |
Modifier and Type | Class and Description |
---|---|
public class | |
public class | AnalyzerException
An exception thrown if a problem occurs during the analysis of a method. |
public class | BasicInterpreter
An |
public class | BasicValue
A |
public class | BasicVerifier
An extended |
public class | |
public abstract class | Interpreter<
type of the Value used for the analysis. V extends Value>A semantic bytecode interpreter. |
public class | SimpleVerifier
An extended |
pack-priv class | SmallSet<T>
An immutable set of at most two elements, optimized for speed compared to a generic set implementation. |
public class | SourceInterpreter
An |
public class | SourceValue
A |
pack-priv class | Subroutine
A method subroutine (corresponds to a JSR instruction). |