|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Describes a sequence point on a method. More...
Public Attributes | |
| readonly Document | document |
| readonly int[] | offsets |
| readonly int[] | lines |
| readonly int[] | columns |
| readonly int[] | endLines |
| readonly int[] | endColumns |
Properties | |
| Document | Document [get] |
| Gets the document. | |
| int[] | Offsets [get] |
| Gets the offsets. | |
| int[] | Lines [get] |
| Gets the lines. | |
| int[] | Columns [get] |
| Gets the columns. | |
| int[] | EndLines [get] |
| Gets the line endings. | |
| int[] | EndColumns [get] |
| Gets the column endings. | |
Describes a sequence point on a method.
Definition at line 282 of file PortablePdbSymbolWriter.cs.
| readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.columns |
Definition at line 288 of file PortablePdbSymbolWriter.cs.
| readonly Document IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.document |
Definition at line 285 of file PortablePdbSymbolWriter.cs.
| readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.endColumns |
Definition at line 290 of file PortablePdbSymbolWriter.cs.
| readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.endLines |
Definition at line 289 of file PortablePdbSymbolWriter.cs.
| readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.lines |
Definition at line 287 of file PortablePdbSymbolWriter.cs.
| readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.offsets |
Definition at line 286 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the columns.
Definition at line 328 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the document.
Definition at line 313 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the column endings.
Definition at line 338 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the line endings.
Definition at line 333 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the lines.
Definition at line 323 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the offsets.
Definition at line 318 of file PortablePdbSymbolWriter.cs.