Uses of Class
games.stendhal.common.parser.ConversationContext
-
Uses of ConversationContext in games.stendhal.common.parser
Modifier and TypeClassDescriptionclass
Create a ConversationContext for matching.class
Create a ConversationContext with de-activated Expression merging and word ignoring.Modifier and TypeMethodDescriptionstatic Sentence
ConversationParser.parse(String text, ConversationContext ctx)
Parse the given text sentence.static Sentence
ConversationParser.parse(String text, ConversationContext ctx, ExpressionMatcher matcher)
Parse the given text sentence using an ConversationContext and an explicit Expression matcher.Sentence.parse(ConversationContext ctx)
Parse the sentence again, using the given conversation context.ModifierConstructorDescriptionprotected
Sentence(ConversationContext ctx)
Create a Sentence object.