org.base.apps.beans.util
Class Expr

java.lang.Object
  extended by org.base.apps.beans.util.Expr
All Implemented Interfaces:
CharSequence

public class Expr
extends Object
implements CharSequence

Author:
Kevan Simpson

Field Summary
(package private) static String SEP
           
 
Constructor Summary
protected Expr()
           
protected Expr(CharSequence path)
           
 
Method Summary
 char charAt(int index)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 int length()
           
static Expr newExpr(CharSequence... steps)
           
 Expr step(CharSequence step)
           
 CharSequence subSequence(int start, int end)
           
 Expr[] toSteps()
           
 Expr[] toSteps(int stepIndex)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SEP

static final String SEP
See Also:
Constant Field Values
Constructor Detail

Expr

protected Expr()

Expr

protected Expr(CharSequence path)
Method Detail

step

public Expr step(CharSequence step)

toSteps

public Expr[] toSteps()

toSteps

public Expr[] toSteps(int stepIndex)

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence
See Also:
CharSequence.charAt(int)

length

public int length()
Specified by:
length in interface CharSequence
See Also:
CharSequence.length()

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence
See Also:
CharSequence.subSequence(int, int)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

toString

public String toString()
Specified by:
toString in interface CharSequence
Overrides:
toString in class Object
See Also:
Object.toString()

newExpr

public static Expr newExpr(CharSequence... steps)

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)