Modifier and Type | Method and Description |
---|---|
boolean |
isArgument()
Returns
true if this variable is an argument false otherwise. |
boolean |
isVisible(StackFrame frame)
Returns
true if this variable is externally visible in the context of the given StackFrame . |
virtualMachine
boolean isArgument()
true
if this variable is an argument false
otherwise.true
if this variable is an argument false
otherwiseboolean isVisible(StackFrame frame)
true
if this variable is externally visible in the context of the given StackFrame
.frame
- the StackFrame
contexttrue
if this variable is externally visible within the given StackFrame
false
otherwiseCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.