Public Member Functions | Public Attributes | Package Functions

alma.acs.jhelpgen.Gen.AnchorNode Class Reference

List of all members.

Public Member Functions

String toString ()

Public Attributes

int level
String anchorName
String prettyName
AnchorNode parent
List< AnchorNodechildren = new Vector<AnchorNode>()

Package Functions

 AnchorNode (int level, String anchorName, String prettyName)
void add (AnchorNode n)
List< AnchorNodedepthFirst (List< AnchorNode > ret)

Constructor & Destructor Documentation

alma.acs.jhelpgen.Gen.AnchorNode.AnchorNode ( int  level,
String  anchorName,
String  prettyName 
) [package]

Member Function Documentation

void alma.acs.jhelpgen.Gen.AnchorNode.add ( AnchorNode  n  )  [package]
List<AnchorNode> alma.acs.jhelpgen.Gen.AnchorNode.depthFirst ( List< AnchorNode ret  )  [package]
String alma.acs.jhelpgen.Gen.AnchorNode.toString (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties