18#ifndef _DECAF_LANG_APPENDABLE_H_
19#define _DECAF_LANG_APPENDABLE_H_
An object to which char sequences and values can be appended.
Definition Appendable.h:42
virtual Appendable & append(char value)=0
Appends the specified character to this Appendable.
virtual Appendable & append(const CharSequence *csq)=0
Appends the specified character sequence to this Appendable.
virtual Appendable & append(const CharSequence *csq, int start, int end)=0
Appends a subsequence of the specified character sequence to this Appendable.
A CharSequence is a readable sequence of char values.
Definition CharSequence.h:36
#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