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. children
private java.util.Map<java.lang.String,GeneratorNode>
GeneratorNode. nodesWithReferencableChildren
Methods in org.codehaus.modello.plugin.stax that return GeneratorNode Modifier and Type Method Description private GeneratorNode
StaxReaderGenerator. 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 void
GeneratorNode. addChild(GeneratorNode child)
private GeneratorNode
StaxReaderGenerator. findRequiredReferenceResolvers(ModelClass modelClass, GeneratorNode parent)
private void
StaxReaderGenerator. writeReferenceResolvers(GeneratorNode node, JClass jClass)
Method parameters in org.codehaus.modello.plugin.stax with type arguments of type GeneratorNode Modifier and Type Method Description void
GeneratorNode. 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)
-