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
raphw
asm
Commits
fd8fe228
Commit
fd8fe228
authored
Oct 12, 2013
by
ebruneton
Browse files
Port of changes in the trunk from revisions 1685 to 1689.
parent
4c16fed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/objectweb/asm/Handle.java
View file @
fd8fe228
...
...
@@ -49,7 +49,8 @@ public final class Handle {
final
int
tag
;
/**
* The internal name of the field or method designed by this handle.
* The internal name of the class that owns the field or method designated
* by this handle.
*/
final
String
owner
;
...
...
@@ -76,8 +77,8 @@ public final class Handle {
* {@link Opcodes#H_NEWINVOKESPECIAL} or
* {@link Opcodes#H_INVOKEINTERFACE}.
* @param owner
* the internal name of the
field or method designed by this
* handle.
* the internal name of the
class that owns the field or method
*
designated by this
handle.
* @param name
* the name of the field or method designated by this handle.
* @param desc
...
...
@@ -106,9 +107,11 @@ public final class Handle {
}
/**
* Returns the internal name of the field or method designed by this handle.
* Returns the internal name of the class that owns the field or method
* designated by this handle.
*
* @return the internal name of the field or method designed by this handle.
* @return the internal name of the class that owns the field or method
* designated by this handle.
*/
public
String
getOwner
()
{
return
owner
;
...
...
Write
Preview
Markdown
is supported
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