Source File Number.tesla
namespace Tesla.Core

include Tesla.stdc

interface Number

Modifiers: public

public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class Integer

Modifiers: public
Implements: Number

public static final int MAX
public static final int MIN
public Integer ( int val )
public Integer ( String val )
public String toString ( )
public int getHashcode ( )
public static int parse ( String s )
public int compare ( Object o )
public static int convertBits ( float val )
public void setValue ( int val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class UInteger

Modifiers: public
Implements: Number

public static final uint MAX
public static final uint MIN
public UInteger ( uint val )
public UInteger ( String val )
public String toString ( )
public int getHashcode ( )
public static uint parse ( String s )
public int compare ( Object o )
public static uint convertBits ( float val )
public void setValue ( uint val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class Long

Modifiers: public
Implements: Number

public static final long MAX
public static final long MIN
public Long ( long val )
public Long ( String val )
public String toString ( )
public int getHashcode ( )
public static long parse ( String s )
public int compare ( Object o )
public static long convertBits ( double val )
public void setValue ( long val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class ULong

Modifiers: public
Implements: Number

public static final ulong MAX
public static final ulong MIN
public ULong ( ulong val )
public ULong ( String val )
public String toString ( )
public int getHashcode ( )
public static ulong parse ( String s )
public int compare ( Object o )
public static ulong convertBits ( double val )
public void setValue ( ulong val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class Float

Modifiers: public
Implements: Number

public static final float MAX
public static final float MIN
public Float ( float val )
public Float ( String val )
public String toString ( )
public int getHashcode ( )
public static float parse ( String s )
public int compare ( Object o )
public static float convertBits ( int val )
public void setValue ( float val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class Double

Modifiers: public
Implements: Number

public static final double MAX
public static final double MIN
public Double ( double val )
public Double ( String val )
public String toString ( )
public int getHashcode ( )
public static double parse ( String s )
public int compare ( Object o )
public static double convertBits ( long val )
public void setValue ( double val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class Short

Modifiers: public
Implements: Number

public static final short MAX
public static final short MIN
public Short ( short val )
public Short ( String val )
public String toString ( )
public static String hexString ( short val )
public static String octalString ( short val )
public int getHashcode ( )
public static short parse ( String s )
public int compare ( Object o )
public void setValue ( short val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class Byte

Modifiers: public
Implements: Number

public static final byte MAX
public static final byte MIN
public Byte ( byte val )
public Byte ( String val )
public String toString ( )
public static String hexString ( byte val )
public static String octalString ( byte val )
public int getHashcode ( )
public static byte parse ( String s )
public int compare ( Object o )
public void setValue ( byte val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )

class Character

Modifiers: public
Implements: Number

public static final char MAX
public static final char MIN
public Character ( char val )
public Character ( String val )
public String toString ( )
public int getHashcode ( )
public static char parse ( String s )
public int compare ( Object o )
public void setValue ( char val )
public int intValue ( )
public uint uintValue ( )
public long longValue ( )
public ulong ulongValue ( )
public float floatValue ( )
public double doubleValue ( )
public short shortValue ( )
public char charValue ( )
public byte byteValue ( )
public static char toLowerCase ( char c )
public static char toUpperCase ( char c )
public static boolean isNumber ( char c )
public static boolean isUpper ( char c )
public static boolean isLower ( char c )
public static boolean isAlpha ( char c )
public static boolean isAlphaNumeric ( char c )
public static boolean isWhitespace ( char c )


Produce by t2html tool written by Eric Kerfoot © 2004