Package org.apache.jute.compiler
Class JBoolean
- java.lang.Object
-
- org.apache.jute.compiler.JType
-
- org.apache.jute.compiler.JBoolean
-
public class JBoolean extends JType
-
-
Field Summary
-
Fields inherited from class org.apache.jute.compiler.JType
mMethodSuffix
-
-
Constructor Summary
Constructors Constructor Description JBoolean()
Creates a new instance of JBoolean.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
genJavaCompareTo(java.lang.String fname)
java.lang.String
genJavaHashCode(java.lang.String fname)
java.lang.String
getSignature()
-
Methods inherited from class org.apache.jute.compiler.JType
genCsharpConstructorParam, genCsharpDecl
-
-