C# Class K2Informatics.Erlnet.OtpErlangFun

Inheritance: OtpErlangObject
Afficher le fichier Open project: K2InformaticsGmbH/erlnet

Méthodes publiques

Méthode Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangFun ( OtpErlangPid pid, String module, int arity, byte md5, int index, long old_index, long uniq, OtpErlangObject freeVars ) : System
OtpErlangFun ( OtpErlangPid pid, String module, long index, long uniq, OtpErlangObject freeVars ) : System
OtpErlangFun ( OtpInputStream buf ) : System
ToString ( ) : String
encode ( OtpOutputStream buf ) : void

Méthodes protégées

Méthode Description
doHashCode ( ) : int

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

OtpErlangFun() public méthode

public OtpErlangFun ( OtpErlangPid pid, String module, int arity, byte md5, int index, long old_index, long uniq, OtpErlangObject freeVars ) : System
pid OtpErlangPid
module String
arity int
md5 byte
index int
old_index long
uniq long
freeVars OtpErlangObject
Résultat System

OtpErlangFun() public méthode

public OtpErlangFun ( OtpErlangPid pid, String module, long index, long uniq, OtpErlangObject freeVars ) : System
pid OtpErlangPid
module String
index long
uniq long
freeVars OtpErlangObject
Résultat System

OtpErlangFun() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String

doHashCode() protected méthode

protected doHashCode ( ) : int
Résultat int

encode() public méthode

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