C# Class K2Informatics.Erlnet.OtpErlangAtom

Inheritance: OtpErlangObject
Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Свойство Type Description
maxAtomLength int

Méthodes publiques

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

Méthodes protégées

Méthode Description
doHashCode ( ) : int

Private Methods

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

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OtpErlangAtom() public méthode

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

OtpErlangAtom() public méthode

public OtpErlangAtom ( String atom ) : System
atom String
Résultat System

OtpErlangAtom() public méthode

public OtpErlangAtom ( bool t ) : System
t bool
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

atomValue() public méthode

public atomValue ( ) : String
Résultat String

boolValue() public méthode

public boolValue ( ) : bool
Résultat bool

doHashCode() protected méthode

protected doHashCode ( ) : int
Résultat int

encode() public méthode

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

Property Details

maxAtomLength public_oe static_oe property

public static int maxAtomLength
Résultat int