Uses of Class
net.diversionmc.parser.util.Pointable
| Package | Description |
|---|---|
| net.diversionmc.parser.expression | |
| net.diversionmc.parser.pattern |
-
Uses of Pointable in net.diversionmc.parser.expression
Subclasses of Pointable in net.diversionmc.parser.expression Modifier and Type Class Description classCharPiececlassCommentPieceCan be inline or multiline, reads until newline or ‘*/'.classExpressionPieceExpression Pieces are the units of the text format.classGroupPieceList of pieces (called group content).classNamePieceReads letters, digits, and some predefined characters.classNumberPieceReads until it is no longer able to parse a number.classStringPieceReads 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 Pointable Modifier and Type Class Description classOperationSolver<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.classOperationSolver<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.pattern Modifier and Type Class Description classSentenceSentence 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 Modifier and Type Method Description voidOperationSolver. solve(java.util.List<Pointable> list)