|
The name of the symbol (in the form package:type/name).
string resource_name = 1;
abstract fun getResourceName(): String! |
|
The name of the symbol (in the form package:type/name).
string resource_name = 1;
abstract fun getResourceNameBytes(): ByteString! |
|
The position in the file at which this symbol is defined. For debug use.
.aapt.pb.SourcePosition source = 2;
abstract fun getSource(): SourcePosition! |
|
The position in the file at which this symbol is defined. For debug use.
.aapt.pb.SourcePosition source = 2;
abstract fun getSourceOrBuilder(): SourcePositionOrBuilder! |
|
The position in the file at which this symbol is defined. For debug use.
.aapt.pb.SourcePosition source = 2;
abstract fun hasSource(): Boolean |