Uses of Interface
gw.lang.parser.expressions.INameInDeclaration
-
Packages that use INameInDeclaration Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser.statements gw.lang.reflect.gs -
-
Uses of INameInDeclaration in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return INameInDeclaration Modifier and Type Method Description INameInDeclaration
GosuClass. getPropertyDeclaration(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 class
ClassDeclaration
class
NameInDeclaration
-
Uses of INameInDeclaration in gw.lang.parser.statements
Subinterfaces of INameInDeclaration in gw.lang.parser.statements Modifier and Type Interface Description interface
IClassDeclaration
-
Uses of INameInDeclaration in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return INameInDeclaration Modifier and Type Method Description INameInDeclaration
IGosuClass. getPropertyDeclaration(String name)
-