depend.stg
来自「antlr最新版本V3源代码」· STG 代码 · 共 13 行
STG
13 行
/** templates used to generate make-compatible dependencies */group depend;/** Generate "f : x, y, z" dependencies for input * dependencies and generated files. in and out * are File objects. For example, you can say * <f.canonicalPath> */dependencies(grammarFileName,in,out) ::= <<<if(in)><grammarFileName>: <in; separator=", "><endif><out:{f | <f> : <grammarFileName>}; separator="\n">>>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?