C# 클래스 StructDeclaration, pinac

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

공개 메소드들

메소드 설명
Accept ( Visitor, visitor ) : void
getName ( ) : VariableElement,
getType ( ) : String
getVar ( ) : Hashtable
getVar ( ) : VariableElement,
getVarType ( ) : List
getVarType ( ) : List
setName ( VariableElement, text ) : void
setType ( String type ) : void
setVar ( ) : void
setVar ( VariableElement, var ) : void
setVarType ( ScalarVariableDeclaration, var ) : void
setVarType ( StructVariableDeclaration, var ) : void

메소드 상세

Accept() 공개 메소드

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

getName() 공개 메소드

public getName ( ) : VariableElement,
리턴 VariableElement,

getType() 공개 메소드

public getType ( ) : String
리턴 String

getVar() 공개 메소드

public getVar ( ) : Hashtable
리턴 Hashtable

getVar() 공개 메소드

public getVar ( ) : VariableElement,
리턴 VariableElement,

getVarType() 공개 메소드

public getVarType ( ) : List
리턴 List

getVarType() 공개 메소드

public getVarType ( ) : List
리턴 List

setName() 공개 메소드

public setName ( VariableElement, text ) : void
text VariableElement,
리턴 void

setType() 공개 메소드

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

setVar() 공개 메소드

public setVar ( ) : void
리턴 void

setVar() 공개 메소드

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

setVarType() 공개 메소드

public setVarType ( ScalarVariableDeclaration, var ) : void
var ScalarVariableDeclaration,
리턴 void

setVarType() 공개 메소드

public setVarType ( StructVariableDeclaration, var ) : void
var StructVariableDeclaration,
리턴 void