| 构造器和说明 |
|---|
CompilerEnvironment(Finder finder) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Inst> |
findInstCompilerByType(Class<T> instType) |
InputStream |
findResource(String resourceName)
负责处理
import @"/net/hasor/demo.ql" as demo;方式中 ‘/net/hasor/demo.ql’ 资源的加载 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindBean, findFragmentProcesspublic CompilerEnvironment(Finder finder)
public InputStream findResource(String resourceName) throws IOException
Finderimport @"/net/hasor/demo.ql" as demo;方式中 ‘/net/hasor/demo.ql’ 资源的加载findResource 在接口中 FinderIOExceptionpublic <T extends Inst> InstCompiler<T> findInstCompilerByType(Class<T> instType)
Copyright © 2020. All rights reserved.