Uses of Package
edu.wisc.game.parser
Packages that use edu.wisc.game.parser
Package
Description
Top-level Game Server code
Tools for parsing rule set descriptions
The RESTful web API
Persistent data structures
-
Classes in edu.wisc.game.parser used by edu.wisc.game.engineClassDescriptionObjects in question may be Integer, String, or PropMap (ImageObject or equivalent)
-
Classes in edu.wisc.game.parser used by edu.wisc.game.parserClassDescriptionAn arithmetic expression is composed of variables, constants, and arithmetic operations; parentheses can be used for ordering operations.Can be overridden as neededA variable.A Mapper is something that can take a variable (Expression.Id) and produce another Expression (e.g.A HashMap storing a set of values of a given type T for each keyA numeric constant[Num..Num]Additive or multiplicativeA Star expression is simply "*".Objects in question may be Integer, String, or PropMap (ImageObject or equivalent)A token represents an element of the input text.
-
Classes in edu.wisc.game.parser used by edu.wisc.game.rest
-
Classes in edu.wisc.game.parser used by edu.wisc.game.sqlClassDescriptionA HashMap storing a set of values of a given type T for each keyObjects in question may be Integer, String, or PropMap (ImageObject or equivalent)
-
Classes in edu.wisc.game.parser used by edu.wisc.game.tools