Class JOP.persist.JavaTypes
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.persist.JavaTypes

java.lang.Object
   |
   +----JOP.persist.JavaTypes

public class JavaTypes
extends Object

This is an INTERNAL class.

This class provides static methods to return whether a signature is one of the special 'inline' Java types and to return the constant that represents the type.


Variable Index

 o ClassSignature
 o ClassSignatureType
 o ScalarSignature
 o ScalarSignatureType
 o TYPE_BOOLEAN
 o TYPE_BYTE
 o TYPE_CHARACTER
 o TYPE_DATE
 o TYPE_DOUBLE
 o TYPE_FLOAT
 o TYPE_INTEGER
 o TYPE_LONG
 o TYPE_OBJECT
 o TYPE_SHORT
 o TYPE_STRING
 o TYPE_UNKNOWN
 o TypeName
English names of the types Index of array is the TYPE_xxxx constant.
 o TypeSignature

Constructor Index

 o JavaTypes()

Method Index

 o getSignatureType(String)
Return the in-built type of the given signature or return TYPE_UNKNOWN if the signature is not known.

Variables

 o TYPE_UNKNOWN
  public final static int TYPE_UNKNOWN
 o TYPE_OBJECT
  public final static int TYPE_OBJECT
 o TYPE_SHORT
  public final static int TYPE_SHORT
 o TYPE_LONG
  public final static int TYPE_LONG
 o TYPE_INTEGER
  public final static int TYPE_INTEGER
 o TYPE_BYTE
  public final static int TYPE_BYTE
 o TYPE_CHARACTER
  public final static int TYPE_CHARACTER
 o TYPE_BOOLEAN
  public final static int TYPE_BOOLEAN
 o TYPE_FLOAT
  public final static int TYPE_FLOAT
 o TYPE_DOUBLE
  public final static int TYPE_DOUBLE
 o TYPE_STRING
  public final static int TYPE_STRING
 o TYPE_DATE
  public final static int TYPE_DATE
 o TypeName
  public final static String TypeName[]
English names of the types Index of array is the TYPE_xxxx constant.
 o TypeSignature
  public final static String TypeSignature[]
 o ClassSignature
  public final static String ClassSignature[]
 o ClassSignatureType
  public final static int ClassSignatureType[]
 o ScalarSignature
  public final static String ScalarSignature[]
 o ScalarSignatureType
  public final static int ScalarSignatureType[]

Constructors

 o JavaTypes
  public JavaTypes()

Methods

 o getSignatureType
  public static int getSignatureType(String classname)
Return the in-built type of the given signature or return TYPE_UNKNOWN if the signature is not known.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home