C# 클래스 Purity.Compiler.Modules.ProgramElement

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

공개 메소드들

메소드 설명
ProgramElement ( ImportStatement import ) : System
ProgramElement ( Named data ) : System
ProgramElement ( Named type ) : System

메소드 상세

ProgramElement() 공개 메소드

public ProgramElement ( ImportStatement import ) : System
import ImportStatement
리턴 System

ProgramElement() 공개 메소드

public ProgramElement ( Named data ) : System
data Named
리턴 System

ProgramElement() 공개 메소드

public ProgramElement ( Named type ) : System
type Named
리턴 System