C# 클래스 K2Informatics.Erlnet.OtpErlangAtom

상속: OtpErlangObject
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxAtomLength int

공개 메소드들

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

보호된 메소드들

메소드 설명
doHashCode ( ) : int

비공개 메소드들

메소드 설명
atomNeedsQuoting ( String s ) : bool
escapeSpecialChars ( String s ) : String
isErlangDigit ( char c ) : bool
isErlangLetter ( char c ) : bool
isErlangLower ( char c ) : bool
isErlangUpper ( char c ) : bool

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangAtom() 공개 메소드

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

OtpErlangAtom() 공개 메소드

public OtpErlangAtom ( String atom ) : System
atom String
리턴 System

OtpErlangAtom() 공개 메소드

public OtpErlangAtom ( bool t ) : System
t bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

atomValue() 공개 메소드

public atomValue ( ) : String
리턴 String

boolValue() 공개 메소드

public boolValue ( ) : bool
리턴 bool

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 메소드

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

프로퍼티 상세

maxAtomLength 공개적으로 정적으로 프로퍼티

public static int maxAtomLength
리턴 int