[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParser.RecoverFromMismatchedToken(Antlr.Runtime.IIntStream,System.Int32,Antlr.Runtime.BitSet)"]

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected internal override Object RecoverFromMismatchedToken(
	IIntStream input,
	int ttype,
	BitSet follow
)
Visual Basic
Protected Friend Overrides Function RecoverFromMismatchedToken ( _
	input As IIntStream, _
	ttype As Integer, _
	follow As BitSet _
) As Object
Visual C++
protected public:
virtual Object^ RecoverFromMismatchedToken(
	IIntStream^ input, 
	int ttype, 
	BitSet^ follow
) override

Parameters

input
Type: IIntStream

[Missing <param name="input"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParser.RecoverFromMismatchedToken(Antlr.Runtime.IIntStream,System.Int32,Antlr.Runtime.BitSet)"]

ttype
Type: System..::..Int32

[Missing <param name="ttype"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParser.RecoverFromMismatchedToken(Antlr.Runtime.IIntStream,System.Int32,Antlr.Runtime.BitSet)"]

follow
Type: BitSet

[Missing <param name="follow"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParser.RecoverFromMismatchedToken(Antlr.Runtime.IIntStream,System.Int32,Antlr.Runtime.BitSet)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParser.RecoverFromMismatchedToken(Antlr.Runtime.IIntStream,System.Int32,Antlr.Runtime.BitSet)"]

See Also