C# 클래스 Devkit.BinaryResourcePlugin.BinaryFileScope

상속: ISourceFileScope
파일 보기 프로젝트 열기: kierenj/0x10c-DevKit

공개 메소드들

메소드 설명
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