Uses of Class
com.stimulsoft.base.StiToken
Packages that use StiToken
-
Uses of StiToken in com.stimulsoft.base
Fields in com.stimulsoft.base declared as StiTokenMethods in com.stimulsoft.base that return StiTokenModifier and TypeMethodDescriptionStiLexer.getToken()Gets next token.StiLexer.scanChar()Scans the symbol.StiLexer.scanIdent()Scans the identifier.final StiTokenStiLexer.scanInterpolatedString()Scans an interpolated string, which begins with $" and can contain expressions in { }.StiLexer.scanNumber()Scans the number.StiLexer.scanString()Scans the String.Methods in com.stimulsoft.base that return types with arguments of type StiToken -
Uses of StiToken in com.stimulsoft.base.parser
Methods in com.stimulsoft.base.parser that return types with arguments of type StiTokenConstructor parameters in com.stimulsoft.base.parser with type arguments of type StiTokenModifierConstructorDescriptionStiCSharpScriptParser(String script, ArrayList<StiToken> cachedTokens, ArrayList<StiCSharpScriptParser.TokenPosition> cachedPositions) StiCSharpScriptParser(String script, ArrayList<StiToken> cachedTokens, ArrayList<StiCSharpScriptParser.TokenPosition> cachedPositions, StiCSharpScriptParserOptions options) -
Uses of StiToken in com.stimulsoft.report.dictionary
Method parameters in com.stimulsoft.report.dictionary with type arguments of type StiTokenModifier and TypeMethodDescriptionstatic booleanStiVariableAsParameterHelper.parameterExists(List<StiToken> tokens, String name)