程序包 org.antlr.tool
类 Interp
- java.lang.Object
-
- org.antlr.tool.Interp
-
public class Interp extends java.lang.Object
Interpret any ANTLR grammar: java Interp file.g tokens-to-ignore start-rule input-file java Interp C.g 'WS COMMENT' program t.c where the WS and COMMENT are the names of tokens you want to have the parser ignore.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
Interp.FilteringTokenStream
-
构造器概要
构造器 构造器 说明 Interp()
-