Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jsource.codegenerator
Class JavaTypes  view JavaTypes download JavaTypes.java

java.lang.Object
  extended byjsource.codegenerator.LanguageTypes
      extended byjsource.codegenerator.JavaTypes

public class JavaTypes
extends LanguageTypes

JavaTypes.java 03/17/03 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.


Field Summary
static int BOOLEAN
           
static int BYTE
           
static int CHAR
           
static int DOUBLE
           
static int FLOAT
           
static int INT
           
static int LONG
           
static int OBJECT
           
static int SHORT
           
static int STRING
           
 
Fields inherited from class jsource.codegenerator.LanguageTypes
types
 
Constructor Summary
JavaTypes()
           
 
Method Summary
 TypeDef[] getTypes()
           
 
Methods inherited from class jsource.codegenerator.LanguageTypes
getDescription, getTypeFromString, getTypeString, getTypeStrings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

CHAR

public static final int CHAR
See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

BYTE

public static final int BYTE
See Also:
Constant Field Values

INT

public static final int INT
See Also:
Constant Field Values

LONG

public static final int LONG
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values
Constructor Detail

JavaTypes

public JavaTypes()
Method Detail

getTypes

public TypeDef[] getTypes()
Specified by:
getTypes in class LanguageTypes