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

Inheritance: Spring.Expressions.Parser.antlr.RecognitionException
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
tokenName ( int tokenType ) : string

Method Details

MismatchedTokenException() public méthode

public MismatchedTokenException ( ) : System
Résultat System

MismatchedTokenException() public méthode

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
Résultat System

MismatchedTokenException() public méthode

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

MismatchedTokenException() public méthode

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
Résultat System

MismatchedTokenException() public méthode

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
Résultat System

MismatchedTokenException() public méthode

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
Résultat System

MismatchedTokenException() public méthode

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
Résultat System

Property Details

bset public_oe property

public Spring.Expressions.Parser.antlr.collections.impl.BitSet bset
Résultat Spring.Expressions.Parser.antlr.collections.impl.BitSet

expecting public_oe property

public int expecting
Résultat int

mismatchType public_oe property

public TokenTypeEnum mismatchType
Résultat TokenTypeEnum

node public_oe property

public Spring.Expressions.Parser.antlr.collections.AST node
Résultat Spring.Expressions.Parser.antlr.collections.AST

token public_oe property

public IToken token
Résultat IToken

upper public_oe property

public int upper
Résultat int