Uses of Interface
gw.lang.parser.statements.IFunctionStatement
Packages that use IFunctionStatement
Package
Description
-
Uses of IFunctionStatement in editor
Fields in editor with type parameters of type IFunctionStatementModifier and TypeFieldDescriptionprivate Map<Integer,
IFunctionStatement> GosuEditor._functionStmtsByLineNumber
Methods in editor that return IFunctionStatementModifier and TypeMethodDescriptionprivate IFunctionStatement
GosuClassLineInfoManager.getSuperFunction
(int iLine) Methods in editor that return types with arguments of type IFunctionStatementModifier and TypeMethodDescriptionGosuEditor.getFunctionsByLineNumber()
private Map<Integer,
IFunctionStatement> GosuEditor.storeFunctionsByLineNumber
(IGosuClass gsClass, Map<Integer, IFunctionStatement> functionStmtsByLineNumber) Method parameters in editor with type arguments of type IFunctionStatementModifier and TypeMethodDescriptionprivate Map<Integer,
IFunctionStatement> GosuEditor.storeFunctionsByLineNumber
(IGosuClass gsClass, Map<Integer, IFunctionStatement> functionStmtsByLineNumber) -
Uses of IFunctionStatement in editor.search
Methods in editor.search that return IFunctionStatementModifier and TypeMethodDescriptionprivate static IFunctionStatement
UsageTarget.findFunctionStmt
(IParsedElement pe) -
Uses of IFunctionStatement in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IFunctionStatementModifier and TypeMethodDescriptionParseTree.getEnclosingFunctionStatement()
GosuClass.getFunctionStatement
(IMethodInfo method) -
Uses of IFunctionStatement in gw.internal.gosu.parser.statements
Classes in gw.internal.gosu.parser.statements that implement IFunctionStatement -
Uses of IFunctionStatement in gw.lang.parser
Methods in gw.lang.parser that return IFunctionStatementModifier and TypeMethodDescriptionIDynamicFunctionSymbol.getDeclFunctionStmt()
IParseTree.getEnclosingFunctionStatement()
-
Uses of IFunctionStatement in gw.lang.parser.statements
Subinterfaces of IFunctionStatement in gw.lang.parser.statementsMethods in gw.lang.parser.statements that return IFunctionStatement -
Uses of IFunctionStatement in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IFunctionStatement