C# 클래스 ThinNeo.Compiler.Op

파일 보기 프로젝트 열기: ZoroChain/Zoro.one

공개 프로퍼티들

프로퍼티 타입 설명
addr UInt16
code OpCode
error bool
paramData byte[]
paramType ParamType

공개 메소드들

메소드 설명
AsAddr ( ) : Int16
AsHexString ( ) : string
AsString ( ) : string
ToString ( ) : string
getCodeName ( ) : string

메소드 상세

AsAddr() 공개 메소드

public AsAddr ( ) : Int16
리턴 Int16

AsHexString() 공개 메소드

public AsHexString ( ) : string
리턴 string

AsString() 공개 메소드

public AsString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getCodeName() 공개 메소드

public getCodeName ( ) : string
리턴 string

프로퍼티 상세

addr 공개적으로 프로퍼티

public UInt16 addr
리턴 UInt16

code 공개적으로 프로퍼티

public OpCode code
리턴 OpCode

error 공개적으로 프로퍼티

public bool error
리턴 bool

paramData 공개적으로 프로퍼티

public byte[] paramData
리턴 byte[]

paramType 공개적으로 프로퍼티

public ParamType paramType
리턴 ParamType