sam.rules
Class UnixLikeSyntaxSet

java.lang.Object
  |
  +--sam.rules.SyntaxSet
        |
        +--sam.rules.UnixLikeSyntaxSet

public class UnixLikeSyntaxSet
extends SyntaxSet

Unix-like implementation of the syntax.


Field Summary
 
Fields inherited from class sam.rules.SyntaxSet
REGISTRY
 
Constructor Summary
UnixLikeSyntaxSet()
           
 
Method Summary
 java.lang.String name()
          Gets the name of this syntax set
 java.util.Enumeration syntaxes()
          Enumerates all Syntax pieces composing this syntax set.
 
Methods inherited from class sam.rules.SyntaxSet
example, get, getDeclaredTypes, help, load, parse, set, syntax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixLikeSyntaxSet

public UnixLikeSyntaxSet()
Method Detail

name

public final java.lang.String name()
Description copied from class: SyntaxSet
Gets the name of this syntax set

Specified by:
name in class SyntaxSet

syntaxes

public final java.util.Enumeration syntaxes()
Description copied from class: SyntaxSet
Enumerates all Syntax pieces composing this syntax set.

Specified by:
syntaxes in class SyntaxSet