|
Building Parsers with Java | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Program | |
| sjm.engine | |
| sjm.examples.engine | |
| sjm.examples.logic | |
| sjm.examples.query | |
| Uses of Program in sjm.engine |
| Constructors in sjm.engine with parameters of type Program | |
ProgramEnumerator.ProgramEnumerator(Program p)
Construct an enumeration of the given program. |
|
| Uses of Program in sjm.examples.engine |
| Methods in sjm.examples.engine that return Program | |
static Program |
ShowProgram.altitudes()
Return a small database of cities and their altitudes. |
static Program |
ShowJoin.coffee()
Return a small database of coffee types. |
static Program |
ShowJoin.customer()
Return a small database of coffee customers. |
static Program |
ShowJoin.order()
Return a small database of coffee orders. |
static Program |
ShowProof.charges()
Return a small database of shipping charges. |
static Program |
ShowProof.customers()
Return a small database of customers. |
| Uses of Program in sjm.examples.logic |
| Fields in sjm.examples.logic declared as Program | |
protected Program |
LogikusMediator.program
|
| Methods in sjm.examples.logic that return Program | |
static Program |
LogikusFacade.program(java.lang.String s)
Parse the text of a Logikus program and return a Program object. |
| Uses of Program in sjm.examples.query |
| Methods in sjm.examples.query that return Program | |
static Program |
ChipSource.program()
Returns all the data in the chip database. |
|
by Steve Metsker | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||