C# Class MyC.Var

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
getClassId ( ) : int
getFieldBuilder ( ) : Object
getIndex ( ) : int
getLocalToken ( ) : Object
getMethodBuilder ( ) : Object
getName ( ) : String
getParams ( ) : VarList
getSign ( ) : int
getTypeId ( ) : int
setClassId ( int v ) : void
setFieldBuilder ( Object f ) : void
setIndex ( int i ) : void
setLocalToken ( Object f ) : void
setMethodBuilder ( Object f ) : void
setName ( String s ) : void
setParams ( VarList p ) : void
setSign ( int i ) : void
setTypeId ( int t ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

getClassId() public method

public getClassId ( ) : int
return int

getFieldBuilder() public method

public getFieldBuilder ( ) : Object
return Object

getIndex() public method

public getIndex ( ) : int
return int

getLocalToken() public method

public getLocalToken ( ) : Object
return Object

getMethodBuilder() public method

public getMethodBuilder ( ) : Object
return Object

getName() public method

public getName ( ) : String
return String

getParams() public method

public getParams ( ) : VarList
return VarList

getSign() public method

public getSign ( ) : int
return int

getTypeId() public method

public getTypeId ( ) : int
return int

setClassId() public method

public setClassId ( int v ) : void
v int
return void

setFieldBuilder() public method

public setFieldBuilder ( Object f ) : void
f Object
return void

setIndex() public method

public setIndex ( int i ) : void
i int
return void

setLocalToken() public method

public setLocalToken ( Object f ) : void
f Object
return void

setMethodBuilder() public method

public setMethodBuilder ( Object f ) : void
f Object
return void

setName() public method

public setName ( String s ) : void
s String
return void

setParams() public method

public setParams ( VarList p ) : void
p VarList
return void

setSign() public method

public setSign ( int i ) : void
i int
return void

setTypeId() public method

public setTypeId ( int t ) : void
t int
return void