C# 클래스 JumpOperation, tf_client

상속: Operation
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
jumpDistance int

공개 메소드들

메소드 설명
Execute ( TransitionInterpreter, interpreter ) : bool
Parse ( string opDesc ) : bool
Register ( OperationLibrary, library ) : void
UpdateInstructionIndex ( TransitionInterpreter, interpreter ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( TransitionInterpreter, interpreter ) : bool
interpreter TransitionInterpreter,
리턴 bool

Parse() 공개 메소드

public Parse ( string opDesc ) : bool
opDesc string
리턴 bool

Register() 공개 정적인 메소드

public static Register ( OperationLibrary, library ) : void
library OperationLibrary,
리턴 void

UpdateInstructionIndex() 공개 메소드

public UpdateInstructionIndex ( TransitionInterpreter, interpreter ) : void
interpreter TransitionInterpreter,
리턴 void

프로퍼티 상세

jumpDistance 보호되어 있는 프로퍼티

protected int jumpDistance
리턴 int