C# Class JSIL.Ast.JSVariableDereference

Inheritance: JSVariable
Mostrar archivo Open project: sq/JSIL

Public Properties

Property Type Description
Referent JSVariable

Public Methods

Method Description
GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
GetParameter ( ) : JSParameter
JSVariableDereference ( JSVariable referent, MethodReference function ) : System
Reference ( ) : JSVariable

Method Details

GetActualType() public method

public GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
typeSystem Mono.Cecil.TypeSystem
return Mono.Cecil.TypeReference

GetParameter() public method

public GetParameter ( ) : JSParameter
return JSParameter

JSVariableDereference() public method

public JSVariableDereference ( JSVariable referent, MethodReference function ) : System
referent JSVariable
function Mono.Cecil.MethodReference
return System

Reference() public method

public Reference ( ) : JSVariable
return JSVariable

Property Details

Referent public_oe property

public JSVariable,JSIL.Ast Referent
return JSVariable