로딩중...
검색중...
일치하는것 없음
by::src 클래스 참조

Source location information 더 자세히 ...

#include <src.hpp>

by::src에 대한 상속 다이어그램 :
by::dumSrc

Public 멤버 함수

 src (const srcFile &file, const std::string &name, const point &pos)
 
const srcFilegetFile () const
 
const pointgetPos () const
 
const std::string & getName () const
 
virtual void setFile (const srcFile &new1)
 
virtual void setPos (const point &new1)
 
virtual void setName (const std::string &new1)
 

상세한 설명

Source location information

Contains which srcFile and at what location within it the created AST node was generated. Used as a core feature in the byeol language's Context-based REPL.

Remarks
src information is limited to the byeol runtime environment. Objects created in the native environment have dummy values in src. See dumSrc for details.

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
to Top