Uses of Interface
gw.lang.javadoc.IParamNode
-
Packages that use IParamNode Package Description gw.internal.gosu.javadoc gw.internal.gosu.parser gw.lang.javadoc -
-
Uses of IParamNode in gw.internal.gosu.javadoc
Methods in gw.internal.gosu.javadoc that return IParamNode Modifier and Type Method Description IParamNode
JavaDocFactoryImpl. createParam()
Deprecated.Please don't create these manually, and please fix any code that does.Methods in gw.internal.gosu.javadoc with parameters of type IParamNode Modifier and Type Method Description void
IDocNodeWithParams. addParam(IParamNode paramNode)
-
Uses of IParamNode in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return types with arguments of type IParamNode Modifier and Type Method Description IDocRef<IParamNode>
JavaConstructorInfo. getDocsForParam(int paramIndex)
IDocRef<IParamNode>
JavaMethodInfo. getDocsForParam(int paramIndex)
Constructor parameters in gw.internal.gosu.parser with type arguments of type IParamNode Constructor Description JavaMethodParamInfo(IFeatureInfo container, IJavaParameterDescriptor pd, IDocRef<IParamNode> docs)
-
Uses of IParamNode in gw.lang.javadoc
Methods in gw.lang.javadoc that return IParamNode Modifier and Type Method Description IParamNode
IJavaDocFactory. createParam()
Deprecated.Please don't create these manually, and please fix any code that does.Methods in gw.lang.javadoc that return types with arguments of type IParamNode Modifier and Type Method Description IDocRef<IParamNode>
JavaHasParams. getDocsForParam(int paramIndex)
List<IParamNode>
IConstructorNode. getParams()
List<IParamNode>
IMethodNode. getParams()
Methods in gw.lang.javadoc with parameters of type IParamNode Modifier and Type Method Description void
IConstructorNode. addParam(IParamNode param)
void
IMethodNode. addParam(IParamNode param)
-