org.objectweb.jac.core.translators
Class Utils
java.lang.Object
org.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 |
Utils
public Utils()
isPrimitive
public static boolean isPrimitive(Type t)
- Returns true is t is a primitive type, excluding VOID.