booster / com.didiglobal.booster.aapt2 / Resources / OverlayableOrBuilder

OverlayableOrBuilder

interface OverlayableOrBuilder : MessageOrBuilder

Functions

getComment


      Any comment associated with the declaration.
      
string comment = 2;

abstract fun getComment(): String!

getCommentBytes


      Any comment associated with the declaration.
      
string comment = 2;

abstract fun getCommentBytes(): ByteString!

getSource


      Where this declaration was defined in source.
      
.aapt.pb.Source source = 1;

abstract fun getSource(): Source!

getSourceOrBuilder


      Where this declaration was defined in source.
      
.aapt.pb.Source source = 1;

abstract fun getSourceOrBuilder(): SourceOrBuilder!

hasSource


      Where this declaration was defined in source.
      
.aapt.pb.Source source = 1;

abstract fun hasSource(): Boolean