OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TreeWizard
(Results
1 - 10
of
10
) sorted by null
/external/antlr/antlr-3.4/runtime/Python/antlr3/
extras.py
41
from
treewizard
import
TreeWizard
treewizard.py
2
@brief ANTLR3 runtime package,
treewizard
module
5
See <http://www.antlr.org/wiki/display/~admin/2007/07/02/Exploring+Concept+of+
TreeWizard
> for an overview. Note that the API of the Python implementation is slightly different.
303
class
TreeWizard
(object):
/external/antlr/antlr-3.4/runtime/Python/unittests/
testdottreegen.py
11
from antlr3.
treewizard
import
TreeWizard
23
self.wiz =
TreeWizard
(self.adaptor, self.tokens)
testtree.py
10
from antlr3.
treewizard
import
TreeWizard
917
wiz =
TreeWizard
(adaptor, self.tokenNames)
936
wiz =
TreeWizard
(adaptor, self.tokenNames)
[
all
...]
testtreewizard.py
8
from antlr3.
treewizard
import
TreeWizard
, computeTokenTypes, \
141
self.wizard =
TreeWizard
(self.adaptor, tokenNames=self.tokens)
229
"""Test case for the
TreeWizard
class."""
246
"""
TreeWizard
.__init__()"""
248
wiz =
TreeWizard
(
261
"""
TreeWizard
.getTokenType()"""
263
wiz =
TreeWizard
(
284
wiz =
TreeWizard
(self.adaptor, self.tokens)
292
wiz =
TreeWizard
(self.adaptor, self.tokens
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs
64
public class
TreeWizard
{
156
public
TreeWizard
(ITreeAdaptor adaptor) {
160
public
TreeWizard
(ITreeAdaptor adaptor, IDictionary<string, int> tokenNameToTypeMap) {
165
public
TreeWizard
(ITreeAdaptor adaptor, string[] tokenNames) {
170
public
TreeWizard
(string[] tokenNames) :
240
class FindTreeWizardVisitor :
TreeWizard
.Visitor {
249
class FindTreeWizardContextVisitor :
TreeWizard
.IContextVisitor {
250
TreeWizard
_outer;
253
public FindTreeWizardContextVisitor(
TreeWizard
outer, TreePattern tpattern, IList subtrees) {
330
class VisitTreeWizardContextVisitor :
TreeWizard
.IContextVisitor
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs
65
public class
TreeWizard
174
public
TreeWizard
( ITreeAdaptor adaptor )
179
public
TreeWizard
( ITreeAdaptor adaptor, IDictionary<string, int> tokenNameToTypeMap )
185
public
TreeWizard
( ITreeAdaptor adaptor, string[] tokenNames )
191
public
TreeWizard
( string[] tokenNames )
272
class FindTreeWizardVisitor :
TreeWizard
.Visitor
284
class FindTreeWizardContextVisitor :
TreeWizard
.IContextVisitor
286
TreeWizard
_outer;
289
public FindTreeWizardContextVisitor(
TreeWizard
outer, TreePattern tpattern, IList subtrees )
380
class VisitTreeWizardContextVisitor :
TreeWizard
.IContextVisito
[
all
...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java
53
public class
TreeWizard
{
122
public
TreeWizard
(TreeAdaptor adaptor) {
126
public
TreeWizard
(TreeAdaptor adaptor, Map tokenNameToTypeMap) {
131
public
TreeWizard
(TreeAdaptor adaptor, String[] tokenNames) {
136
public
TreeWizard
(String[] tokenNames) {
202
visit(t, ttype, new
TreeWizard
.Visitor() {
226
visit(t, rootTokenType, new
TreeWizard
.ContextVisitor() {
288
visit(t, rootTokenType, new
TreeWizard
.ContextVisitor() {
399
* this instance of a
TreeWizard
.
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 363 milliseconds