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 class
TypeNameValidator
Checks that the source is the name of a type which is assignable to a given type.Methods in editor with parameters of type IGosuValidator Modifier and Type Method Description void
GosuEditor. setValidator(IGosuValidator validator)
-
Uses of IGosuValidator in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IGosuValidator Modifier and Type Method Description IGosuValidator
ParserBase. getValidator()
Methods in gw.internal.gosu.parser with parameters of type IGosuValidator Modifier and Type Method Description void
GosuParser. setValidator(IGosuValidator validator)
void
ParserBase. 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 void
IParserPart. setValidator(IGosuValidator validator)
-