Building Parsers with Java

Uses of Class
sjm.examples.chips.Chip

Packages that use Chip
sjm.examples.chips   
sjm.examples.query   
 

Uses of Chip in sjm.examples.chips
 

Fields in sjm.examples.chips declared as Chip
protected  Chip Order.chip
           
 

Methods in sjm.examples.chips that return Chip
static Chip ChipBase.chip(int ID)
          Return a chip, given its ID.
 Chip Order.getChip()
          Return this order's chip type.
 

Methods in sjm.examples.chips with parameters of type Chip
static void ChipBase.add(Chip c)
          Adds a chip to the database.
 

Constructors in sjm.examples.chips with parameters of type Chip
Order.Order(Customer customer, Chip chip, int bagsPerMonth)
          Create an order given a customer, a chip, and a number of bags to ship per month.
Order.Order(Customer customer, Chip chip, java.lang.Integer bagsPerMonth)
          Create an order given a customer, a chip, and a number of bags to ship per month.
 

Uses of Chip in sjm.examples.query
 

Methods in sjm.examples.query with parameters of type Chip
static Fact ChipSource.fact(Chip c)
          Create a chip fact from a chip object.
 


by Steve Metsker