Uses of Interface
gw.lang.reflect.IEnumValue
-
Packages that use IEnumValue Package Description gw.internal.gosu.parser gw.lang.reflect -
-
Uses of IEnumValue in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IEnumValue Modifier and Type Method Description IEnumValue
GosuClass. getEnumValue(String strName)
IEnumValue
JavaEnumType. getEnumValue(String strName)
Methods in gw.internal.gosu.parser that return types with arguments of type IEnumValue Modifier and Type Method Description List<IEnumValue>
GosuClass. getEnumValues()
List<IEnumValue>
JavaEnumType. getEnumValues()
-
Uses of IEnumValue in gw.lang.reflect
Classes in gw.lang.reflect that implement IEnumValue Modifier and Type Class Description class
EnumValuePlaceholder
Methods in gw.lang.reflect that return IEnumValue Modifier and Type Method Description IEnumValue
IEnumData. getEnumValue(String strName)
Methods in gw.lang.reflect that return types with arguments of type IEnumValue Modifier and Type Method Description List<IEnumValue>
IEnumData. getEnumValues()
-