org.joni
Class NativeMachine

java.lang.Object
  extended by org.jcodings.IntHolder
      extended by org.joni.Matcher
          extended by org.joni.NativeMachine

public abstract class NativeMachine
extends Matcher


Field Summary
 
Fields inherited from class org.joni.Matcher
bytes, enc, end, msaBegin, msaBestLen, msaBestS, msaEnd, msaOptions, msaRegion, msaStart, regex, str
 
Fields inherited from class org.jcodings.IntHolder
value
 
Constructor Summary
protected NativeMachine(Regex regex, byte[] bytes, int p, int end)
           
 
Method Summary
 
Methods inherited from class org.joni.Matcher
getBegin, getEagerRegion, getEnd, getRegion, match, matchAt, msaInit, search, stateCheckBuffClear, stateCheckBuffInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeMachine

protected NativeMachine(Regex regex,
                        byte[] bytes,
                        int p,
                        int end)


Copyright © 2012. All Rights Reserved.