|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.debugger.jpda.EditorContext.MethodArgument
public static final class EditorContext.MethodArgument
Representation of an argument to a method.
Constructor Summary | |
---|---|
EditorContext.MethodArgument(String name,
String type,
EditorContext.Position startPos,
EditorContext.Position endPos)
Creates a new argument. |
Method Summary | |
---|---|
EditorContext.Position |
getEndPosition()
Get the ending position of this argument in the source code. |
String |
getName()
Get the name of this argument. |
EditorContext.Position |
getStartPosition()
Get the starting position of this argument in the source code. |
String |
getType()
Get the declared type of this argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorContext.MethodArgument(String name, String type, EditorContext.Position startPos, EditorContext.Position endPos)
name
- The argument nametype
- The declared type of the argumentstartPos
- Starting position of the argument in the source codeendPos
- Ending position of the argument in the source codeMethod Detail |
---|
public String getName()
public String getType()
public EditorContext.Position getStartPosition()
public EditorContext.Position getEndPosition()
|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |