Skip to content

Commit

Permalink
Merge pull request #34 from shang-jw/patch-1
Browse files Browse the repository at this point in the history
Update Method.md
  • Loading branch information
Lynn-Dai authored Feb 21, 2023
2 parents e29e186 + 29631b7 commit 0238f4e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/entity/Method.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,12 @@ entity:
| -------- | -------------------------- |------------|---------------|
| isStatic | Indicates a static method. | `boolean` | false |
| Modifier | Accessibility modifier. | `'public'`\| `'protected'`\|`'private'` | `'public'` |

| isOverride | Indicates a override method. | `boolean` | null |
| isSetter | Indicates a setter method. | `boolean` | null |
| isGetter | Indicates a getter method. | `boolean` | null |
| isDelegator | Indicates a delegator method. | `boolean` | null |
| isRecursive | Indicates a recursive method. | `boolean` | null |
| isAssign | Indicates an assign method. | `boolean` | null |
| isSynchronized | Indicates a synchronized method. | `boolean` | null |
| isConstructor | Indicates a constructor method. | `boolean` | null |
| isCallSuper | Indicates a callSuper method. | `boolean` | null |

0 comments on commit 0238f4e

Please sign in to comment.