class AidlToken
Defined at line 33 of file ../../third_party/android/platform/system/tools/aidl/parser.h
Public Methods
void AidlToken (const std::string & text, android::aidl::Comments comments)
Defined at line 35 of file ../../third_party/android/platform/system/tools/aidl/parser.h
void ~AidlToken ()
Defined at line 37 of file ../../third_party/android/platform/system/tools/aidl/parser.h
void AidlToken (const AidlToken & )
Defined at line 39 of file ../../third_party/android/platform/system/tools/aidl/parser.h
void AidlToken (AidlToken && )
Defined at line 40 of file ../../third_party/android/platform/system/tools/aidl/parser.h
AidlToken & operator= (const AidlToken & )
Defined at line 41 of file ../../third_party/android/platform/system/tools/aidl/parser.h
AidlToken & operator= (AidlToken && )
Defined at line 42 of file ../../third_party/android/platform/system/tools/aidl/parser.h
const std::string & GetText ()
Defined at line 44 of file ../../third_party/android/platform/system/tools/aidl/parser.h
const android::aidl::Comments & GetComments ()
Defined at line 45 of file ../../third_party/android/platform/system/tools/aidl/parser.h
template <typename T>
void Append (T && text)
Defined at line 48 of file ../../third_party/android/platform/system/tools/aidl/parser.h