C# 클래스 Otp.Erlang.Atom

상속: Erlang.Object
파일 보기 프로젝트 열기: saleyn/otp.net 1 사용 예제들

공개 메소드들

메소드 설명
Atom ( OtpInputStream buf ) : System
Atom ( System atom ) : System
Equals ( System o ) : bool
GetHashCode ( ) : int
ToString ( ) : System.String
atomValue ( ) : System.String
encode ( OtpOutputStream buf ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Atom() 공개 메소드

public Atom ( OtpInputStream buf ) : System
buf OtpInputStream
리턴 System

Atom() 공개 메소드

public Atom ( System atom ) : System
atom System
리턴 System

Equals() 공개 메소드

public Equals ( System o ) : bool
o System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

atomValue() 공개 메소드

public atomValue ( ) : System.String
리턴 System.String

encode() 공개 메소드

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
리턴 void