C# Class Pytocs.TypeInference.TypeStack

Afficher le fichier Open project: uxmal/pytocs

Méthodes publiques

Méthode Description
contains ( DataType first, DataType second ) : bool
pop ( object first, object second ) : void
push ( DataType first, DataType second ) : void

Method Details

contains() public méthode

public contains ( DataType first, DataType second ) : bool
first DataType
second DataType
Résultat bool

pop() public méthode

public pop ( object first, object second ) : void
first object
second object
Résultat void

push() public méthode

public push ( DataType first, DataType second ) : void
first DataType
second DataType
Résultat void