Uses of Interface
gw.lang.parser.expressions.INameInDeclaration
-
Packages that use INameInDeclaration Package Description editor.search gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser.statements gw.lang.reflect.gs -
-
Uses of INameInDeclaration in editor.search
Methods in editor.search with parameters of type INameInDeclaration Modifier and Type Method Description private static IFeatureInfoUsageTarget. findFeatureInfo(INameInDeclaration pe) -
Uses of INameInDeclaration in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return INameInDeclaration Modifier and Type Method Description INameInDeclarationGosuClass. getPropertyDeclaration(java.lang.String name) -
Uses of INameInDeclaration in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement INameInDeclaration Modifier and Type Class Description classClassDeclarationclassNameInDeclaration -
Uses of INameInDeclaration in gw.lang.parser.statements
Subinterfaces of INameInDeclaration in gw.lang.parser.statements Modifier and Type Interface Description interfaceIClassDeclaration -
Uses of INameInDeclaration in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return INameInDeclaration Modifier and Type Method Description INameInDeclarationIGosuClass. getPropertyDeclaration(java.lang.String name)
-