C# 클래스 Spring.Expressions.Parser.antlr.MismatchedCharException

상속: Spring.Expressions.Parser.antlr.RecognitionException
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 프로퍼티들

프로퍼티 타입 설명
bset Spring.Expressions.Parser.antlr.collections.impl.BitSet
expecting int
foundChar int
mismatchType CharTypeEnum
scanner CharScanner
upper int

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
appendCharName ( System.Text.StringBuilder sb, int c ) : void

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

메소드 상세

MismatchedCharException() 공개 메소드

public MismatchedCharException ( ) : System
리턴 System

MismatchedCharException() 공개 메소드

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
리턴 System

MismatchedCharException() 공개 메소드

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

MismatchedCharException() 공개 메소드

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

프로퍼티 상세

bset 공개적으로 프로퍼티

public Spring.Expressions.Parser.antlr.collections.impl.BitSet bset
리턴 Spring.Expressions.Parser.antlr.collections.impl.BitSet

expecting 공개적으로 프로퍼티

public int expecting
리턴 int

foundChar 공개적으로 프로퍼티

public int foundChar
리턴 int

mismatchType 공개적으로 프로퍼티

public CharTypeEnum mismatchType
리턴 CharTypeEnum

scanner 공개적으로 프로퍼티

public CharScanner,Spring.Expressions.Parser.antlr scanner
리턴 CharScanner

upper 공개적으로 프로퍼티

public int upper
리턴 int