junc.types
Class FloatingPointType

java.lang.Object
  |
  +--junc.types.JUnCBaseType
        |
        +--junc.types.PrimitiveType
              |
              +--junc.types.FloatingPointType
Direct Known Subclasses:
DoubleType, FloatType

public abstract class FloatingPointType
extends PrimitiveType


Field Summary
 
Fields inherited from class junc.types.JUnCBaseType
Boolean, BooleanRep, Byte, ByteRep, Char, CharRep, Double, DoubleRep, Error, Exception, Float, FloatRep, Int, IntRep, Long, LongRep, Null, NullRep, RuntimeException, Short, ShortRep, Throwable, Void, VoidRep
 
Constructor Summary
FloatingPointType()
           
 
Method Summary
 boolean floatingPointType()
           
 boolean integralType()
           
 
Methods inherited from class junc.types.PrimitiveType
APPENDSTB, distanceTo, DUP, DUPX1, DUPX2, numericType, POP, primitiveType, referenceType, subTypeOf, superTypeOf, toClassFileType, VALUEOF
 
Methods inherited from class junc.types.JUnCBaseType
ADD, ADDSTRING, ALOAD, AND, ASTORE, CAST, CMP, createClassType, createClassType, createType, createType, DIV, identicalTo, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, LOAD, MUL, name, NEG, NEWARRAY, oneWord, OR, PUSH, relatedTo, REM, RETURN, SHL, SHR, STORE, SUB, throwable, toInternalString, toString, twoWords, USHR, XOR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatingPointType

public FloatingPointType()
Method Detail

integralType

public boolean integralType()
Specified by:
integralType in class PrimitiveType

floatingPointType

public boolean floatingPointType()
Specified by:
floatingPointType in class PrimitiveType