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

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
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_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

mismatchType public_oe property

public TokenTypeEnum mismatchType
return TokenTypeEnum

node public_oe property

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

token public_oe property

public IToken token
return IToken

upper public_oe property

public int upper
return int