kmy.regex.form
Class NewLineSpan

java.lang.Object
  |
  +--kmy.regex.form.Span
        |
        +--kmy.regex.form.NewLineSpan

public class NewLineSpan
extends Span

See Also:
Serialized Form

Field Summary
(package private) static char[] newline
           
 
Constructor Summary
NewLineSpan()
           
 
Method Summary
(package private) static void ()
           
 void print(java.io.Writer out, int[] argPtr, java.lang.Object[] args)
           
 
Methods inherited from class kmy.regex.form.Span
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

newline

static char[] newline
Constructor Detail

NewLineSpan

public NewLineSpan()
Method Detail

static void ()

print

public void print(java.io.Writer out,
                  int[] argPtr,
                  java.lang.Object[] args)
Overrides:
print in class Span