Home | History | Annotate | Download | only in antlr3

Lines Matching defs:with

10 Redistribution and use in source and binary forms, with or without
18 documentation and/or other materials provided with the distribution.
48 like comment and white space huddled together with neighboring tokens,
75 # the integer value associated with the token's type
87 # the index of the token with respect to other the other tokens produced during lexing
221 Object with accessor methods implementation.
262 # allows you to make a copy of a token with a different class
377 dynamically defined modules that map integer values to constants with token-type
387 token's type falls within a range, which is not possible with symbols.
392 inspected with names in place of type values are more meaningful to a developer.
401 Of course, tokens could be defined with a name attribute that could be specified
419 module with the following actions:
423 3. dynamically populate the new scheme module with a couple instance methods
433 definition <tt>name_symbol</tt> with the value <tt>int_value</tt>. It is
438 types with a hash pairing names to values.
447 special name definition for type value <tt><i>x</i></tt> with the string
476 == Custom Token Classes and Relationship with Tokens
573 "with existing type definition ``#{ name } = #{ current_value }''", name
620 " to name #{ name } conflicts with existing name #{ current_name }", name