程序包 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.
    • 构造器概要

      构造器 
      构造器 说明
      Interp()  
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static void main​(java.lang.String[] args)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • Interp

        public Interp()
    • 方法详细资料

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        抛出:
        java.lang.Exception