C# Class UnityScript.Steps.UtilitiesModule

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ConstructorTakingNArgumentsFor ( IType type, int arguments ) : IConstructor
GetScriptClass ( CompilerContext context ) : ClassDefinition
IsPossibleStartCoroutineInvocationForm ( MethodInvocationExpression node ) : bool
IsRhsOfAssignment ( Expression node ) : bool
SetScriptClass ( CompilerContext context, ClassDefinition klass ) : void

Private Methods

Méthode Description
UtilitiesModule ( ) : Boo.Lang.Compiler

Method Details

ConstructorTakingNArgumentsFor() public static méthode

public static ConstructorTakingNArgumentsFor ( IType type, int arguments ) : IConstructor
type IType
arguments int
Résultat IConstructor

GetScriptClass() public static méthode

public static GetScriptClass ( CompilerContext context ) : ClassDefinition
context Boo.Lang.Compiler.CompilerContext
Résultat Boo.Lang.Compiler.Ast.ClassDefinition

IsPossibleStartCoroutineInvocationForm() public static méthode

public static IsPossibleStartCoroutineInvocationForm ( MethodInvocationExpression node ) : bool
node Boo.Lang.Compiler.Ast.MethodInvocationExpression
Résultat bool

IsRhsOfAssignment() public static méthode

public static IsRhsOfAssignment ( Expression node ) : bool
node Boo.Lang.Compiler.Ast.Expression
Résultat bool

SetScriptClass() public static méthode

public static SetScriptClass ( CompilerContext context, ClassDefinition klass ) : void
context Boo.Lang.Compiler.CompilerContext
klass Boo.Lang.Compiler.Ast.ClassDefinition
Résultat void