class AidlUnaryConstExpression
Defined at line 775 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
Public Methods
void AidlUnaryConstExpression (const AidlLocation & location, const string & op, std::unique_ptr<AidlConstantValue> rval)
bool IsCompatibleType (Type type, const string & op)
bool CheckValid ()
void TraverseChildren (std::function<void (const AidlNode &)> traverse)
Defined at line 782 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
void DispatchVisit (AidlVisitor & v)
Defined at line 785 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
const std::unique_ptr<AidlConstantValue> & Val ()
Defined at line 786 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
const std::string & Op ()
Defined at line 787 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h