Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pchp
CodeAnalysis
Semantics
Graph
SimpleEdge
C# 클래스 Pchp.CodeAnalysis.Semantics.Graph.SimpleEdge
파일 보기
프로젝트 열기: iolevel/peachpie
1 사용 예제들
공개 메소드들
메소드
설명
Visit
(
GraphVisitor
visitor
) :
void
Visits the object by given visitor.
비공개 메소드들
메소드
설명
Generate
(
CodeGenerator
cg
) :
void
SimpleEdge
(
BoundBlock
source
,
BoundBlock
target
) :
Microsoft.CodeAnalysis.Semantics
메소드 상세
Visit()
공개
메소드
Visits the object by given visitor.
public
Visit
(
GraphVisitor
visitor
) :
void
visitor
GraphVisitor
리턴
void