Uses of Interface
gw.lang.parser.statements.IFunctionStatement
-
Packages that use IFunctionStatement Package Description editor gw.internal.gosu.parser gw.internal.gosu.parser.statements gw.lang.parser gw.lang.parser.statements gw.lang.reflect.gs -
-
Uses of IFunctionStatement in editor
Methods in editor that return types with arguments of type IFunctionStatement Modifier and Type Method Description Map<Integer,IFunctionStatement>
GosuEditor. getFunctionsByLineNumber()
-
Uses of IFunctionStatement in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IFunctionStatement Modifier and Type Method Description IFunctionStatement
ParseTree. getEnclosingFunctionStatement()
IFunctionStatement
GosuClass. getFunctionStatement(IMethodInfo method)
-
Uses of IFunctionStatement in gw.internal.gosu.parser.statements
Classes in gw.internal.gosu.parser.statements that implement IFunctionStatement Modifier and Type Class Description class
ConstructorStatement
class
FunctionStatement
-
Uses of IFunctionStatement in gw.lang.parser
Methods in gw.lang.parser that return IFunctionStatement Modifier and Type Method Description IFunctionStatement
IDynamicFunctionSymbol. getDeclFunctionStmt()
IFunctionStatement
IParseTree. getEnclosingFunctionStatement()
-
Uses of IFunctionStatement in gw.lang.parser.statements
Subinterfaces of IFunctionStatement in gw.lang.parser.statements Modifier and Type Interface Description interface
IConstructorStatement
Methods in gw.lang.parser.statements that return IFunctionStatement Modifier and Type Method Description IFunctionStatement
IPropertyStatement. getPropertyGetterOrSetter()
-
Uses of IFunctionStatement in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IFunctionStatement Modifier and Type Method Description IFunctionStatement
IGosuClass. getFunctionStatement(IMethodInfo method)
-