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

Visitor context information 더 자세히 ...

#include <visitInfo.hpp>

Public 멤버 함수

 visitInfo (const std::string *name, node *parent, nidx index, ncnt len, ncnt additionalLen, nint depth)
 
 visitInfo (const std::string &newName, node *newParent, nidx newIndex, ncnt newLen, ncnt newAdditionalLen, nint newDepth)
 

Public 속성

std::string name
 
nodeparent
 
nidx index
 
ncnt len
 
ncnt additionalLen
 
nint depth
 

상세한 설명

Visitor context information

Provides context information during AST traversal including name, parent, index, and depth.


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