C# Class Otp.Erlang.Atom

Inheritance: Erlang.Object
Mostrar archivo Open project: saleyn/otp.net Class Usage Examples

Public Methods

Method Description
Atom ( OtpInputStream buf ) : System
Atom ( System atom ) : System
Equals ( System o ) : bool
GetHashCode ( ) : int
ToString ( ) : System.String
atomValue ( ) : System.String
encode ( OtpOutputStream buf ) : void

Private Methods

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

Method Details

Atom() public method

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

Atom() public method

public Atom ( System atom ) : System
atom System
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : System.String
return System.String

atomValue() public method

public atomValue ( ) : System.String
return System.String

encode() public method

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