Uses of Interface
org.luwrain.inlandes.Token
Packages that use Token
-
Uses of Token in org.luwrain.inlandes
Classes in org.luwrain.inlandes that implement TokenFields in org.luwrain.inlandes declared as TokenModifier and TypeFieldDescriptionfinal TokenReplacementToken.tokenprotected final Token[]Operation.Execution.tokensMethods in org.luwrain.inlandes that return TokenModifier and TypeMethodDescriptionabstract TokenOperation.Execution.exec(ScriptEngine scriptEngine) Token[]Token[]Methods in org.luwrain.inlandes with parameters of type TokenModifier and TypeMethodDescriptionstatic StringToken.concatText(Token[] tokens) GraalVmEngine.createBindings(Token[] tokens, Matcher.Matching matching) ScriptEngine.createBindings(Token[] tokens, Matcher.Matching matching) abstract Operation.ExecutionOperation.getExecution(Token[] tokens, Matcher.Matching matching) booleanDictLang.isWordWithLemma(Token token, String lemma) booleanLang.isWordWithLemma(Token token, String lemma) booleanMatcher.matchAsArray(Token[] tokens) Token[]Constructors in org.luwrain.inlandes with parameters of type TokenModifierConstructorDescriptionExecution(Token[] tokens, Matcher.Matching matching) Execution(Token[] tokens, Matcher.Matching matching, int rangeFrom, int rangeTo) ReplacementToken(Token[] sourceTokens, int sourceRangeFrom, int sourceRangeTo, Token token) -
Uses of Token in org.luwrain.inlandes.operations
Classes in org.luwrain.inlandes.operations that implement TokenMethods in org.luwrain.inlandes.operations that return TokenModifier and TypeMethodDescriptionAction.Execution.exec(ScriptEngine scriptEngine) Assignment.Execution.exec(ScriptEngine scriptEngine) Methods in org.luwrain.inlandes.operations with parameters of type TokenModifier and TypeMethodDescriptionAction.getExecution(Token[] tokens, Matcher.Matching matching) Assignment.getExecution(Token[] tokens, Matcher.Matching matching) -
Uses of Token in org.luwrain.inlandes.util
Classes in org.luwrain.inlandes.util that implement TokenFields in org.luwrain.inlandes.util with type parameters of type TokenMethods in org.luwrain.inlandes.util that return Token