org.apache.jute.compiler
Class JMap
java.lang.Object
org.apache.jute.compiler.JType
org.apache.jute.compiler.JMap
public class JMap
- extends JType
Constructor Summary |
JMap(JType t1,
JType t2)
Creates a new instance of JMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMap
public JMap(JType t1,
JType t2)
- Creates a new instance of JMap
getSignature
public String getSignature()
genJavaCompareTo
public String genJavaCompareTo(String fname)
genJavaReadWrapper
public String genJavaReadWrapper(String fname,
String tag,
boolean decl)
genJavaReadMethod
public String genJavaReadMethod(String fname,
String tag)
genJavaWriteWrapper
public String genJavaWriteWrapper(String fname,
String tag)
genJavaWriteMethod
public String genJavaWriteMethod(String fname,
String tag)