JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mockito.asm.tree.analysis
Interface Value
All Known Implementing Classes:
BasicValue
,
SourceValue
public interface
Value
An immutable symbolic value for semantic interpretation of bytecode.
Author:
Eric Bruneton
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getSize
()
Returns the size of this value in words.
Method Detail
getSize
int getSize()
Returns the size of this value in words.
Returns:
either 1 or 2.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2018. All rights reserved.