Uses of Class
edu.wisc.game.parser.Expression.VarMap2
Packages that use Expression.VarMap2
Package
Description
Top-level Game Server  code
Tools for parsing rule set descriptions
Persistent data structures
- 
Uses of Expression.VarMap2 in edu.wisc.game.engineMethods in edu.wisc.game.engine with parameters of type Expression.VarMap2Modifier and TypeMethodDescriptionbooleanRuleSet.Atom.acceptsColorShapeAndProperties(Piece p, Expression.VarMap2 varMap) Does this atom accept a specified piece, based on its shape, color, and (in GS3+) any other properties? Since GS5, the "code:" field of the atom is also taken into account.booleanRuleSet.BucketList.destinationAllowed(Expression.VarMap2 varMap, int bucketNo) Used in GS5
- 
Uses of Expression.VarMap2 in edu.wisc.game.parserMethods in edu.wisc.game.parser with parameters of type Expression.VarMap2Modifier and TypeMethodDescriptionExpression.ArithmeticExpression.evalSet2(Expression.VarMap2 h) Expression.BracketList.evalSet2(Expression.VarMap2 h) Expression.ComparisonExpression.evalSet2(Expression.VarMap2 hh) Expression.Id.evalSet2(Expression.VarMap2 h) Expression.NegationExpression.evalSet2(Expression.VarMap2 hh) Expression.Num.evalSet2(Expression.VarMap2 h) Expression.QualifiedId.evalSet2(Expression.VarMap2 h) Trying different interpretationsExpression.SerialExpression.evalSet2(Expression.VarMap2 hh) 
- 
Uses of Expression.VarMap2 in edu.wisc.game.sqlSubclasses of Expression.VarMap2 in edu.wisc.game.sqlModifier and TypeClassDescriptionclassVariables needed for GS5 expressions.