org.objectweb.jac.core.translators
Class Utils

java.lang.Object
  extended byorg.objectweb.jac.core.translators.Utils

public class Utils
extends Object

Various often used functions.


Constructor Summary
Utils()
           
 
Method Summary
static boolean isPrimitive(Type t)
          Returns true is t is a primitive type, excluding VOID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

isPrimitive

public static boolean isPrimitive(Type t)
Returns true is t is a primitive type, excluding VOID.