Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jamie Mansfield
asm
Commits
a6fd5531
Commit
a6fd5531
authored
May 22, 2006
by
ekuleshov
Browse files
clarified javadoc
parent
bd4fdc75
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/objectweb/asm/tree/analysis/Interpreter.java
View file @
a6fd5531
...
...
@@ -49,6 +49,10 @@ public interface Interpreter {
/**
* Creates a new value that represents the given type.
*
* Called for method parameters (including <code>this</code>),
* exception handler variable and with <code>null</code> type
* for variables reserved by long and double types.
*
* @param type a primitive or reference type, or <tt>null</tt> to
* represent an uninitialized value.
* @return a value that represents the given type. The size of the returned
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment