Package st.gravel.support.compiler.ast

Examples of st.gravel.support.compiler.ast.Statement.comment()


    boolean _indent;
    _indent = _aBoolean;
    _show = _stmts.length;
    for (int _i = 1; _i <= _show; _i++) {
      _thisStatement = _stmts[_i - 1];
      if ((_thisStatement.comment().length > 0)) {
        if (st.gravel.support.jvm.IntegerExtensions.equals_(_i, 1)) {
          SourcePrinter.this.crtab_(_indentation);
        }
        _stream.append('\t');
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.