C# Class Spring.Expressions.Parser.antlr.MismatchedTokenException

Inheritance: Spring.Expressions.Parser.antlr.RecognitionException
Show file Open project: spring-projects/spring-net

Public Properties

Property Type Description
bset Spring.Expressions.Parser.antlr.collections.impl.BitSet
expecting int
mismatchType TokenTypeEnum
node Spring.Expressions.Parser.antlr.collections.AST
token IToken
upper int

Public Methods

Method Description
MismatchedTokenException ( ) : System
MismatchedTokenException ( string tokenNames_, IToken token_, Spring.Expressions.Parser.antlr.collections.impl.BitSet set_, bool matchNot, string fileName_ ) : System
MismatchedTokenException ( string tokenNames_, IToken token_, int expecting_, bool matchNot, string fileName_ ) : System
MismatchedTokenException ( string tokenNames_, IToken token_, int lower, int upper_, bool matchNot, string fileName_ ) : System
MismatchedTokenException ( string tokenNames_, Spring.Expressions.Parser.antlr.collections.AST node_, Spring.Expressions.Parser.antlr.collections.impl.BitSet set_, bool matchNot ) : System
MismatchedTokenException ( string tokenNames_, Spring.Expressions.Parser.antlr.collections.AST node_, int expecting_, bool matchNot ) : System
MismatchedTokenException ( string tokenNames_, Spring.Expressions.Parser.antlr.collections.AST node_, int lower, int upper_, bool matchNot ) : System

Private Methods

Method Description
tokenName ( int tokenType ) : string

Method Details

MismatchedTokenException() public method

public MismatchedTokenException ( ) : System
return System

MismatchedTokenException() public method

public MismatchedTokenException ( string tokenNames_, IToken token_, Spring.Expressions.Parser.antlr.collections.impl.BitSet set_, bool matchNot, string fileName_ ) : System
tokenNames_ string
token_ IToken
set_ Spring.Expressions.Parser.antlr.collections.impl.BitSet
matchNot bool
fileName_ string
return System

MismatchedTokenException() public method

public MismatchedTokenException ( string tokenNames_, IToken token_, int expecting_, bool matchNot, string fileName_ ) : System
tokenNames_ string
token_ IToken
expecting_ int
matchNot bool
fileName_ string
return System

MismatchedTokenException() public method

public MismatchedTokenException ( string tokenNames_, IToken token_, int lower, int upper_, bool matchNot, string fileName_ ) : System
tokenNames_ string
token_ IToken
lower int
upper_ int
matchNot bool
fileName_ string
return System

MismatchedTokenException() public method

public MismatchedTokenException ( string tokenNames_, Spring.Expressions.Parser.antlr.collections.AST node_, Spring.Expressions.Parser.antlr.collections.impl.BitSet set_, bool matchNot ) : System
tokenNames_ string
node_ Spring.Expressions.Parser.antlr.collections.AST
set_ Spring.Expressions.Parser.antlr.collections.impl.BitSet
matchNot bool
return System

MismatchedTokenException() public method

public MismatchedTokenException ( string tokenNames_, Spring.Expressions.Parser.antlr.collections.AST node_, int expecting_, bool matchNot ) : System
tokenNames_ string
node_ Spring.Expressions.Parser.antlr.collections.AST
expecting_ int
matchNot bool
return System

MismatchedTokenException() public method

public MismatchedTokenException ( string tokenNames_, Spring.Expressions.Parser.antlr.collections.AST node_, int lower, int upper_, bool matchNot ) : System
tokenNames_ string
node_ Spring.Expressions.Parser.antlr.collections.AST
lower int
upper_ int
matchNot bool
return System

Property Details

bset public property

public Spring.Expressions.Parser.antlr.collections.impl.BitSet bset
return Spring.Expressions.Parser.antlr.collections.impl.BitSet

expecting public property

public int expecting
return int

mismatchType public property

public TokenTypeEnum mismatchType
return TokenTypeEnum

node public property

public Spring.Expressions.Parser.antlr.collections.AST node
return Spring.Expressions.Parser.antlr.collections.AST

token public property

public IToken token
return IToken

upper public property

public int upper
return int