Class ExpandTab

Class ExpandTab

java.lang.Object
   |
   +----ExpandTab

public class ExpandTab
extends Object
@author Torbjörn Nilsson

Variable Index

 o TABSIZE
This is the size of the tab (standard).

Constructor Index

 o ExpandTab()

Method Index

 o expand(String)
Expand all "\t" chars in the given string to spaces.
 o main(String[])
 o space(int)
Return a string consisting of the given nr of spaces.

Variables

 o TABSIZE
  public final static int TABSIZE
This is the size of the tab (standard).

Constructors

 o ExpandTab
  public ExpandTab()

Methods

 o space
  public static String space(int i)
Return a string consisting of the given nr of spaces.
 o expand
  public static String expand(String s)
Expand all "\t" chars in the given string to spaces.
 o main
  public static void main(String a[])