C# Class Otp.Erlang.Atom

Inheritance: Erlang.Object
Afficher le fichier Open project: saleyn/otp.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Atom ( OtpInputStream buf ) : System
buf OtpInputStream
Résultat System

Atom() public méthode

public Atom ( System atom ) : System
atom System
Résultat System

Equals() public méthode

public Equals ( System o ) : bool
o System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

atomValue() public méthode

public atomValue ( ) : System.String
Résultat System.String

encode() public méthode

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
Résultat void