C# Class JSIL.Ast.JSVariableDereference

Inheritance: JSVariable
Afficher le fichier Open project: sq/JSIL

Méthodes publiques

Свойство Type Description
Referent JSVariable

Méthodes publiques

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

Method Details

GetActualType() public méthode

public GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
typeSystem Mono.Cecil.TypeSystem
Résultat Mono.Cecil.TypeReference

GetParameter() public méthode

public GetParameter ( ) : JSParameter
Résultat JSParameter

JSVariableDereference() public méthode

public JSVariableDereference ( JSVariable referent, MethodReference function ) : System
referent JSVariable
function Mono.Cecil.MethodReference
Résultat System

Reference() public méthode

public Reference ( ) : JSVariable
Résultat JSVariable

Property Details

Referent public_oe property

public JSVariable,JSIL.Ast Referent
Résultat JSVariable