Searched refs:to_s (Results 26 - 35 of 35) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb339 if error.name.to_s == '<<'
357 alias to_s report
H A Dstreams.rb329 # :method: to_s(start=0,stop=tokens.length-1)
332 abstract :to_s
398 @string = data.to_s.encode( Encoding::UTF_8 ).freeze
431 @data = data.to_s
710 @name = file.to_s
1087 alias to_s extract_text
H A Derror.rb306 msg = self.class.to_s
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg1114 @input.token_stream.to_s(
1120 ( <scope; format="label"> && @input.to_s( <scope; format="label">.start, <scope; format="label">.stop ) )
1404 rulePropertyRef_text(scope, attr) ::= "@input.to_s( return_value.start, @input.look( -1 ) )"
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb202 Token::INVALID_TOKEN_TYPE, escape_newlines( tree.to_s )
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb141 @antlr_jar = path ? File.expand_path( path.to_s ) : path
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb146 @pattern = pattern.to_s
298 def to_s method in class:ANTLR3.AST.Wizard.Pattern
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb41 def to_s method in class:TestTreeNodeStream.test_two_children_of_nil_root
297 buffer << type.to_s unless type == DOWN or type == UP
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dconstruction.rb379 message = opts[ :message ] || rule.to_s #"should parse %p with rule %s and make tree %s" % [input, rule, expected_tree]
H A Dauto-ast.rb769 a returns [result] : ID b { $result = $b.i.to_s + "\n" } ;

Completed in 719 milliseconds

12