OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Wizard
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb
40
=begin rdoc ANTLR3::AST::
Wizard
42
AST::
Wizard
is an extra utility class that allows quick creation of AST objects
52
for more background on the concept of a tree
wizard
.
56
# setting up and creating a tree
wizard
59
wizard
= ANTLR3::AST::
Wizard
.new(adaptor, token_names)
62
lone_node =
wizard
.create "VAR[x]" # => x
66
expression_node =
wizard
.create "(MINUS VAR NUMBER)"
68
statement_node =
wizard
.create "(EQ[=] VAR[x] (PLUS[+] NUMBER[1] NUMBER[2]))"
70
deep_node =
wizard
.create(<<-TREE
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 301 milliseconds