Uses of Class
games.stendhal.common.parser.ConversationContext
Packages that use ConversationContext
-
Uses of ConversationContext in games.stendhal.common.parser
Subclasses of ConversationContext in games.stendhal.common.parserModifier and TypeClassDescriptionfinal classCreate a ConversationContext for matching.final classCreate a ConversationContext with de-activated Expression merging and word ignoring.Fields in games.stendhal.common.parser declared as ConversationContextMethods in games.stendhal.common.parser with parameters of type ConversationContextModifier and TypeMethodDescriptionstatic SentenceConversationParser.parse(String text, ConversationContext ctx) Parse the given text sentence.static SentenceConversationParser.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.Constructors in games.stendhal.common.parser with parameters of type ConversationContextModifierConstructorDescriptionprotectedCreate a Sentence object.