private class Element.ToInterface extends java.lang.Object implements Element.Strategy
Modifier and Type | Field and Description |
---|---|
private com.sun.codemodel.JDefinedClass |
clazz |
Modifier | Constructor and Description |
---|---|
private |
ToInterface() |
Modifier and Type | Method and Description |
---|---|
void |
declare(NodeSet nset) |
void |
generate(com.sun.codemodel.JDefinedClass outer,
NodeSet nset,
java.util.Set<Prop> props) |
void |
generate(NodeSet nset) |
public void declare(NodeSet nset)
declare
in interface Element.Strategy
public void generate(NodeSet nset)
generate
in interface Element.Strategy
public void generate(com.sun.codemodel.JDefinedClass outer, NodeSet nset, java.util.Set<Prop> props)
generate
in interface Element.Strategy