Home | History | Annotate | Download | only in antlr3

Lines Matching full:special

26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
49 generate a special DFA class definition to implement a decision.
65 +SPECIAL+, +ACCEPT+, and +TRANSITION+. The parameters that characterize state
81 SPECIAL[s]::
83 algorithm must defer to a special code block
85 by the special state code to determine the next
105 :accept, :special, :transition, :special_block
109 :accept, :special, :transition
146 accept = nil, special = nil,
155 @special = special || self.class::SPECIAL #.special
176 special_state = @special[ state ]
242 special_state = @special[ state ]