메소드 | 설명 | |
---|---|---|
AbstractMemberNotImplemented ( Node node, string typeName, string memberName ) : Boo.Lang.Compiler.CompilerWarning | ||
AbstractMemberNotImplementedStubCreated ( Node node, string typeName, string memberName ) : Boo.Lang.Compiler.CompilerWarning | ||
AssignmentToTemporary ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
CustomWarning ( LexicalInfo lexicalInfo, string msg ) : Boo.Lang.Compiler.CompilerWarning | ||
CustomWarning ( string msg ) : Boo.Lang.Compiler.CompilerWarning | ||
DuplicateNamespace ( |
||
EqualsInsteadOfAssign ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : Boo.Lang.Compiler.CompilerWarning | ||
HaveBothKeyFileAndAttribute ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
HaveBothKeyNameAndAttribute ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
InvalidEventUnsubscribe ( Node node, string eventName, |
||
IsInsteadOfIsa ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
ModifiersInLabelsHaveNoEffect ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
NamespaceNeverUsed ( |
||
NewProtectedMemberInSealedType ( Boo.Lang.Compiler.Ast.TypeMember member ) : Boo.Lang.Compiler.CompilerWarning | ||
Obsolete ( Node node, string memberName, string message ) : Boo.Lang.Compiler.CompilerWarning | ||
OverridingFinalizeIsBadPractice ( Boo.Lang.Compiler.Ast.TypeMember member ) : Boo.Lang.Compiler.CompilerWarning | ||
PrivateMemberNeverUsed ( Boo.Lang.Compiler.Ast.TypeMember member ) : Boo.Lang.Compiler.CompilerWarning | ||
StaticClassMemberRedundantlyMarkedStatic ( Node node, string typeName, string memberName ) : Boo.Lang.Compiler.CompilerWarning | ||
UnreachableCodeDetected ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
UnusedLocalVariable ( Node node, string name ) : Boo.Lang.Compiler.CompilerWarning |
메소드 | 설명 | |
---|---|---|
CompilerWarningFactory ( ) : System | ||
NodeTypeString ( Node node ) : string |
public static AbstractMemberNotImplemented ( Node node, string typeName, string memberName ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
typeName | string | |
memberName | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static AbstractMemberNotImplementedStubCreated ( Node node, string typeName, string memberName ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
typeName | string | |
memberName | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static AssignmentToTemporary ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static CustomWarning ( LexicalInfo lexicalInfo, string msg ) : Boo.Lang.Compiler.CompilerWarning | ||
lexicalInfo | LexicalInfo | |
msg | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static CustomWarning ( string msg ) : Boo.Lang.Compiler.CompilerWarning | ||
msg | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static DuplicateNamespace ( |
||
import | ||
name | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static EqualsInsteadOfAssign ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Boo.Lang.Compiler.Ast.BinaryExpression | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static HaveBothKeyFileAndAttribute ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static HaveBothKeyNameAndAttribute ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static InvalidEventUnsubscribe ( Node node, string eventName, |
||
node | Node | |
eventName | string | |
expected | ||
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static IsInsteadOfIsa ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static ModifiersInLabelsHaveNoEffect ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static NamespaceNeverUsed ( |
||
node | ||
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static NewProtectedMemberInSealedType ( Boo.Lang.Compiler.Ast.TypeMember member ) : Boo.Lang.Compiler.CompilerWarning | ||
member | Boo.Lang.Compiler.Ast.TypeMember | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static Obsolete ( Node node, string memberName, string message ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
memberName | string | |
message | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static OverridingFinalizeIsBadPractice ( Boo.Lang.Compiler.Ast.TypeMember member ) : Boo.Lang.Compiler.CompilerWarning | ||
member | Boo.Lang.Compiler.Ast.TypeMember | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static PrivateMemberNeverUsed ( Boo.Lang.Compiler.Ast.TypeMember member ) : Boo.Lang.Compiler.CompilerWarning | ||
member | Boo.Lang.Compiler.Ast.TypeMember | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static StaticClassMemberRedundantlyMarkedStatic ( Node node, string typeName, string memberName ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
typeName | string | |
memberName | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static UnreachableCodeDetected ( Node node ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
리턴 | Boo.Lang.Compiler.CompilerWarning |
public static UnusedLocalVariable ( Node node, string name ) : Boo.Lang.Compiler.CompilerWarning | ||
node | Node | |
name | string | |
리턴 | Boo.Lang.Compiler.CompilerWarning |