Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

JLex
Class CAlloc  view CAlloc download CAlloc.java

java.lang.Object
  extended byJLex.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?|[\n??]) Added by CSA 8-Aug-1999, updated 10-Aug-1999
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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: