Метод | Описание | |
---|---|---|
BuildUniqueTypeMemberName ( Boo.Lang.Compiler.Ast.TypeDefinition type, string name ) : string | ||
CreateConstructor ( Node lexicalInfoProvider, TypeMemberModifiers modifiers ) : |
||
CreateMethodInvocationExpression ( |
||
CreateMethodInvocationExpression ( LexicalInfo li, |
||
CreateReferenceExpression ( LexicalInfo li, string fullname ) : |
||
CreateReferenceExpression ( string fullname ) : |
||
DebugNode ( Node node ) : void | ||
FromXml ( |
||
GetMemberAnchor ( Node node ) : Node | ||
GetMethodNameForOperator ( BinaryOperatorType op ) : string | ||
GetMethodNameForOperator ( UnaryOperatorType op ) : string | ||
GetParentClass ( Node node ) : |
||
GetParentTryExceptEnsure ( Node node ) : Node | ||
IsAssignment ( |
||
IsAssignmentOperator ( BinaryOperatorType op ) : bool | ||
IsComplexSlice ( Boo.Lang.Compiler.Ast.Slice slice ) : bool | ||
IsComplexSlicing ( Boo.Lang.Compiler.Ast.SlicingExpression node ) : bool | ||
IsExplodeExpression ( Node node ) : bool | ||
IsIncDec ( Node node ) : bool | ||
IsLhsOfAssignment ( |
||
IsLhsOfInPlaceAddSubtract ( |
||
IsListGenerator ( Boo.Lang.Compiler.Ast.ListLiteralExpression node ) : bool | ||
IsListGenerator ( Node node ) : bool | ||
IsListMultiGenerator ( Boo.Lang.Compiler.Ast.ListLiteralExpression node ) : bool | ||
IsListMultiGenerator ( Node node ) : bool | ||
IsOverloadableOperator ( BinaryOperatorType op ) : bool | ||
IsPostUnaryOperator ( UnaryOperatorType op ) : bool | ||
IsTargetOfGenericMethodInvocation ( |
||
IsTargetOfMemberReference ( |
||
IsTargetOfMethodInvocation ( |
||
IsTargetOfSlicing ( |
||
SafeToCodeString ( Node node ) : string | ||
ToXml ( Node node ) : string |
Метод | Описание | |
---|---|---|
AstUtil ( ) : System |
public static BuildUniqueTypeMemberName ( Boo.Lang.Compiler.Ast.TypeDefinition type, string name ) : string | ||
type | Boo.Lang.Compiler.Ast.TypeDefinition | |
name | string | |
Результат | string |
public static CreateConstructor ( Node lexicalInfoProvider, TypeMemberModifiers modifiers ) : |
||
lexicalInfoProvider | Node | |
modifiers | TypeMemberModifiers | |
Результат |
public static CreateMethodInvocationExpression ( |
||
target | ||
arg | ||
Результат |
public static CreateMethodInvocationExpression ( LexicalInfo li, |
||
li | LexicalInfo | |
target | ||
arg | ||
Результат |
public static CreateReferenceExpression ( LexicalInfo li, string fullname ) : |
||
li | LexicalInfo | |
fullname | string | |
Результат |
public static CreateReferenceExpression ( string fullname ) : |
||
fullname | string | |
Результат |
public static DebugNode ( Node node ) : void | ||
node | Node | |
Результат | void |
public static FromXml ( |
||
type | ||
code | string | |
Результат | Node |
public static GetMemberAnchor ( Node node ) : Node | ||
node | Node | |
Результат | Node |
public static GetMethodNameForOperator ( BinaryOperatorType op ) : string | ||
op | BinaryOperatorType | |
Результат | string |
public static GetMethodNameForOperator ( UnaryOperatorType op ) : string | ||
op | UnaryOperatorType | |
Результат | string |
public static GetParentClass ( Node node ) : |
||
node | Node | |
Результат |
public static GetParentTryExceptEnsure ( Node node ) : Node | ||
node | Node | |
Результат | Node |
public static IsAssignment ( |
||
node | ||
Результат | bool |
public static IsAssignmentOperator ( BinaryOperatorType op ) : bool | ||
op | BinaryOperatorType | |
Результат | bool |
public static IsComplexSlice ( Boo.Lang.Compiler.Ast.Slice slice ) : bool | ||
slice | Boo.Lang.Compiler.Ast.Slice | |
Результат | bool |
public static IsComplexSlicing ( Boo.Lang.Compiler.Ast.SlicingExpression node ) : bool | ||
node | Boo.Lang.Compiler.Ast.SlicingExpression | |
Результат | bool |
public static IsExplodeExpression ( Node node ) : bool | ||
node | Node | |
Результат | bool |
public static IsIncDec ( Node node ) : bool | ||
node | Node | |
Результат | bool |
public static IsLhsOfAssignment ( |
||
node | ||
Результат | bool |
public static IsLhsOfInPlaceAddSubtract ( |
||
node | ||
Результат | bool |
public static IsListGenerator ( Boo.Lang.Compiler.Ast.ListLiteralExpression node ) : bool | ||
node | Boo.Lang.Compiler.Ast.ListLiteralExpression | |
Результат | bool |
public static IsListGenerator ( Node node ) : bool | ||
node | Node | |
Результат | bool |
public static IsListMultiGenerator ( Boo.Lang.Compiler.Ast.ListLiteralExpression node ) : bool | ||
node | Boo.Lang.Compiler.Ast.ListLiteralExpression | |
Результат | bool |
public static IsListMultiGenerator ( Node node ) : bool | ||
node | Node | |
Результат | bool |
public static IsOverloadableOperator ( BinaryOperatorType op ) : bool | ||
op | BinaryOperatorType | |
Результат | bool |
public static IsPostUnaryOperator ( UnaryOperatorType op ) : bool | ||
op | UnaryOperatorType | |
Результат | bool |
public static IsTargetOfGenericMethodInvocation ( |
||
node | ||
Результат | bool |
public static IsTargetOfMemberReference ( |
||
node | ||
Результат | bool |
public static IsTargetOfMethodInvocation ( |
||
node | ||
Результат | bool |
public static IsTargetOfSlicing ( |
||
node | ||
Результат | bool |
public static SafeToCodeString ( Node node ) : string | ||
node | Node | |
Результат | string |
public static ToXml ( Node node ) : string | ||
node | Node | |
Результат | string |