Uses of Interface
gw.lang.parser.statements.IFunctionStatement
-
Packages that use IFunctionStatement Package Description editor editor.search 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
Fields in editor with type parameters of type IFunctionStatement Modifier and Type Field Description private java.util.Map<java.lang.Integer,IFunctionStatement>GosuEditor. _functionStmtsByLineNumberMethods in editor that return IFunctionStatement Modifier and Type Method Description private IFunctionStatementGosuClassLineInfoManager. getSuperFunction(int iLine)Methods in editor that return types with arguments of type IFunctionStatement Modifier and Type Method Description java.util.Map<java.lang.Integer,IFunctionStatement>GosuEditor. getFunctionsByLineNumber()private java.util.Map<java.lang.Integer,IFunctionStatement>GosuEditor. storeFunctionsByLineNumber(IGosuClass gsClass, java.util.Map<java.lang.Integer,IFunctionStatement> functionStmtsByLineNumber)Method parameters in editor with type arguments of type IFunctionStatement Modifier and Type Method Description private java.util.Map<java.lang.Integer,IFunctionStatement>GosuEditor. storeFunctionsByLineNumber(IGosuClass gsClass, java.util.Map<java.lang.Integer,IFunctionStatement> functionStmtsByLineNumber) -
Uses of IFunctionStatement in editor.search
Methods in editor.search that return IFunctionStatement Modifier and Type Method Description private static IFunctionStatementUsageTarget. findFunctionStmt(IParsedElement pe) -
Uses of IFunctionStatement in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IFunctionStatement Modifier and Type Method Description IFunctionStatementParseTree. getEnclosingFunctionStatement()IFunctionStatementGosuClass. 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 classConstructorStatementclassFunctionStatement -
Uses of IFunctionStatement in gw.lang.parser
Methods in gw.lang.parser that return IFunctionStatement Modifier and Type Method Description IFunctionStatementIDynamicFunctionSymbol. getDeclFunctionStmt()IFunctionStatementIParseTree. getEnclosingFunctionStatement() -
Uses of IFunctionStatement in gw.lang.parser.statements
Subinterfaces of IFunctionStatement in gw.lang.parser.statements Modifier and Type Interface Description interfaceIConstructorStatementMethods in gw.lang.parser.statements that return IFunctionStatement Modifier and Type Method Description IFunctionStatementIPropertyStatement. getPropertyGetterOrSetter() -
Uses of IFunctionStatement in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IFunctionStatement Modifier and Type Method Description IFunctionStatementIGosuClass. getFunctionStatement(IMethodInfo method)
-