Skip to content

Commit

Permalink
fixed nutzam#743
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Aug 22, 2016
1 parent d5b8eb9 commit 78921d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/manual/lang/mirror.man
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,8 @@
mirror.setValue(obj, "name", "XiaoBai");
}}}

获取静态字段
* 取静态属性
{{{
Field[] fields = mirror.getStaticField(nofinalOrAll);
}}}

0 comments on commit 78921d4

Please sign in to comment.