Uses of Class
org.codehaus.modello.plugin.stax.GeneratorNode
Packages that use GeneratorNode
-
Uses of GeneratorNode in org.codehaus.modello.plugin.stax
Fields in org.codehaus.modello.plugin.stax with type parameters of type GeneratorNodeModifier and TypeFieldDescriptionprivate List<GeneratorNode> GeneratorNode.childrenprivate Map<String, GeneratorNode> GeneratorNode.nodesWithReferencableChildrenMethods in org.codehaus.modello.plugin.stax that return GeneratorNodeModifier and TypeMethodDescriptionprivate GeneratorNodeStaxReaderGenerator.findRequiredReferenceResolvers(ModelClass modelClass, GeneratorNode parent) Methods in org.codehaus.modello.plugin.stax that return types with arguments of type GeneratorNodeModifier and TypeMethodDescriptionGeneratorNode.getChildren()GeneratorNode.getNodesWithReferencableChildren()Methods in org.codehaus.modello.plugin.stax with parameters of type GeneratorNodeModifier and TypeMethodDescriptionvoidGeneratorNode.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 GeneratorNodeModifier and TypeMethodDescriptionvoidGeneratorNode.addNodesWithReferencableChildren(Map<String, GeneratorNode> allChildNodes) Constructors in org.codehaus.modello.plugin.stax with parameters of type GeneratorNodeModifierConstructorDescription(package private)GeneratorNode(String to, GeneratorNode parent) privateGeneratorNode(String to, GeneratorNode parent, ModelAssociation association) (package private)GeneratorNode(ModelAssociation association, GeneratorNode parent)