OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IIntStream
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs
44
public interface
IIntStream
62
/// <see cref="
IIntStream
.Rewind(int)"/> to return to the current position.
64
/// <see cref="
IIntStream
.Index"/>, or some other marker.</returns>
76
/// <see cref="
IIntStream
.Index"/> would return marker.
79
/// The marker will usually be <see cref="
IIntStream
.Index"/> but
82
/// <see cref="
IIntStream
.Release"/> and <see cref="
IIntStream
.Seek"/>.
106
/// <see cref="
IIntStream
.Rewind(int)"/> except it releases resources without
130
/// <see cref="
IIntStream
.Mark"/>/<see cref="
IIntStream
.Rewind(int)"/>
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs
41
public interface
IIntStream
Completed in 116 milliseconds