OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grammar
(Results
251 - 275
of
331
) sorted by null
<<
11
12
13
14
/prebuilts/go/linux-x86/src/html/template/
context.go
74
//
grammar
may contain embedded actions in a template. For instance, the quoted
77
// is a single token in HTML's
grammar
but in a template spans several nodes.
transition.go
386
// recognized separately by the lexical
grammar
and becomes part
387
// of the stream of input elements for the syntactic
grammar
."
js.go
26
// JavaScript 2.0 lexical
grammar
and requires one token of lookbehind:
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as
21
* have one
grammar
import others and share same error variables
98
// compute what can follow this
grammar
element reference
189
* For
grammar
debugging, you will want to override this to add
371
* Consider
grammar
:
465
* For example, consider
grammar
:
688
/** For debugging and other purposes, might want the
grammar
name.
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java
32
import org.antlr.
grammar
.v3.ANTLRParser;
33
import org.antlr.
grammar
.v3.ActionTranslator;
55
Grammar
g = new
Grammar
();
75
Grammar
g = new
Grammar
(
76
"parser
grammar
t;\n"+
98
Grammar
g = new
Grammar
(
99
"parser
grammar
t;\n"
261
String
grammar
=
local
290
String
grammar
=
local
325
String
grammar
=
local
2119
String
grammar
=
local
2133
String
grammar
=
local
[
all
...]
TestCompositeGrammars.java
42
String
grammar
=
local
43
"parser
grammar
S;\n" +
45
Grammar
g = new
Grammar
(
grammar
);
51
"parser
grammar
S;\n" +
56
"
grammar
M;\n" +
71
"parser
grammar
S;\n" +
76
"
grammar
M;\n" +
91
"parser
grammar
S;\n"
[
all
...]
/external/bison/tests/
testsuite
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb
135
report << "| Rule source generated from
grammar
file #{ grammar_file }".ljust( 78 ) << " |\n"
190
any given input. This information can be used to help refactor a slow
grammar
.
token.rb
225
general utility. Thus code generated for a standard combo lexer-parser
grammar
442
that ANTLR generates for literal strings in the
grammar
specification. For
444
grammar
, ANTLR will add a lexer rule for the literal and give the token a name
488
and a
grammar
-specific subclass of ANTLR3::CommonToken assigned to the constant
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java
34
import org.antlr.tool.
Grammar
;
53
* the underlying LL
grammar
from which the NFA was derived.
310
System.out.println("addReachableLabel to state "+dfa.decisionNumber+"."+stateNumber+": "+label.getSet().toString(dfa.nfa.
grammar
));
324
System.out.println("comparing ["+i+"]: "+label.toString(dfa.nfa.
grammar
)+" & "+
325
rl.toString(dfa.nfa.
grammar
)+"="+
326
intersection.toString(dfa.nfa.
grammar
));
369
System.out.println("remainder state "+dfa.decisionNumber+"."+stateNumber+": "+remainder.toString(dfa.nfa.
grammar
));
577
if ( dfa.nfa.
grammar
.type!=
Grammar
.LEXER ||
578
!dfa.decisionNFAStartState.enclosingRule.name.equals(
Grammar
.ARTIFICIAL_TOKENS_RULENAME)
[
all
...]
/prebuilts/go/darwin-x86/src/html/template/
transition.go
386
// recognized separately by the lexical
grammar
and becomes part
387
// of the stream of input elements for the syntactic
grammar
."
js.go
26
// JavaScript 2.0 lexical
grammar
and requires one token of lookbehind:
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g
29
/** ANTLR v3
grammar
written in ANTLR v3 with AST construction */
30
grammar
ANTLRv3;
101
g='
grammar
' id ';' optionsSpec? tokensSpec? attrScope* action*
596
/** Reset the file and line information; useful when the
grammar
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg
47
<
grammar
.directDelegates:{g|<g:delegateName()>.treeAdaptor = this.adaptor;}>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg
72
<
grammar
.directDelegates:{g|<g:delegateName()>.TreeAdaptor = this.adaptor;}>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg
72
<
grammar
.directDelegates:{g|<g:delegateName()>.TreeAdaptor = this.adaptor;}>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg
46
<
grammar
.directDelegates:{g|<g:delegateName()>.setTreeAdaptor(this.adaptor);}>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg
44
<
grammar
.directDelegates:{g|<g:delegateName()>.setTreeAdaptor(this.adaptor);}>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg
63
<
grammar
.directDelegates:{g|<g:delegateName()>.adaptor = adaptor}; separator="\n">
/prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile
161
SRCDIRS= Parser
Grammar
Objects Python Modules Mac
237
#
Grammar
240
GRAMMAR_INPUT= $(srcdir)/
Grammar
/
Grammar
259
Parser/
grammar
.c \
272
Parser/
grammar
.o \
627
Parser/
grammar
.o: $(srcdir)/Parser/
grammar
.c \
629
$(srcdir)/Include/
grammar
.h
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile
161
SRCDIRS= Parser
Grammar
Objects Python Modules Mac
238
#
Grammar
241
GRAMMAR_INPUT= $(srcdir)/
Grammar
/
Grammar
260
Parser/
grammar
.c \
273
Parser/
grammar
.o \
628
Parser/
grammar
.o: $(srcdir)/Parser/
grammar
.c \
630
$(srcdir)/Include/
grammar
.h
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
161
SRCDIRS= Parser
Grammar
Objects Python Modules Mac
237
#
Grammar
240
GRAMMAR_INPUT= $(srcdir)/
Grammar
/
Grammar
259
Parser/
grammar
.c \
272
Parser/
grammar
.o \
627
Parser/
grammar
.o: $(srcdir)/Parser/
grammar
.c \
629
$(srcdir)/Include/
grammar
.h
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
161
SRCDIRS= Parser
Grammar
Objects Python Modules Mac
238
#
Grammar
241
GRAMMAR_INPUT= $(srcdir)/
Grammar
/
Grammar
260
Parser/
grammar
.c \
273
Parser/
grammar
.o \
628
Parser/
grammar
.o: $(srcdir)/Parser/
grammar
.c \
630
$(srcdir)/Include/
grammar
.h
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb
9
grammar
ASTBuilder;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java
111
import lombok.ast.
grammar
.ParseProblem;
112
import lombok.ast.
grammar
.Source;
[
all
...]
Completed in 1582 milliseconds
<<
11
12
13
14