C# 클래스 Machete.Core.ExecutableCode

파일 보기 프로젝트 열기: ChaosPandion/Machete 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code Code
FunctionDeclarations ReadOnlyList
Strict bool
VariableDeclarations ReadOnlyList

공개 메소드들

메소드 설명
ExecutableCode ( Code code, ReadOnlyList variableDeclarations, ReadOnlyList functionDeclarations, bool strict ) : System

메소드 상세

ExecutableCode() 공개 메소드

public ExecutableCode ( Code code, ReadOnlyList variableDeclarations, ReadOnlyList functionDeclarations, bool strict ) : System
code Code
variableDeclarations ReadOnlyList
functionDeclarations ReadOnlyList
strict bool
리턴 System

프로퍼티 상세

Code 공개적으로 프로퍼티

public Code Code
리턴 Code

FunctionDeclarations 공개적으로 프로퍼티

public ReadOnlyList FunctionDeclarations
리턴 ReadOnlyList

Strict 공개적으로 프로퍼티

public bool Strict
리턴 bool

VariableDeclarations 공개적으로 프로퍼티

public ReadOnlyList VariableDeclarations
리턴 ReadOnlyList