C# Class UnityScript.Steps.Parse

Inheritance: Boo.Lang.Compiler.Steps.AbstractCompilerStep
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
CheckSetterReturnType ( Method setter ) : void
NormalizeGetter ( Method getter ) : void
NormalizeSetter ( Method setter ) : void
NormalizeSetterParameters ( Method setter ) : void
OnProperty ( Property node ) : void
ReportError ( CompilerError error ) : void
Run ( ) : void

Private Methods

Method Description
NormalizePropertyAccessors ( ) : void
ParseInput ( ICompilerInput input ) : void
ParseInputs ( ) : void

Method Details

CheckSetterReturnType() public method

public CheckSetterReturnType ( Method setter ) : void
setter Boo.Lang.Compiler.Ast.Method
return void

NormalizeGetter() public method

public NormalizeGetter ( Method getter ) : void
getter Boo.Lang.Compiler.Ast.Method
return void

NormalizeSetter() public method

public NormalizeSetter ( Method setter ) : void
setter Boo.Lang.Compiler.Ast.Method
return void

NormalizeSetterParameters() public method

public NormalizeSetterParameters ( Method setter ) : void
setter Boo.Lang.Compiler.Ast.Method
return void

OnProperty() public method

public OnProperty ( Property node ) : void
node Property
return void

ReportError() public method

public ReportError ( CompilerError error ) : void
error Boo.Lang.Compiler.CompilerError
return void

Run() public method

public Run ( ) : void
return void