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