C# Class Nintenlord.Event_Assembler.Core.Code.Templates.CodeFillerTemplate

Template for code filler
TODO: Replace with macro
Inheritance: ICodeTemplate, IFixedDocString
ファイルを表示 Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Methods

Method Description
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

Method Details

CodeFillerTemplate() public method

public CodeFillerTemplate ( ) : System
return System

CodeFillerTemplate() public method

public CodeFillerTemplate ( StringComparer comparer ) : System
comparer StringComparer
return System

GetAssembly() public method

public GetAssembly ( byte code, int offset ) : CanCauseError
code byte
offset int
return CanCauseError

GetData() public method

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

GetLengthBytes() public method

public GetLengthBytes ( Parameter code ) : int
code Parameter
return int

GetLengthBytes() public method

public GetLengthBytes ( byte code, int offset ) : int
code byte
offset int
return int

Matches() public method

public Matches ( System.Language code ) : bool
code System.Language
return bool

Matches() public method

public Matches ( byte data, int offset ) : bool
data byte
offset int
return bool

ToString() public method

public ToString ( ) : string
return string