C# 클래스 EclipseInput, CodeSpells

상속: FileInput
파일 보기 프로젝트 열기: srfoster/CodeSpells

공개 메소드들

메소드 설명
EclipseInput ( string project_name, string file_name ) : System
Process ( IDE, ide ) : void
javaCompile ( ) : void

비공개 메소드들

메소드 설명
noviceClean ( string java_error_string ) : string

메소드 상세

EclipseInput() 공개 메소드

public EclipseInput ( string project_name, string file_name ) : System
project_name string
file_name string
리턴 System

Process() 공개 메소드

public Process ( IDE, ide ) : void
ide IDE,
리턴 void

javaCompile() 공개 메소드

public javaCompile ( ) : void
리턴 void