18#ifndef _DECAF_LANG_CHARSEQUENCE_H_
19#define _DECAF_LANG_CHARSEQUENCE_H_
57 virtual char charAt(
int index)
const = 0;
A CharSequence is a readable sequence of char values.
Definition CharSequence.h:36
virtual int length() const =0
virtual char charAt(int index) const =0
Returns the Char at the specified index so long as the index is not greater than the length of the se...
virtual std::string toString() const =0
virtual CharSequence * subSequence(int start, int end) const =0
Returns a new CharSequence that is a subsequence of this sequence.
#define DECAF_API
Definition Config.h:29
Definition ThreadingTypes.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25