All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Comnd.StringComnd

java.lang.Object
   |
   +----Acme.Comnd.Comnd
           |
           +----Acme.Comnd.StringComnd

public class StringComnd
extends Comnd
An arbitrary string.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o StringComnd()

Method Index

 o complete(ComndContext)
Each type of Comnd implements this to auto-complete partial input.
 o help(ComndContext)
Each type of Comnd implements this to display a help message.
 o parse(ComndContext)
Each type of Comnd implements this to parse the input.
 o results(ComndContext)
Each type of Comnd implements this to return the value of the item after parsing.

Constructors

 o StringComnd
 public StringComnd()

Methods

 o parse
 public Comnd[] parse(ComndContext ctx)
Each type of Comnd implements this to parse the input.

Overrides:
parse in class Comnd
 o results
 public Object results(ComndContext ctx)
Each type of Comnd implements this to return the value of the item after parsing.

Overrides:
results in class Comnd
 o help
 protected void help(ComndContext ctx)
Each type of Comnd implements this to display a help message.

Overrides:
help in class Comnd
 o complete
 protected void complete(ComndContext ctx)
Each type of Comnd implements this to auto-complete partial input.

Overrides:
complete in class Comnd

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs