cager.jexpr
Class Types

java.lang.Object
  extended bycager.jexpr.Types

public class Types
extends java.lang.Object


Method Summary
static org.apache.bcel.generic.Type getType(java.lang.String type)
           
static boolean isBooleanType(org.apache.bcel.generic.Type type)
           
static boolean isNumericType(org.apache.bcel.generic.Type type)
           
static int widest(org.apache.bcel.generic.BasicType t1, org.apache.bcel.generic.BasicType t2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNumericType

public static boolean isNumericType(org.apache.bcel.generic.Type type)

isBooleanType

public static boolean isBooleanType(org.apache.bcel.generic.Type type)

getType

public static org.apache.bcel.generic.Type getType(java.lang.String type)

widest

public static int widest(org.apache.bcel.generic.BasicType t1,
                         org.apache.bcel.generic.BasicType t2)