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

Template for code filler
TODO: Replace with macro
Inheritance: ICodeTemplate, IFixedDocString
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CodeFillerTemplate ( ) : System
Résultat System

CodeFillerTemplate() public méthode

public CodeFillerTemplate ( StringComparer comparer ) : System
comparer StringComparer
Résultat System

GetAssembly() public méthode

public GetAssembly ( byte code, int offset ) : CanCauseError
code byte
offset int
Résultat CanCauseError

GetData() public méthode

public GetData ( Parameter code, int?>.Func getSymbolValue ) : CanCauseError
code Parameter
getSymbolValue int?>.Func
Résultat CanCauseError

GetLengthBytes() public méthode

public GetLengthBytes ( Parameter code ) : int
code Parameter
Résultat int

GetLengthBytes() public méthode

public GetLengthBytes ( byte code, int offset ) : int
code byte
offset int
Résultat int

Matches() public méthode

public Matches ( System.Language code ) : bool
code System.Language
Résultat bool

Matches() public méthode

public Matches ( byte data, int offset ) : bool
data byte
offset int
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string