Package org.apache.felix.gogo.runtime
Class Token
java.lang.Object
org.apache.felix.gogo.runtime.Token
- All Implemented Interfaces:
 CharSequence
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) intlength()source()subSequence(int start, int end) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty 
- 
Constructor Details
- 
Token
 
 - 
 - 
Method Details
- 
toString
- Specified by:
 toStringin interfaceCharSequence- Overrides:
 toStringin classObject
 - 
charAt
public char charAt(int index) - Specified by:
 charAtin interfaceCharSequence
 - 
length
public int length()- Specified by:
 lengthin interfaceCharSequence
 - 
subSequence
- Specified by:
 subSequencein interfaceCharSequence
 - 
source
 
 -