Uses of Class
net.diversionmc.parser.util.Pointable
Packages that use Pointable
-
Uses of Pointable in net.diversionmc.parser.expression
Subclasses of Pointable in net.diversionmc.parser.expressionModifier and TypeClassDescriptionclassclassCan be inline or multiline, reads until newline or ‘*/'.classExpression Pieces are the units of the text format.classList of pieces (called group content).classReads letters, digits, and some predefined characters.classReads until it is no longer able to parse a number.classReads a string with escape sequences until it meets an end character (typically double or single quote). -
Uses of Pointable in net.diversionmc.parser.pattern
Classes in net.diversionmc.parser.pattern with type parameters of type PointableModifier and TypeClassDescriptionfinal recordOperationSolver<V extends Pointable,O extends Pointable> When confronted with a pattern of kind <value>[<operator><value>]..., you do not need to completely rewrite a custom pattern, as Parser comes with a tool specifically made for that.final recordOperationSolver<V extends Pointable,O extends Pointable> When confronted with a pattern of kind <value>[<operator><value>]..., you do not need to completely rewrite a custom pattern, as Parser comes with a tool specifically made for that.Subclasses of Pointable in net.diversionmc.parser.patternModifier and TypeClassDescriptionclassSentence is a real data structure,which can be directly used by an application and no longer belong to the parser (but Sentence knows where in the file it was defined).Method parameters in net.diversionmc.parser.pattern with type arguments of type Pointable