/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | RuleContext.php | 8 use Antlr\Antlr4\Runtime\Tree\ParseTree; 9 use Antlr\Antlr4\Runtime\Tree\ParseTreeVisitor; 10 use Antlr\Antlr4\Runtime\Tree\RuleNode; 11 use Antlr\Antlr4\Runtime\Tree\Tree; alias 12 use Antlr\Antlr4\Runtime\Tree\Trees; 180 public function getParent() : ?Tree 193 public function getChild(int $i, ?string $type = null) : ?Tree
|
H A D | ParserRuleContext.php | 8 use Antlr\Antlr4\Runtime\Tree\ErrorNode; 9 use Antlr\Antlr4\Runtime\Tree\ParseTree; 10 use Antlr\Antlr4\Runtime\Tree\ParseTreeListener; 11 use Antlr\Antlr4\Runtime\Tree\TerminalNode; 12 use Antlr\Antlr4\Runtime\Tree\Tree; alias 157 public function getParent() : ?Tree 165 public function getChild(int $i, ?string $type = null) : ?Tree
|
H A D | ParserTraceListener.php | 7 use Antlr\Antlr4\Runtime\Tree\ErrorNode; 8 use Antlr\Antlr4\Runtime\Tree\ParseTreeListener; 9 use Antlr\Antlr4\Runtime\Tree\TerminalNode;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
H A D | Tree.php | 5 namespace Antlr\Antlr4\Runtime\Tree; 11 interface Tree interface 17 public function getParent() : ?Tree; 31 public function getChild(int $i, ?string $type = null) : ?Tree;
|
H A D | ParseTree.php | 5 namespace Antlr\Antlr4\Runtime\Tree; 14 public function getParent() : ?Tree; 19 public function getChild(int $i, ?string $type = null) : ?Tree; 31 * setParent, addChild are moved up to Tree
|
H A D | Trees.php | 5 namespace Antlr\Antlr4\Runtime\Tree; 25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string 52 public static function getNodeText(Tree $tree, ?array $ruleNames) : string 89 * @return array<Tree|null> 91 public static function getChildren(Tree $tree) : array 105 * @return array<Tree> 107 public static function getAncestors(Tree $tree) : array
|
H A D | TerminalNodeImpl.php | 5 namespace Antlr\Antlr4\Runtime\Tree; 24 public function getChild(int $i, ?string $type = null) : ?Tree 37 public function getParent() : ?Tree
|
H A D | SyntaxTree.php | 5 namespace Antlr\Antlr4\Runtime\Tree; 14 interface SyntaxTree extends Tree
|
H A D | ErrorNode.php | 5 namespace Antlr\Antlr4\Runtime\Tree;
|
H A D | RuleNode.php | 5 namespace Antlr\Antlr4\Runtime\Tree;
|
H A D | TerminalNode.php | 5 namespace Antlr\Antlr4\Runtime\Tree;
|
H A D | ErrorNodeImpl.php | 5 namespace Antlr\Antlr4\Runtime\Tree;
|
H A D | ParseTreeVisitor.php | 5 namespace Antlr\Antlr4\Runtime\Tree;
|
H A D | ParseTreeListener.php | 5 namespace Antlr\Antlr4\Runtime\Tree;
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | Branch.php | 35 * @see Tree, Leaf 38 class Branch extends Tree {
|
H A D | Tree.php | 34 class Tree { class 45 function Tree() { function in Tree
|
H A D | Leaf.php | 31 * @see Tree, Branch
|
H A D | XMLBranch.php | 38 * @see Tree
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | SyncTokenPropertyTest.php | 37 $this->server->tree = new Tree( 60 $this->server->tree = new Tree(
|
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
H A D | editor.properties | 118 verticalTree=Vertical Tree 119 horizontalTree=Horizontal Tree 127 selectTree=Select Tree 128 selectDirectedTree=Select Directed Tree
|
H A D | editor.properties.bak | 114 verticalTree=Vertical Tree 115 horizontalTree=Horizontal Tree 123 selectTree=Select Tree 124 selectDirectedTree=Select Directed Tree
|
H A D | editor_zh-CN.properties | 114 verticalTree=Vertical Tree 115 horizontalTree=Horizontal Tree 123 selectTree=Select Tree 124 selectDirectedTree=Select Directed Tree
|
/plugin/combo/ComboStrap/PageSqlParser/ |
H A D | PageSqlBaseListener.php | 10 use Antlr\Antlr4\Runtime\Tree\ErrorNode; 11 use Antlr\Antlr4\Runtime\Tree\TerminalNode;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | Tree.php | 9 class Tree class
|
/plugin/combo/ComboStrap/ |
H A D | PageSqlTreeListener.php | 8 use Antlr\Antlr4\Runtime\Tree\ErrorNode; 9 use Antlr\Antlr4\Runtime\Tree\ParseTreeListener; 10 use Antlr\Antlr4\Runtime\Tree\ParseTreeWalker; 11 use Antlr\Antlr4\Runtime\Tree\TerminalNode;
|