RE: [fpc-pascal] Questions About Porting Java and Extended Class Syntax Features

2012-11-06 Thread JC Chu
itself, you can modify it). -- Best regards, JC Chu *From:* bsquared *Sent:* ‎November‎ ‎7‎, ‎2012 ‎9‎:‎37 *To:* fpc-pascal@lists.freepascal.org *Subject:* [fpc-pascal] Questions About Porting Java and Extended Class Syntax Features Hello, I am looking into porting Java to Free Pascal. I have

[fpc-pascal] Questions About Porting Java and Extended Class Syntax Features

2012-11-06 Thread bsquared
Hello, I am looking into porting Java to Free Pascal. I have some confusion about how to port certain types of Java Lang Features. What is the best way to port 'private static final' member? I was thinking the extended class syntax would cover this, but I dont it will work for a scenario lik