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 |
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 |
Method | Description | |
---|---|---|
tokenName ( int tokenType ) : string |
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 |
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 |
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 |
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 |
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 |
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 |
public Spring.Expressions.Parser.antlr.collections.impl.BitSet bset | ||
return | Spring.Expressions.Parser.antlr.collections.impl.BitSet |
public Spring.Expressions.Parser.antlr.collections.AST node | ||
return | Spring.Expressions.Parser.antlr.collections.AST |