Lines Matching refs:Have
105 /// it doesn't have to be. It's just a marker to indicate what
130 /// no longer necessary. This will have the same behavior as
137 /// you have to release resources for depths 2..5.
270 /// which doesn't have string pointers, just indexes into a char buffer.
462 /// how many actually have member bits on.
652 /// tree nodes that have payload objects. We need to create a Token object
715 /// recovery, override MismatchRecover() and have it call
767 /// classes do not have to have pointers back to this object to access utility
769 /// difficult because you would have to subclassing exception, but then somehow get
791 /// want to have a lot of information spit out. Override in that case
794 /// your token objects because you don't have to go modify your lexer
874 /// This method has a side-effect: if we have seen this input for
907 /// recognizer tracks its own number. So parser and lexer each have
917 /// Have ANTLR generate an implementation for this property.
924 /// Have ANTLR provide a hook for this property.
1000 /// sometimes but would have to generate different types and the simulation code too.
1254 /// Actually, you have to cast the 'input' to a TokenRewriteStream. :(
1256 /// You can also have multiple "instruction streams" and get multiple
1393 /// can retrieve the ith Token, we have to track the Token object.
1997 /// is needed to have one grammar import others and share same error
2043 /// will have call chain:
2071 /// have to return some token to replace the missing token,
2072 /// we have to conjure one up. This method gives the user control
2105 /// we have the call chain. We may compute the exact (rather
2129 /// At the "3" token, you'd have a call chain of
2192 * Notice that ')' is not included, because b would have to have
2654 /// <summary>You may have multiple, named streams of rewrite operations.
4236 // us know if have to include follow(start rule); i.e., EOF
4551 // we have no information about the follow; we can only consume
4676 // if we've already reported an error and have not matched a token
6236 IndexToOp.Remove(I); // remove so any left have index size-1