Uses of Interface
gw.lang.javadoc.IDocRef
-
Packages that use IDocRef Package Description gw.internal.gosu.parser gw.lang.javadoc gw.lang.reflect.java -
-
Uses of IDocRef in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IDocRef Modifier and Type Method Description IDocRef<IParamNode>
JavaConstructorInfo. getDocsForParam(int paramIndex)
IDocRef<IParamNode>
JavaMethodInfo. getDocsForParam(int paramIndex)
IDocRef<IMethodNode>
JavaMethodInfo. getMethodDocs()
IDocRef<IMethodNode>
JavaPropertyInfo. getMethodDocs()
Constructors in gw.internal.gosu.parser with parameters of type IDocRef Constructor Description JavaMethodParamInfo(IFeatureInfo container, IJavaParameterDescriptor pd, IDocRef<IParamNode> docs)
-
Uses of IDocRef in gw.lang.javadoc
Methods in gw.lang.javadoc that return IDocRef Modifier and Type Method Description IDocRef<IParamNode>
JavaHasParams. getDocsForParam(int paramIndex)
-
Uses of IDocRef in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IDocRef Modifier and Type Method Description IDocRef<IMethodNode>
IJavaMethodInfo. getMethodDocs()
IDocRef<IMethodNode>
IJavaPropertyInfo. getMethodDocs()
Constructors in gw.lang.reflect.java with parameters of type IDocRef Constructor Description JavaExceptionInfo(IFeatureInfo methodInfo, IJavaClassInfo exceptionClass, IDocRef<IExceptionNode> docs)
-