java - Operand Missing Variable -


int curfreeframe = frametableentry numfreeframes(); 

the error states "error ';' expected".

everything initialized correctly in methods.

if mean invoke static method, should :

int curfreeframe = frametableentry.numfreeframes(); 

this assumes numfreeframes static method in frametableentry class (which assumption based entirely on naming conventions used).


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Disable\Enable Bootbox button with KO -