Package com.yahoo.config.codegen
Class LeafCNode.NoClassLeafCNode
java.lang.Object
com.yahoo.config.codegen.CNode
com.yahoo.config.codegen.LeafCNode
com.yahoo.config.codegen.LeafCNode.NoClassLeafCNode
- Direct Known Subclasses:
LeafCNode.BooleanLeaf,LeafCNode.DoubleLeaf,LeafCNode.IntegerLeaf,LeafCNode.LongLeaf,LeafCNode.ModelLeaf,LeafCNode.StringLeaf,LeafCNode.UrlLeaf
- Enclosing class:
- LeafCNode
Superclass for leaf nodes that should not generate class.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.config.codegen.LeafCNode
LeafCNode.BooleanLeaf, LeafCNode.DoubleLeaf, LeafCNode.EnumLeaf, LeafCNode.FileLeaf, LeafCNode.IntegerLeaf, LeafCNode.LongLeaf, LeafCNode.ModelLeaf, LeafCNode.NoClassLeafCNode, LeafCNode.NoClassNoDefaultLeafCNode, LeafCNode.PathLeaf, LeafCNode.ReferenceLeaf, LeafCNode.StringLeaf, LeafCNode.UrlLeaf -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.codegen.LeafCNode
checkDefaultValue, getChild, getChildren, getDefaultValue, getType, needRestart, newInstance, newInstance, setDefaultValue, setLeaf, setValueMethods inherited from class com.yahoo.config.codegen.CNode
checkMyName, getComment, getCommentBlock, getFullName, getMd5, getName, getNamespace, getPackage, getParent, getVersion, toString
-
Constructor Details
-
NoClassLeafCNode
-