Package erjang.beam.repr

Examples of erjang.beam.repr.LineRecord


                fnameNo = readSmallIntValue(d1);
                break;

            default:
                Int val = readOperand(d1).testInt();
                lineRecords[++i] = new LineRecord(fnameNo, val.value);
                //                System.err.println("line["+(i)+"] = "+val.value + " ["+fnameNo+"]");
            }
    }

    filenames = new EString[fnames+1];
View Full Code Here

TOP

Related Classes of erjang.beam.repr.LineRecord

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.