コード例 #1
0
ファイル: EvalClosure.java プロジェクト: hongun/ELite
 public boolean isReadOnly(ELContext elctx) {
   return node.isReadOnly(getContext(elctx));
 }