C# Class Telerik.JustDecompiler.Steps.SelfAssignment

Inheritance: BaseCodeTransformer, IDecompilationStep
Datei anzeigen Open project: codemerx/CodemerxDecompile Class Usage Examples

Public Methods

Method Description
Process ( DecompilationContext context, BlockStatement body ) : BlockStatement
VisitBinaryExpression ( BinaryExpression node ) : ICodeNode

Protected Methods

Method Description
InitializeNormalToAssignOperatorMap ( ) : BinaryOperator>.Dictionary

Private Methods

Method Description
GetCorrespondingOperator ( ) : UnaryOperator
SelfAssignment ( ) : Mono.Cecil
VisitAssignExpression ( BinaryExpression node ) : ICodeNode

Method Details

InitializeNormalToAssignOperatorMap() protected method

protected InitializeNormalToAssignOperatorMap ( ) : BinaryOperator>.Dictionary
return BinaryOperator>.Dictionary

Process() public method

public Process ( DecompilationContext context, BlockStatement body ) : BlockStatement
context DecompilationContext
body BlockStatement
return BlockStatement

VisitBinaryExpression() public method

public VisitBinaryExpression ( BinaryExpression node ) : ICodeNode
node BinaryExpression
return ICodeNode