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 String
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final LocklessLazyVar<XMLInputFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConstructor
(IConstructorNode constructor) void
addMethod
(IMethodNode method) void
private boolean
areTypeNamesEqual
(String name1, String name2) private boolean
compareParams
(IJavaClassType[] parameterTypes, List<IParamNode> params) private boolean
compareParams
(Type[] parameterTypes, List<IParamNode> params) static ClassDocNode
private String
getParameterTypeName
(IJavaClassType parameterType) private String
getParameterTypeName
(Type parameterType) getVars()
Methods inherited from class gw.internal.gosu.javadoc.BaseFeatureNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescription
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gw.lang.javadoc.IClassDocNode
getDeprecated, getDescription, isDeprecated, setDeprecated, setDescription
Methods 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:
getMethods
in interfaceIClassDocNode
-
addMethod
- Specified by:
addMethod
in interfaceIClassDocNode
-
getMethod
- Specified by:
getMethod
in interfaceIClassDocNode
-
getMethod
- Specified by:
getMethod
in interfaceIClassDocNode
-
getConstructors
- Specified by:
getConstructors
in interfaceIClassDocNode
-
addConstructor
- Specified by:
addConstructor
in interfaceIClassDocNode
-
getVars
- Specified by:
getVars
in interfaceIClassDocNode
-
addVar
- Specified by:
addVar
in interfaceIClassDocNode
-
getVar
- Specified by:
getVar
in interfaceIClassDocNode
-
get
-
getConstructor
- Specified by:
getConstructor
in interfaceIClassDocNode
-
compareParams
-
compareParams
-
areTypeNamesEqual
-
getParameterTypeName
-
getParameterTypeName
-