| List<Location> | Method. allLineLocations() | このメソッド内の各実行可能ソース行のLocationオブジェクトを含むリストを返します。 | 
| List<Location> | Method. allLineLocations(String stratum, String sourceName) | このメソッド内の各実行可能ソース行のLocationオブジェクトを含むリストを返します。 | 
| List<Location> | ReferenceType. allLineLocations() | この参照型内の各実行可能ソース行のLocationオブジェクトを含むリストを返します。 | 
| List<Location> | ReferenceType. allLineLocations(String stratum, String sourceName) | この参照型内の各実行可能ソース行のLocationオブジェクトを含むリストを返します。 | 
| List<LocalVariable> | Method. arguments() |  | 
| List<Location> | Method. locationsOfLine(int lineNumber) | 指定された行番号にマッピングされたすべてのLocationオブジェクトを含むリストを返します。 | 
| List<Location> | Method. locationsOfLine(String stratum, String sourceName, int lineNumber) | 指定された行番号とソース名にマッピングされたすべてのLocationオブジェクトを含むリストを返します。 | 
| List<Location> | ReferenceType. locationsOfLine(int lineNumber) | 指定された行番号にマッピングされたすべてのLocationオブジェクトを含むリストを返します。 | 
| List<Location> | ReferenceType. locationsOfLine(String stratum, String sourceName, int lineNumber) | 指定された行番号にマッピングされたすべてのLocationオブジェクトを含むリストを返します。 | 
| String | ReferenceType. sourceDebugExtension() | この型のソース・デバッグ拡張機能を取得します。 | 
| String | Location. sourceName() | この位置に対応するソースの識別名を取得します。 | 
| String | Location. sourceName(String stratum) | この位置に対応するソースの識別名を取得します。 | 
| String | ReferenceType. sourceName() | この型の宣言に対応するソースの識別名を取得します。 | 
| List<String> | ReferenceType. sourceNames(String stratum) | この型の宣言に対応するすべてのソースの識別名を取得します。 | 
| String | Location. sourcePath() | この位置に対応するソースへのパスを取得します。 | 
| String | Location. sourcePath(String stratum) | この位置に対応するソースへのパスを取得します。 | 
| List<String> | ReferenceType. sourcePaths(String stratum) | この型の宣言に対応するすべてのソースのパスを取得します。 | 
| List<LocalVariable> | Method. variables() |  | 
| List<LocalVariable> | Method. variablesByName(String name) |  | 
| LocalVariable | StackFrame. visibleVariableByName(String name) |  | 
| List<LocalVariable> | StackFrame. visibleVariables() |  |