C# Class JSIL.Ast.JSVariableReference

Inheritance: JSVariable
Mostrar archivo Open project: sq/JSIL

Public Properties

Property Type Description
Referent JSVariable

Public Methods

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

Method Details

Dereference() public method

public Dereference ( ) : JSVariable
return JSVariable

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

JSVariableReference() public method

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

Property Details

Referent public_oe property

public JSVariable,JSIL.Ast Referent
return JSVariable