EnumDeclaration.getMaxMinValue

Get the value of the .max/.min property as an Expression. Lazily computes the value and caches it in maxval/minval. Reports any errors.

class EnumDeclaration
getMaxMinValue

Parameters

loc
Type: Loc

location to use for error messages

id

Id::max or Id::min

Return Value

corresponding value of .max/.min

Meta