Uses of Interface
com.google.devtools.build.lib.query2.proto.proto2api.Build.AttributeOrBuilder
-
Packages that use Build.AttributeOrBuilder Package Description com.google.devtools.build.lib.query2.proto.proto2api -
-
Uses of Build.AttributeOrBuilder in com.google.devtools.build.lib.query2.proto.proto2api
Classes in com.google.devtools.build.lib.query2.proto.proto2api that implement Build.AttributeOrBuilder Modifier and Type Class Description static classBuild.AttributeA rule attribute.static classBuild.Attribute.BuilderA rule attribute.Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.AttributeOrBuilder Modifier and Type Method Description Build.AttributeOrBuilderBuild.Rule.Builder. getAttributeOrBuilder(int index)All of the attributes that describe the rule.Build.AttributeOrBuilderBuild.Rule. getAttributeOrBuilder(int index)All of the attributes that describe the rule.Build.AttributeOrBuilderBuild.RuleOrBuilder. getAttributeOrBuilder(int index)All of the attributes that describe the rule.Methods in com.google.devtools.build.lib.query2.proto.proto2api that return types with arguments of type Build.AttributeOrBuilder Modifier and Type Method Description java.util.List<? extends Build.AttributeOrBuilder>Build.Rule.Builder. getAttributeOrBuilderList()All of the attributes that describe the rule.java.util.List<? extends Build.AttributeOrBuilder>Build.Rule. getAttributeOrBuilderList()All of the attributes that describe the rule.java.util.List<? extends Build.AttributeOrBuilder>Build.RuleOrBuilder. getAttributeOrBuilderList()All of the attributes that describe the rule.
-