C# Class K2Informatics.Erlnet.OtpErlangAtom

Inheritance: OtpErlangObject
Show file Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Properties

Property Type Description
maxAtomLength int

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangAtom ( OtpInputStream buf ) : System
OtpErlangAtom ( String atom ) : System
OtpErlangAtom ( bool t ) : System
ToString ( ) : String
atomValue ( ) : String
boolValue ( ) : bool
encode ( OtpOutputStream buf ) : void

Protected Methods

Method Description
doHashCode ( ) : int

Private Methods

Method Description
atomNeedsQuoting ( String s ) : bool
escapeSpecialChars ( String s ) : String
isErlangDigit ( char c ) : bool
isErlangLetter ( char c ) : bool
isErlangLower ( char c ) : bool
isErlangUpper ( char c ) : bool

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangAtom() public method

public OtpErlangAtom ( OtpInputStream buf ) : System
buf OtpInputStream
return System

OtpErlangAtom() public method

public OtpErlangAtom ( String atom ) : System
atom String
return System

OtpErlangAtom() public method

public OtpErlangAtom ( bool t ) : System
t bool
return System

ToString() public method

public ToString ( ) : String
return String

atomValue() public method

public atomValue ( ) : String
return String

boolValue() public method

public boolValue ( ) : bool
return bool

doHashCode() protected method

protected doHashCode ( ) : int
return int

encode() public method

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
return void

Property Details

maxAtomLength public static property

public static int maxAtomLength
return int