org.opencores.JLex
Class CAlloc

java.lang.Object
  |
  +--org.opencores.JLex.CAlloc

class CAlloc
extends java.lang.Object

Class: CAlloc


Constructor Summary
(package private) CAlloc()
           
 
Method Summary
(package private) static CDfa newCDfa(CSpec spec)
          Function: newCDfa
(package private) static CNfa newCNfa(CSpec spec)
          Function: newCNfa Description:
(package private) static CNfaPair newCNfaPair()
          Function: newCNfaPair Description:
(package private) static CNfaPair newNLPair(CSpec spec)
          Function: newNLPair Description: return a new CNfaPair that matches a new line: (\r\n?
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

CAlloc

CAlloc()
Method Detail

newCDfa

static CDfa newCDfa(CSpec spec)
Function: newCDfa

newCNfaPair

static CNfaPair newCNfaPair()
Function: newCNfaPair Description:

newNLPair

static CNfaPair newNLPair(CSpec spec)
Function: newNLPair Description: return a new CNfaPair that matches a new line: (\r\n?|[\n??]) Added by CSA 8-Aug-1999, updated 10-Aug-1999

newCNfa

static CNfa newCNfa(CSpec spec)
Function: newCNfa Description: