Package gw.internal.gosu.javadoc
Class ClassDocNode
java.lang.Object
gw.internal.gosu.javadoc.BaseFeatureNode
gw.internal.gosu.javadoc.ClassDocNode
- All Implemented Interfaces:
IDocNodeWithDescription,IBaseFeatureNode,IClassDocNode
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<IConstructorNode>private List<IMethodNode>private static final Map<QName,ClassDocNode.NodeHandler> private static final Stringprivate static final QNameprivate static final QNameprivate static final QNameprivate static final QNameprivate static final QNameprivate static final QNameprivate static final QNameprivate static final QNameprivate static final QNameprivate static final LocklessLazyVar<XMLInputFactory> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConstructor(IConstructorNode constructor) voidaddMethod(IMethodNode method) voidprivate booleanareTypeNamesEqual(String name1, String name2) private booleancompareParams(IJavaClassType[] parameterTypes, List<IParamNode> params) private booleancompareParams(Type[] parameterTypes, List<IParamNode> params) static ClassDocNodeprivate StringgetParameterTypeName(IJavaClassType parameterType) private StringgetParameterTypeName(Type parameterType) getVars()Methods inherited from class gw.internal.gosu.javadoc.BaseFeatureNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.lang.javadoc.IClassDocNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescriptionMethods inherited from interface gw.internal.gosu.javadoc.IDocNodeWithDescription
setDescription
-
Field Details
-
DOC_EXTENSION
- See Also:
-
QNAME_CLASS
-
QNAME_DESC
-
QNAME_METHOD
-
QNAME_VAR
-
QNAME_RETURN
-
QNAME_PARAM
-
QNAME_EX
-
QNAME_CONS
-
QNAME_DEPRECATED
-
_nodeHandlers
-
_methods
-
_constructors
-
_vars
-
XML_INPUT_FACTORY_FACTORY
-
-
Constructor Details
-
ClassDocNode
ClassDocNode()
-
-
Method Details
-
getMethods
- Specified by:
getMethodsin interfaceIClassDocNode
-
addMethod
- Specified by:
addMethodin interfaceIClassDocNode
-
getMethod
- Specified by:
getMethodin interfaceIClassDocNode
-
getMethod
- Specified by:
getMethodin interfaceIClassDocNode
-
getConstructors
- Specified by:
getConstructorsin interfaceIClassDocNode
-
addConstructor
- Specified by:
addConstructorin interfaceIClassDocNode
-
getVars
- Specified by:
getVarsin interfaceIClassDocNode
-
addVar
- Specified by:
addVarin interfaceIClassDocNode
-
getVar
- Specified by:
getVarin interfaceIClassDocNode
-
get
-
getConstructor
- Specified by:
getConstructorin interfaceIClassDocNode
-
compareParams
-
compareParams
-
areTypeNamesEqual
-
getParameterTypeName
-
getParameterTypeName
-