类 RuleReturnScope

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Object getStart()
      Return the start token or tree
      java.lang.Object getStop()
      Return the stop token or tree
      java.lang.Object getTemplate()
      Has a value potentially if output=template; Don't use StringTemplate type as it then causes a dependency with ST lib.
      java.lang.Object getTree()
      Has a value potentially if output=AST;
      • 从类继承的方法 java.lang.Object

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

      • RuleReturnScope

        public RuleReturnScope()
    • 方法详细资料

      • getStart

        public java.lang.Object getStart()
        Return the start token or tree
      • getStop

        public java.lang.Object getStop()
        Return the stop token or tree
      • getTree

        public java.lang.Object getTree()
        Has a value potentially if output=AST;
      • getTemplate

        public java.lang.Object getTemplate()
        Has a value potentially if output=template; Don't use StringTemplate type as it then causes a dependency with ST lib.