C# 클래스 StructVariableDeclaration, pinac

상속: Element
파일 보기 프로젝트 열기: shranjan/pinac 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( Visitor, visitor ) : void
getType ( ) : String
getVar ( ) : VariableElement,
setType ( String type ) : void
setVar ( VariableElement, var ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( Visitor, visitor ) : void
visitor Visitor,
리턴 void

getType() 공개 메소드

public getType ( ) : String
리턴 String

getVar() 공개 메소드

public getVar ( ) : VariableElement,
리턴 VariableElement,

setType() 공개 메소드

public setType ( String type ) : void
type String
리턴 void

setVar() 공개 메소드

public setVar ( VariableElement, var ) : void
var VariableElement,
리턴 void