class AidlNode
Defined at line 142 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
Anything that is locatable in a .aidl file.
Public Methods
void AidlNode (const AidlLocation & location, const Comments & comments)
void AidlNode (AidlNode & )
Defined at line 148 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
AidlNode & operator= (AidlNode & )
Defined at line 149 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
void AidlNode (AidlNode && )
Defined at line 150 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
AidlNode & operator= (AidlNode && )
Defined at line 151 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
const AidlLocation & GetLocation ()
Defined at line 158 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
void ~AidlNode ()
void TraverseChildren (std::function<void (const AidlNode &)> traverse)
void DispatchVisit (AidlVisitor & )
void ClearUnvisitedNodes ()
const Comments & GetComments ()
Defined at line 162 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
const std::vector<AidlLocation> & GetLocationsOfUnvisitedNodes ()
void MarkVisited ()
void PrependComments (const Comments & comments)
Defined at line 163 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
bool IsUserDefined ()
Defined at line 170 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
Friends
basic_string AidlNode (const AidlNode & )
basic_string AidlNode (const AidlNode & )
class AidlErrorLog