org.jruby.util
Class Numeric.ComplexPatterns

java.lang.Object
  extended by org.jruby.util.Numeric.ComplexPatterns
Enclosing class:
Numeric

public static final class Numeric.ComplexPatterns
extends java.lang.Object


Field Summary
static org.joni.Regex comp_pat0
           
static org.joni.Regex comp_pat1
           
static org.joni.Regex comp_pat2
           
static org.joni.Regex underscores_pat
           
 
Constructor Summary
Numeric.ComplexPatterns()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comp_pat0

public static final org.joni.Regex comp_pat0

comp_pat1

public static final org.joni.Regex comp_pat1

comp_pat2

public static final org.joni.Regex comp_pat2

underscores_pat

public static final org.joni.Regex underscores_pat
Constructor Detail

Numeric.ComplexPatterns

public Numeric.ComplexPatterns()


Copyright © 2002-2009 JRuby Team. All Rights Reserved.