C# Class Devkit.BinaryResourcePlugin.BinaryFileScope

Inheritance: ISourceFileScope
Afficher le fichier Open project: kierenj/0x10c-DevKit

Méthodes publiques

Méthode Description
Add ( ICompilerScopeObject obj ) : void
BinaryFileScope ( INode parent, string labelIdentifier, string filename ) : System
Compile ( CompilationPass pass, ICompiler compiler, CompileToolContext context ) : bool
Find ( string name, IIdentifierScope &scope ) : ICompilerScopeObject
FindInChildren ( string name, IIdentifierScope &scope ) : ICompilerScopeObject
GetChildren ( ) : IEnumerable

Method Details

Add() public méthode

public Add ( ICompilerScopeObject obj ) : void
obj ICompilerScopeObject
Résultat void

BinaryFileScope() public méthode

public BinaryFileScope ( INode parent, string labelIdentifier, string filename ) : System
parent INode
labelIdentifier string
filename string
Résultat System

Compile() public méthode

public Compile ( CompilationPass pass, ICompiler compiler, CompileToolContext context ) : bool
pass CompilationPass
compiler ICompiler
context CompileToolContext
Résultat bool

Find() public méthode

public Find ( string name, IIdentifierScope &scope ) : ICompilerScopeObject
name string
scope IIdentifierScope
Résultat ICompilerScopeObject

FindInChildren() public méthode

public FindInChildren ( string name, IIdentifierScope &scope ) : ICompilerScopeObject
name string
scope IIdentifierScope
Résultat ICompilerScopeObject

GetChildren() public méthode

public GetChildren ( ) : IEnumerable
Résultat IEnumerable