Home | History | Annotate | Download | only in antlr3

Lines Matching defs:inspect

638   def inspect( before_chars = 6, after_chars = 10 )
639 before = through( -before_chars ).inspect
642 after = through( after_chars ).inspect
1069 def inspect
1072 tk = look( -1 ) and string << " #{ tk.inspect } <--"
1073 tk = look( 1 ) and string << " --> #{ tk.inspect }"