C# Класс Devkit.BinaryResourcePlugin.BinaryFileScope

Наследование: ISourceFileScope
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( ICompilerScopeObject obj ) : void
obj ICompilerScopeObject
Результат void

BinaryFileScope() публичный Метод

public BinaryFileScope ( INode parent, string labelIdentifier, string filename ) : System
parent INode
labelIdentifier string
filename string
Результат System

Compile() публичный Метод

public Compile ( CompilationPass pass, ICompiler compiler, CompileToolContext context ) : bool
pass CompilationPass
compiler ICompiler
context CompileToolContext
Результат bool

Find() публичный Метод

public Find ( string name, IIdentifierScope &scope ) : ICompilerScopeObject
name string
scope IIdentifierScope
Результат ICompilerScopeObject

FindInChildren() публичный Метод

public FindInChildren ( string name, IIdentifierScope &scope ) : ICompilerScopeObject
name string
scope IIdentifierScope
Результат ICompilerScopeObject

GetChildren() публичный Метод

public GetChildren ( ) : IEnumerable
Результат IEnumerable