Uses of Interface
gw.lang.parser.IGosuValidator
-
Packages that use IGosuValidator Package Description editor gw.internal.gosu.parser gw.lang.parser -
-
Uses of IGosuValidator in editor
Classes in editor that implement IGosuValidator Modifier and Type Class Description classTypeNameValidatorChecks that the source is the name of a type which is assignable to a given type.Fields in editor declared as IGosuValidator Modifier and Type Field Description private IGosuValidatorGosuEditor. _validatorMethods in editor with parameters of type IGosuValidator Modifier and Type Method Description voidGosuEditor. setValidator(IGosuValidator validator) -
Uses of IGosuValidator in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as IGosuValidator Modifier and Type Field Description private IGosuValidatorParserBase. _validatorMethods in gw.internal.gosu.parser that return IGosuValidator Modifier and Type Method Description IGosuValidatorParserBase. getValidator()Methods in gw.internal.gosu.parser with parameters of type IGosuValidator Modifier and Type Method Description voidGosuParser. setValidator(IGosuValidator validator)voidParserBase. setValidator(IGosuValidator validator) -
Uses of IGosuValidator in gw.lang.parser
Methods in gw.lang.parser with parameters of type IGosuValidator Modifier and Type Method Description voidIParserPart. setValidator(IGosuValidator validator)
-