Uses of Interface
gw.lang.parser.statements.IFunctionStatement
-
Packages that use IFunctionStatement Package Description gw.lang.parser gw.lang.parser.statements gw.lang.reflect.gs -
-
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)
-