staticMethod
P165401
predicate
Indicates that a method belongs to a class itself rather than to any particular instance of that class, and can be invoked without creating an object.
All labels observed (3)
| Label | Occurrences |
|---|---|
| staticMethod canonical | 11 |
| staticMember | 7 |
| staticMethodFromRectSignature | 1 |
Description generation (PDg)
The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.
Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning. # Instructions Focus on describing the relationship, not the entities themselves. # Response Format Begin the description with \' Indicates...\'
Input
Predicate: staticMethod
Generated description
Indicates that a method belongs to a class itself rather than to any particular instance of that class, and can be invoked without creating an object.
Sample triples (19)
| Subject | Object |
|---|---|
| System.Enum | GetNames(System.Type) ⓘ |
| System.Enum | GetValues(System.Type) ⓘ |
| System.Enum | GetName(System.Type, System.Object) ⓘ |
| System.Enum | IsDefined(System.Type, System.Object) ⓘ |
| System.Enum | Parse(System.Type, System.String) ⓘ |
| System.Enum | Parse(System.Type, System.String, System.Boolean) ⓘ |
| System.Enum | TryParse<TEnum>(System.String, out TEnum) ⓘ |
| System.Enum | TryParse<TEnum>(System.String, System.Boolean, out TEnum) ⓘ |
| System.Enum | GetUnderlyingType(System.Type) ⓘ |
| System.Enum | GetValues<TEnum>() ⓘ |
| System.Enum | GetNames<TEnum>() ⓘ |
| System.Delegate | CreateDelegate(System.Type,System.Reflection.MethodInfo) via predicate surface "staticMember" ⓘ |
| System.Delegate | CreateDelegate(System.Type,System.Object,System.String) via predicate surface "staticMember" ⓘ |
| System.Delegate | Combine(System.Delegate,System.Delegate) via predicate surface "staticMember" ⓘ |
| System.Delegate | Remove(System.Delegate,System.Delegate) via predicate surface "staticMember" ⓘ |
| System.Delegate | RemoveAll(System.Delegate,System.Delegate) via predicate surface "staticMember" ⓘ |
| System.Delegate | op_Equality(System.Delegate,System.Delegate) via predicate surface "staticMember" ⓘ |
| System.Delegate | op_Inequality(System.Delegate,System.Delegate) via predicate surface "staticMember" ⓘ |
| DOMRectReadOnly | DOMRectReadOnly.fromRect(other) via predicate surface "staticMethodFromRectSignature" ⓘ |