C# 클래스 EsotericIDE.Languages.Hexagony

상속: ProgrammingLanguage
파일 보기 프로젝트 열기: Timwi/EsotericIDE

공개 메소드들

메소드 설명
Compile ( string source, string input ) : ExecutionEnvironment
CreateMenus ( IIde ide ) : System.Windows.Forms.ToolStripMenuItem[]
GetInfo ( string source, int cursorPosition ) : string

비공개 메소드들

메소드 설명
checkDebugging ( IIde ide, Action action ) : EventHandler
color ( ExecutionEnvironment env, Color orig, Action setColor ) : void
createAnnotationSet ( bool copyFromCurrent, IIde ide ) : void
font ( ExecutionEnvironment env, FontSpec prevFont, Color defaultColor, Action setFont ) : void
updateAnnotationSets ( IIde ide ) : void
updateWatch ( IIde ide ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( string source, string input ) : ExecutionEnvironment
source string
input string
리턴 ExecutionEnvironment

CreateMenus() 공개 메소드

public CreateMenus ( IIde ide ) : System.Windows.Forms.ToolStripMenuItem[]
ide IIde
리턴 System.Windows.Forms.ToolStripMenuItem[]

GetInfo() 공개 메소드

public GetInfo ( string source, int cursorPosition ) : string
source string
cursorPosition int
리턴 string