Свойство | Тип | Описание | |
---|---|---|---|
_activeModule | Module | ||
_implicit | bool |
Метод | Описание | |
---|---|---|
ApplyImplicitArrayConversion ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : void | ||
CheckEntryPoint ( |
||
CheckForEmptyCoroutine ( |
||
GetGeneratorReturnType ( Boo.Lang.Compiler.TypeSystem.InternalMethod generator ) : IType | ||
Initialize ( |
||
IsCompilerGenerated ( |
||
IsEmptyCoroutine ( |
||
NeedsUpdateableIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : bool | ||
OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
OnMethod ( |
||
OnModule ( Module module ) : void | ||
ProcessAutoLocalDeclaration ( Boo.Lang.Compiler.Ast.BinaryExpression node, |
||
ProcessNormalIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
ProcessStaticallyTypedAssignment ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : void | ||
ProcessUpdateableIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
ResolveUnityRuntimeField ( string name ) : IField | ||
ResolveUnityRuntimeMethod ( string name ) : IMethod | ||
ShouldDisableImplicitDowncastWarning ( ) : bool | ||
TransformIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
UnityScriptLangArray ( ) : IType | ||
UpdateSettingsForActiveModule ( ) : void | ||
VisitMemberPreservingContext ( Boo.Lang.Compiler.Ast.TypeMember node ) : void |
Метод | Описание | |
---|---|---|
LocalToReuseFor ( Boo.Lang.Compiler.Ast.Declaration d ) : Local | ||
MemberNotFound ( Boo.Lang.Compiler.Ast.MemberReferenceExpression node, INamespace ns ) : void | ||
ProcessBuiltinInvocation ( |
||
ProcessMethodInvocation ( |
Метод | Описание | |
---|---|---|
ProcessTypeofBuiltin ( |
public ApplyImplicitArrayConversion ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : void | ||
node | Boo.Lang.Compiler.Ast.BinaryExpression | |
Результат | void |
public CheckEntryPoint ( |
||
node | ||
Результат | void |
public CheckForEmptyCoroutine ( |
||
node | ||
Результат | void |
public GetGeneratorReturnType ( Boo.Lang.Compiler.TypeSystem.InternalMethod generator ) : IType | ||
generator | Boo.Lang.Compiler.TypeSystem.InternalMethod | |
Результат | IType |
public Initialize ( |
||
context | ||
Результат | void |
public IsCompilerGenerated ( |
||
reference | ||
Результат | bool |
public IsEmptyCoroutine ( |
||
node | ||
Результат | bool |
protected LocalToReuseFor ( Boo.Lang.Compiler.Ast.Declaration d ) : Local | ||
d | Boo.Lang.Compiler.Ast.Declaration | |
Результат | Local |
protected MemberNotFound ( Boo.Lang.Compiler.Ast.MemberReferenceExpression node, INamespace ns ) : void | ||
node | Boo.Lang.Compiler.Ast.MemberReferenceExpression | |
ns | INamespace | |
Результат | void |
public NeedsUpdateableIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : bool | ||
node | Boo.Lang.Compiler.Ast.ForStatement | |
Результат | bool |
public OnForStatement ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
node | Boo.Lang.Compiler.Ast.ForStatement | |
Результат | void |
public OnMethod ( |
||
node | ||
Результат | void |
public ProcessAutoLocalDeclaration ( Boo.Lang.Compiler.Ast.BinaryExpression node, |
||
node | Boo.Lang.Compiler.Ast.BinaryExpression | |
reference | ||
Результат | void |
protected ProcessBuiltinInvocation ( |
||
node | ||
function | ||
Результат | void |
protected ProcessMethodInvocation ( |
||
node | ||
method | IMethod | |
Результат | void |
public ProcessNormalIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
node | Boo.Lang.Compiler.Ast.ForStatement | |
Результат | void |
public ProcessStaticallyTypedAssignment ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : void | ||
node | Boo.Lang.Compiler.Ast.BinaryExpression | |
Результат | void |
public ProcessUpdateableIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
node | Boo.Lang.Compiler.Ast.ForStatement | |
Результат | void |
public ResolveUnityRuntimeField ( string name ) : IField | ||
name | string | |
Результат | IField |
public ResolveUnityRuntimeMethod ( string name ) : IMethod | ||
name | string | |
Результат | IMethod |
public ShouldDisableImplicitDowncastWarning ( ) : bool | ||
Результат | bool |
public TransformIteration ( Boo.Lang.Compiler.Ast.ForStatement node ) : void | ||
node | Boo.Lang.Compiler.Ast.ForStatement | |
Результат | void |
public UpdateSettingsForActiveModule ( ) : void | ||
Результат | void |
public VisitMemberPreservingContext ( Boo.Lang.Compiler.Ast.TypeMember node ) : void | ||
node | Boo.Lang.Compiler.Ast.TypeMember | |
Результат | void |