Package org.jruby.lexer.yacc

Examples of org.jruby.lexer.yacc.SimpleSourcePosition


        this(runtime, rubyClass, type);
        this.sourcePosition = sourcePosition;
    }

    protected RubyProc(Ruby runtime, RubyClass rubyClass, Block.Type type, String file, int line) {
        this(runtime, rubyClass, type, new SimpleSourcePosition(file, line));
    }
View Full Code Here

TOP

Related Classes of org.jruby.lexer.yacc.SimpleSourcePosition

Copyright © 2018 www.massapicom. 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.