Uses of Class
com.yahoo.config.codegen.CNode
-
Uses of CNode in com.yahoo.config.codegen
Subclasses of CNode in com.yahoo.config.codegenModifier and TypeClassDescriptionclassRepresents an inner node in the configuration tree.classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classSuperclass for leaf nodes that should not generate class.static classSuperclass for no-class leaf nodes that cannot have a default.static classstatic classstatic classstatic classMethods in com.yahoo.config.codegen that return CNodeModifier and TypeMethodDescriptionabstract CNodeabstract CNode[]CNode.getChildren()CNode[]InnerCNode.getChildren()CNode[]LeafCNode.getChildren()Methods in com.yahoo.config.codegen that return types with arguments of type CNodeMethods in com.yahoo.config.codegen with parameters of type CNodeModifier and TypeMethodDescriptionstatic voidFor debugging - dump the tree from the given root to System.out.voidCppClassBuilder.writeSlimeConstructor(Writer w, CNode node, String parent, boolean root) voidCppClassBuilder.writeSlimeDecoder(Writer w, CNode node, String parent, boolean root) voidCppClassBuilder.writeSlimeEncoder(Writer w, CNode node, String parent, boolean root) Constructors in com.yahoo.config.codegen with parameters of type CNodeModifierConstructorDescriptionCppClassBuilder(CNode root, NormalizedDefinition nd, File rootDir, String relativePathUnderRoot)