C# 클래스 Nintenlord.Event_Assembler.Core.Code.Templates.CodeFillerTemplate

Template for code filler
TODO: Replace with macro
상속: ICodeTemplate, IFixedDocString
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
CodeFillerTemplate ( ) : System
CodeFillerTemplate ( StringComparer comparer ) : System
GetAssembly ( byte code, int offset ) : CanCauseError
GetData ( Parameter code, int?>.Func getSymbolValue ) : CanCauseError
GetLengthBytes ( Parameter code ) : int
GetLengthBytes ( byte code, int offset ) : int
Matches ( System.Language code ) : bool
Matches ( byte data, int offset ) : bool
ToString ( ) : string

메소드 상세

CodeFillerTemplate() 공개 메소드

public CodeFillerTemplate ( ) : System
리턴 System

CodeFillerTemplate() 공개 메소드

public CodeFillerTemplate ( StringComparer comparer ) : System
comparer StringComparer
리턴 System

GetAssembly() 공개 메소드

public GetAssembly ( byte code, int offset ) : CanCauseError
code byte
offset int
리턴 CanCauseError

GetData() 공개 메소드

public GetData ( Parameter code, int?>.Func getSymbolValue ) : CanCauseError
code Parameter
getSymbolValue int?>.Func
리턴 CanCauseError

GetLengthBytes() 공개 메소드

public GetLengthBytes ( Parameter code ) : int
code Parameter
리턴 int

GetLengthBytes() 공개 메소드

public GetLengthBytes ( byte code, int offset ) : int
code byte
offset int
리턴 int

Matches() 공개 메소드

public Matches ( System.Language code ) : bool
code System.Language
리턴 bool

Matches() 공개 메소드

public Matches ( byte data, int offset ) : bool
data byte
offset int
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string