C# Class UnityScript.Steps.Parse

Inheritance: Boo.Lang.Compiler.Steps.AbstractCompilerStep
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode 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

Méthode Description
NormalizePropertyAccessors ( ) : void
ParseInput ( ICompilerInput input ) : void
ParseInputs ( ) : void

Method Details

CheckSetterReturnType() public méthode

public CheckSetterReturnType ( Method setter ) : void
setter Boo.Lang.Compiler.Ast.Method
Résultat void

NormalizeGetter() public méthode

public NormalizeGetter ( Method getter ) : void
getter Boo.Lang.Compiler.Ast.Method
Résultat void

NormalizeSetter() public méthode

public NormalizeSetter ( Method setter ) : void
setter Boo.Lang.Compiler.Ast.Method
Résultat void

NormalizeSetterParameters() public méthode

public NormalizeSetterParameters ( Method setter ) : void
setter Boo.Lang.Compiler.Ast.Method
Résultat void

OnProperty() public méthode

public OnProperty ( Property node ) : void
node Property
Résultat void

ReportError() public méthode

public ReportError ( CompilerError error ) : void
error Boo.Lang.Compiler.CompilerError
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void