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

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

공개 프로퍼티들

프로퍼티 타입 설명
bset Spring.Expressions.Parser.antlr.collections.impl.BitSet
expecting int
mismatchType TokenTypeEnum
node Spring.Expressions.Parser.antlr.collections.AST
token IToken
upper int

공개 메소드들

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

비공개 메소드들

메소드 설명
tokenName ( int tokenType ) : string

메소드 상세

MismatchedTokenException() 공개 메소드

public MismatchedTokenException ( ) : System
리턴 System

MismatchedTokenException() 공개 메소드

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

MismatchedTokenException() 공개 메소드

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

MismatchedTokenException() 공개 메소드

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

MismatchedTokenException() 공개 메소드

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

MismatchedTokenException() 공개 메소드

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

MismatchedTokenException() 공개 메소드

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

프로퍼티 상세

bset 공개적으로 프로퍼티

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

expecting 공개적으로 프로퍼티

public int expecting
리턴 int

mismatchType 공개적으로 프로퍼티

public TokenTypeEnum mismatchType
리턴 TokenTypeEnum

node 공개적으로 프로퍼티

public Spring.Expressions.Parser.antlr.collections.AST node
리턴 Spring.Expressions.Parser.antlr.collections.AST

token 공개적으로 프로퍼티

public IToken token
리턴 IToken

upper 공개적으로 프로퍼티

public int upper
리턴 int