Home | History | Annotate | Download | only in antlr3

Lines Matching refs:orig

134   def initialize_copy( orig )
136 self.type = orig.type
137 self.channel = orig.channel
138 self.text = orig.text.clone if orig.text
139 self.start = orig.start
140 self.stop = orig.stop
141 self.line = orig.line
142 self.column = orig.column
143 self.input = orig.input