com.uwyn.rife.template
Class Parser.ConfigPart
java.lang.Object
com.uwyn.rife.template.Parser.ConfigPart
- All Implemented Interfaces:
- CharSequence
- Direct Known Subclasses:
- Parser.MandatoryConfigPart, Parser.OptionalConfigPart
- Enclosing class:
- Parser
public static class Parser.ConfigPart
- extends Object
- implements CharSequence
getType
public Parser.PartType getType()
getText
public String getText()
isOptional
public boolean isOptional()
length
public int length()
- Specified by:
length in interface CharSequence
charAt
public char charAt(int index)
- Specified by:
charAt in interface CharSequence
subSequence
public CharSequence subSequence(int start,
int end)
- Specified by:
subSequence in interface CharSequence
toString
public String toString()
- Specified by:
toString in interface CharSequence- Overrides:
toString in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.