Uses of Class
org.codehaus.modello.plugin.stax.GeneratorNode
-
Packages that use GeneratorNode Package Description org.codehaus.modello.plugin.stax -
-
Uses of GeneratorNode in org.codehaus.modello.plugin.stax
Fields in org.codehaus.modello.plugin.stax with type parameters of type GeneratorNode Modifier and Type Field Description private java.util.List<GeneratorNode>GeneratorNode. childrenprivate java.util.Map<java.lang.String,GeneratorNode>GeneratorNode. nodesWithReferencableChildrenMethods in org.codehaus.modello.plugin.stax that return GeneratorNode Modifier and Type Method Description private GeneratorNodeStaxReaderGenerator. findRequiredReferenceResolvers(ModelClass modelClass, GeneratorNode parent)Methods in org.codehaus.modello.plugin.stax that return types with arguments of type GeneratorNode Modifier and Type Method Description java.util.List<GeneratorNode>GeneratorNode. getChildren()java.util.Map<java.lang.String,GeneratorNode>GeneratorNode. getNodesWithReferencableChildren()Methods in org.codehaus.modello.plugin.stax with parameters of type GeneratorNode Modifier and Type Method Description voidGeneratorNode. addChild(GeneratorNode child)private GeneratorNodeStaxReaderGenerator. findRequiredReferenceResolvers(ModelClass modelClass, GeneratorNode parent)private voidStaxReaderGenerator. writeReferenceResolvers(GeneratorNode node, JClass jClass)Method parameters in org.codehaus.modello.plugin.stax with type arguments of type GeneratorNode Modifier and Type Method Description voidGeneratorNode. addNodesWithReferencableChildren(java.util.Map<java.lang.String,GeneratorNode> allChildNodes)Constructors in org.codehaus.modello.plugin.stax with parameters of type GeneratorNode Constructor Description GeneratorNode(java.lang.String to, GeneratorNode parent)GeneratorNode(java.lang.String to, GeneratorNode parent, ModelAssociation association)GeneratorNode(ModelAssociation association, GeneratorNode parent)
-