C# Class Pytocs.TypeInference.TypeStack

Datei anzeigen Open project: uxmal/pytocs

Public Methods

Method Description
contains ( DataType first, DataType second ) : bool
pop ( object first, object second ) : void
push ( DataType first, DataType second ) : void

Method Details

contains() public method

public contains ( DataType first, DataType second ) : bool
first DataType
second DataType
return bool

pop() public method

public pop ( object first, object second ) : void
first object
second object
return void

push() public method

public push ( DataType first, DataType second ) : void
first DataType
second DataType
return void