Save This Page
Home » jexcelapi_2_6_8 » jlex » [javadoc | source]
jlex
class: CAlloc [javadoc | source]
java.lang.Object
   jlex.CAlloc
Class: CAlloc
Method from jlex.CAlloc Summary:
newCDfa,   newCNfa,   newCNfaPair,   newNLPair
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jlex.CAlloc Detail:
 static CDfa newCDfa(CSpec spec) 
    Function: newCDfa
 static CNfa newCNfa(CSpec spec) 
    Function: newCNfa Description:
 static CNfaPair newCNfaPair() 
    Function: newCNfaPair Description:
 static CNfaPair newNLPair(CSpec spec) 
    Function: newNLPair Description: return a new CNfaPair that matches a new line: (\r\n?|[\n\uu2028\uu2029]) Added by CSA 8-Aug-1999, updated 10-Aug-1999