Building Parsers with Java

Uses of Class
sjm.examples.cloning.Professor

Packages that use Professor
sjm.examples.cloning   
 

Uses of Professor in sjm.examples.cloning
 

Fields in sjm.examples.cloning declared as Professor
protected  Professor Course.professor
           
 

Methods in sjm.examples.cloning that return Professor
 Professor Course.getProfessor()
          Get the professor.
 

Methods in sjm.examples.cloning with parameters of type Professor
 void Course.setProfessor(Professor professor)
          Set the professor.
 


by Steve Metsker