org.jsesoft.jpp
Class Keyword

java.lang.Object
  |
  +--sjm.parse.Parser
        |
        +--sjm.parse.Terminal
              |
              +--org.jsesoft.jpp.SpecificTerminal
                    |
                    +--org.jsesoft.jpp.Keyword

public class Keyword
extends SpecificTerminal

The keyword terminal.

Version:
1.0
Author:
JSESoft

Fields inherited from class org.jsesoft.jpp.SpecificTerminal
tokenType, value
 
Fields inherited from class sjm.parse.Terminal
discard
 
Fields inherited from class sjm.parse.Parser
assembler, name
 
Constructor Summary
Keyword()
           
Keyword(java.lang.Object value)
           
Keyword(Token token)
           
 
Methods inherited from class org.jsesoft.jpp.SpecificTerminal
qualifies, unvisitedString
 
Methods inherited from class sjm.parse.Terminal
accept, discard, match, matchOneAssembly, randomExpansion, setDiscard
 
Methods inherited from class sjm.parse.Parser
accept, add, best, bestMatch, completeMatch, elementClone, getName, matchAndAssemble, randomInput, setAssembler, toString, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Keyword

public Keyword()

Keyword

public Keyword(java.lang.Object value)

Keyword

public Keyword(Token token)