Searched refs:TokenData (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dproperties.rb37 type.should == RuleProperty::TokenData::IDENTIFIER
47 type.should == RuleProperty::TokenData::IDENTIFIER
58 type.should == RuleProperty::TokenData::IDENTIFIER
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb70 # TokenData defines all of the token type integer values
73 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.new
75 module TokenData module in class:ANTLR3.Template.GroupFile
103 include TokenData
H A Dgroup-file-lexer.rb70 # TokenData defines all of the token type integer values
73 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.new
75 module TokenData module in class:ANTLR3.Template.GroupFile
88 include TokenData
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb452 TokenData = ANTLR3::TokenScheme.new do
466 TokenData::ID # => 6
467 TokenData::T__5 # => 5
468 TokenData.token_name(4) # => 'INT'
469 TokenData.token_name(5) # => "'='"
472 include TokenData
/external/clang/lib/Frontend/
H A DCacheTokens.cpp47 Offset TokenData, PPCondData; member in class:__anon17910::PTHEntry
53 : TokenData(td), PPCondData(ppcd) {}
55 Offset getTokenOffset() const { return TokenData; }
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dproperties.rb166 'a', TokenLabels::TokenData::A, 'A',
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dhetero-nodes.rb546 @token = TokenData::Token.from_token(@token)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg101 # TokenData defines all of the token type integer values
104 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.new
106 module TokenData
213 include TokenData
223 include <grammar.composite.rootGrammar.name>::TokenData<\n><\n>
1139 include TokenData

Completed in 2600 milliseconds