booster / com.didiglobal.booster.aapt2 / ResourcesInternal / CompiledFile / SymbolOrBuilder

SymbolOrBuilder

interface SymbolOrBuilder : MessageOrBuilder

Functions

getResourceName


        The name of the symbol (in the form package:type/name).
        
string resource_name = 1;

abstract fun getResourceName(): String!

getResourceNameBytes


        The name of the symbol (in the form package:type/name).
        
string resource_name = 1;

abstract fun getResourceNameBytes(): ByteString!

getSource


        The position in the file at which this symbol is defined. For debug use.
        
.aapt.pb.SourcePosition source = 2;

abstract fun getSource(): SourcePosition!

getSourceOrBuilder


        The position in the file at which this symbol is defined. For debug use.
        
.aapt.pb.SourcePosition source = 2;

abstract fun getSourceOrBuilder(): SourcePositionOrBuilder!

hasSource


        The position in the file at which this symbol is defined. For debug use.
        
.aapt.pb.SourcePosition source = 2;

abstract fun hasSource(): Boolean