jellyj.util
Class FloatingPointType

jellyj.util.Type
  |
  +--jellyj.util.PrimitiveType
        |
        +--jellyj.util.FloatingPointType
Direct Known Subclasses:
DoubleType, FloatType

public abstract class FloatingPointType
extends PrimitiveType


Fields inherited from class jellyj.util.Type
Boolean, Byte, cache_d, CACHE_SIZE, Char, Double, Error, Exception, Float, Int, Long, Null, RuntimeException, Short, Throwable, Void

Method Summary
 booleanfloatingPointType()
           
 booleanintegralType()
           

Methods inherited from class jellyj.util.PrimitiveType
APPENDSTB, distanceTo, DUP, DUPX1, DUPX2, numericType, POP, primitiveType, referenceType, subTypeOf, superTypeOf, toClassFileType, VALUEOF

Methods inherited from class jellyj.util.Type
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, parseType, PUSH, relatedTo, REM, RETURN, SHL, SHR, STORE, SUB, throwable, toInternalString, toString, twoWords, USHR, XOR

Method Detail

floatingPointType

public boolean floatingPointType()

integralType

public boolean integralType()