C# Class FittingEngine.Model.Expressions.GetTypeIdExpression

Inheritance: UnaryExpression
Exibir arquivo Open project: rischwa/eve-fast-fitting-assessment Class Usage Examples

Public Methods

Method Description
Execute ( IContext context, Stack stack ) : void
GetTypeIdExpression ( IExpression arg1 ) : System.Collections.Generic

Method Details

Execute() public method

public Execute ( IContext context, Stack stack ) : void
context IContext
stack Stack
return void

GetTypeIdExpression() public method

public GetTypeIdExpression ( IExpression arg1 ) : System.Collections.Generic
arg1 IExpression
return System.Collections.Generic