Home
last modified time | relevance | path

Searched refs:Tree (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php8 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 DParserRuleContext.php8 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 DParserTraceListener.php7 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 DTree.php5 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 DParseTree.php5 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 DTrees.php5 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 DTerminalNodeImpl.php5 namespace Antlr\Antlr4\Runtime\Tree;
24 public function getChild(int $i, ?string $type = null) : ?Tree
37 public function getParent() : ?Tree
H A DSyntaxTree.php5 namespace Antlr\Antlr4\Runtime\Tree;
14 interface SyntaxTree extends Tree
H A DErrorNode.php5 namespace Antlr\Antlr4\Runtime\Tree;
H A DRuleNode.php5 namespace Antlr\Antlr4\Runtime\Tree;
H A DTerminalNode.php5 namespace Antlr\Antlr4\Runtime\Tree;
H A DErrorNodeImpl.php5 namespace Antlr\Antlr4\Runtime\Tree;
H A DParseTreeVisitor.php5 namespace Antlr\Antlr4\Runtime\Tree;
H A DParseTreeListener.php5 namespace Antlr\Antlr4\Runtime\Tree;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DBranch.php35 * @see Tree, Leaf
38 class Branch extends Tree {
H A DTree.php34 class Tree { class
45 function Tree() { function in Tree
H A DLeaf.php31 * @see Tree, Branch
H A DXMLBranch.php38 * @see Tree
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DSyncTokenPropertyTest.php37 $this->server->tree = new Tree(
60 $this->server->tree = new Tree(
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties118 verticalTree=Vertical Tree
119 horizontalTree=Horizontal Tree
127 selectTree=Select Tree
128 selectDirectedTree=Select Directed Tree
H A Deditor.properties.bak114 verticalTree=Vertical Tree
115 horizontalTree=Horizontal Tree
123 selectTree=Select Tree
124 selectDirectedTree=Select Directed Tree
H A Deditor_zh-CN.properties114 verticalTree=Vertical Tree
115 horizontalTree=Horizontal Tree
123 selectTree=Select Tree
124 selectDirectedTree=Select Directed Tree
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlBaseListener.php10 use Antlr\Antlr4\Runtime\Tree\ErrorNode;
11 use Antlr\Antlr4\Runtime\Tree\TerminalNode;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DTree.php9 class Tree class
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php8 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;

1234