프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetSourceLocation | ISourceLocation | ||
ISourceLocation | bool | ||
ISourceLocation | int | ||
ObjectInvariant | void | ||
UpdateToSpan | void |
메소드 | 설명 | |
---|---|---|
SourceLocationBuilder ( ISourceLocation sourceLocation ) : System |
Allocates a mutable class that allows a source location to be built in an incremental fashion.
|
메소드 | 설명 | |
---|---|---|
GetSourceLocation ( ) : ISourceLocation | ||
ISourceLocation ( ISourceLocation location ) : bool | ||
ISourceLocation ( int offset, char destination, int destinationOffset, int length ) : int | ||
ObjectInvariant ( ) : void | ||
UpdateToSpan ( ISourceLocation sourceLocation ) : void |
public SourceLocationBuilder ( ISourceLocation sourceLocation ) : System | ||
sourceLocation | ISourceLocation | An initial source location. |
리턴 | System |