C# 클래스 Mono.Debugger.Backend.DwarfReader.LineNumberEngine.StatementMachine

파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
basic_block bool
const_add_pc_range int
end_line int
end_offset long
end_sequence bool
engine LineNumberEngine
epilogue_begin bool
is_stmt bool
prologue_end bool
st_address long
st_column int
st_file int
st_line int
start_file int
start_offset long

공개 메소드들

메소드 설명
StatementMachine ( LineNumberEngine engine, long offset, long end_offset ) : System
set_end_sequence ( ) : void

메소드 상세

StatementMachine() 공개 메소드

public StatementMachine ( LineNumberEngine engine, long offset, long end_offset ) : System
engine LineNumberEngine
offset long
end_offset long
리턴 System

set_end_sequence() 공개 메소드

public set_end_sequence ( ) : void
리턴 void

프로퍼티 상세

basic_block 공개적으로 프로퍼티

public bool basic_block
리턴 bool

const_add_pc_range 공개적으로 프로퍼티

public int const_add_pc_range
리턴 int

end_line 공개적으로 프로퍼티

public int end_line
리턴 int

end_offset 공개적으로 프로퍼티

public long end_offset
리턴 long

end_sequence 공개적으로 프로퍼티

public bool end_sequence
리턴 bool

engine 공개적으로 프로퍼티

public LineNumberEngine engine
리턴 LineNumberEngine

epilogue_begin 공개적으로 프로퍼티

public bool epilogue_begin
리턴 bool

is_stmt 공개적으로 프로퍼티

public bool is_stmt
리턴 bool

prologue_end 공개적으로 프로퍼티

public bool prologue_end
리턴 bool

st_address 공개적으로 프로퍼티

public long st_address
리턴 long

st_column 공개적으로 프로퍼티

public int st_column
리턴 int

st_file 공개적으로 프로퍼티

public int st_file
리턴 int

st_line 공개적으로 프로퍼티

public int st_line
리턴 int

start_file 공개적으로 프로퍼티

public int start_file
리턴 int

start_offset 공개적으로 프로퍼티

public long start_offset
리턴 long