Building Parsers with Java

Uses of Class
sjm.examples.cloning.Textbook

Packages that use Textbook
sjm.examples.cloning   
 

Uses of Textbook in sjm.examples.cloning
 

Fields in sjm.examples.cloning declared as Textbook
protected  Textbook Course.textbook
           
 

Methods in sjm.examples.cloning that return Textbook
 Textbook Course.getTextbook()
          Get the textbook.
 

Methods in sjm.examples.cloning with parameters of type Textbook
 void Course.setTextbook(Textbook textbook)
          Set the textbook.
 


by Steve Metsker