Home | History | Annotate | Download | only in docs

Lines Matching refs:EnumValue

32   EnumValue: A class corresponding to a <value> element within an Enum
939 class EnumValue(Node):
978 values: A sequence of EnumValue children.
984 [ EnumValue(val, self, ids.get(val), val in optionals, notes.get(val)) \