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

Inheritance: Spring.Expressions.Parser.antlr.RecognitionException
Mostrar archivo Open project: spring-projects/spring-net

Public Properties

Property Type Description
bset Spring.Expressions.Parser.antlr.collections.impl.BitSet
expecting int
foundChar int
mismatchType CharTypeEnum
scanner CharScanner
upper int

Public Methods

Method Description
MismatchedCharException ( ) : System
MismatchedCharException ( char c, Spring.Expressions.Parser.antlr.collections.impl.BitSet set_, bool matchNot, CharScanner scanner_ ) : System
MismatchedCharException ( char c, char expecting_, bool matchNot, CharScanner scanner_ ) : System
MismatchedCharException ( char c, char lower, char upper_, bool matchNot, CharScanner scanner_ ) : System

Private Methods

Method Description
appendCharName ( System.Text.StringBuilder sb, int c ) : void

Append a char to the msg buffer. If special, then show escaped version

Method Details

MismatchedCharException() public method

public MismatchedCharException ( ) : System
return System

MismatchedCharException() public method

public MismatchedCharException ( char c, Spring.Expressions.Parser.antlr.collections.impl.BitSet set_, bool matchNot, CharScanner scanner_ ) : System
c char
set_ Spring.Expressions.Parser.antlr.collections.impl.BitSet
matchNot bool
scanner_ CharScanner
return System

MismatchedCharException() public method

public MismatchedCharException ( char c, char expecting_, bool matchNot, CharScanner scanner_ ) : System
c char
expecting_ char
matchNot bool
scanner_ CharScanner
return System

MismatchedCharException() public method

public MismatchedCharException ( char c, char lower, char upper_, bool matchNot, CharScanner scanner_ ) : System
c char
lower char
upper_ char
matchNot bool
scanner_ CharScanner
return System

Property Details

bset public_oe property

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

expecting public_oe property

public int expecting
return int

foundChar public_oe property

public int foundChar
return int

mismatchType public_oe property

public CharTypeEnum mismatchType
return CharTypeEnum

scanner public_oe property

public CharScanner,Spring.Expressions.Parser.antlr scanner
return CharScanner

upper public_oe property

public int upper
return int