프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$graph | |||
$graphCtx | |||
$reflectionCtx | |||
$stateList | array | Map of state | |
$stateStack | array | Stack of previous state |
메소드 | 설명 | |
---|---|---|
__construct ( array $visitor, |
Ctor | |
enterNode ( PhpParser\Node $node ) | ||
getGraph ( ) | ||
getGraphContext ( ) | ||
getNodeFor ( $stateKey ) | ||
getReflectionContext ( ) | ||
getState ( $stateKey ) | ||
leaveNode ( PhpParser\Node $node ) | ||
pushState ( $stateKey, PhpParser\Node $node ) |
public __construct ( array $visitor, |
||
$visitor | array | a list of State |
$ref | ||
$grf | ||
$g | Trismegiste\Mondrian\Graph\Graph |