Uses of Interface
gw.lang.parser.expressions.IParameterDeclaration
-
Packages that use IParameterDeclaration Package Description gw.internal.gosu.parser.expressions gw.internal.gosu.parser.statements gw.lang.parser.statements -
-
Uses of IParameterDeclaration in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IParameterDeclaration Modifier and Type Class Description class
ParameterDeclaration
-
Uses of IParameterDeclaration in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return types with arguments of type IParameterDeclaration Modifier and Type Method Description List<IParameterDeclaration>
FunctionStatement. getParameters()
-
Uses of IParameterDeclaration in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return types with arguments of type IParameterDeclaration Modifier and Type Method Description List<IParameterDeclaration>
IFunctionStatement. getParameters()
-