| Modifier and Type | Method and Description |
|---|---|
Expr |
Expr.Builder.build() |
Expr |
Expr.Builder.buildPartial() |
Expr |
Expr.ComprehensionOrBuilder.getAccuInit()
The initial value of the accumulator.
|
Expr |
Expr.Comprehension.getAccuInit()
The initial value of the accumulator.
|
Expr |
Expr.Comprehension.Builder.getAccuInit()
The initial value of the accumulator.
|
Expr |
Expr.CallOrBuilder.getArgs(int index)
The arguments.
|
Expr |
Expr.Call.getArgs(int index)
The arguments.
|
Expr |
Expr.Call.Builder.getArgs(int index)
The arguments.
|
static Expr |
Expr.getDefaultInstance() |
Expr |
Expr.getDefaultInstanceForType() |
Expr |
Expr.Builder.getDefaultInstanceForType() |
Expr |
Expr.CreateListOrBuilder.getElements(int index)
The elements part of the list.
|
Expr |
Expr.CreateList.getElements(int index)
The elements part of the list.
|
Expr |
Expr.CreateList.Builder.getElements(int index)
The elements part of the list.
|
Expr |
ParsedExpr.getExpr()
The parsed expression.
|
Expr |
ParsedExpr.Builder.getExpr()
The parsed expression.
|
Expr |
CheckedExprOrBuilder.getExpr()
The checked expression.
|
Expr |
ParsedExprOrBuilder.getExpr()
The parsed expression.
|
Expr |
CheckedExpr.getExpr()
The checked expression.
|
Expr |
CheckedExpr.Builder.getExpr()
The checked expression.
|
Expr |
Expr.ComprehensionOrBuilder.getIterRange()
The range over which var iterates.
|
Expr |
Expr.Comprehension.getIterRange()
The range over which var iterates.
|
Expr |
Expr.Comprehension.Builder.getIterRange()
The range over which var iterates.
|
Expr |
Expr.ComprehensionOrBuilder.getLoopCondition()
An expression which can contain iter_var and accu_var.
|
Expr |
Expr.Comprehension.getLoopCondition()
An expression which can contain iter_var and accu_var.
|
Expr |
Expr.Comprehension.Builder.getLoopCondition()
An expression which can contain iter_var and accu_var.
|
Expr |
Expr.ComprehensionOrBuilder.getLoopStep()
An expression which can contain iter_var and accu_var.
|
Expr |
Expr.Comprehension.getLoopStep()
An expression which can contain iter_var and accu_var.
|
Expr |
Expr.Comprehension.Builder.getLoopStep()
An expression which can contain iter_var and accu_var.
|
Expr |
SourceInfoOrBuilder.getMacroCallsOrDefault(long key,
Expr defaultValue)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
SourceInfo.getMacroCallsOrDefault(long key,
Expr defaultValue)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
SourceInfo.Builder.getMacroCallsOrDefault(long key,
Expr defaultValue)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
SourceInfoOrBuilder.getMacroCallsOrThrow(long key)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
SourceInfo.getMacroCallsOrThrow(long key)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
SourceInfo.Builder.getMacroCallsOrThrow(long key)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
Expr.CreateStruct.EntryOrBuilder.getMapKey()
The key expression for a map creation statement.
|
Expr |
Expr.CreateStruct.Entry.getMapKey()
The key expression for a map creation statement.
|
Expr |
Expr.CreateStruct.Entry.Builder.getMapKey()
The key expression for a map creation statement.
|
Expr |
Expr.SelectOrBuilder.getOperand()
Required.
|
Expr |
Expr.Select.getOperand()
Required.
|
Expr |
Expr.Select.Builder.getOperand()
Required.
|
Expr |
Expr.ComprehensionOrBuilder.getResult()
An expression which can contain accu_var.
|
Expr |
Expr.Comprehension.getResult()
An expression which can contain accu_var.
|
Expr |
Expr.Comprehension.Builder.getResult()
An expression which can contain accu_var.
|
Expr |
Expr.CallOrBuilder.getTarget()
The target of an method call-style expression.
|
Expr |
Expr.Call.getTarget()
The target of an method call-style expression.
|
Expr |
Expr.Call.Builder.getTarget()
The target of an method call-style expression.
|
Expr |
Expr.CreateStruct.EntryOrBuilder.getValue()
Required.
|
Expr |
Expr.CreateStruct.Entry.getValue()
Required.
|
Expr |
Expr.CreateStruct.Entry.Builder.getValue()
Required.
|
static Expr |
Expr.parseDelimitedFrom(InputStream input) |
static Expr |
Expr.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(byte[] data) |
static Expr |
Expr.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(ByteBuffer data) |
static Expr |
Expr.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(com.google.protobuf.ByteString data) |
static Expr |
Expr.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(com.google.protobuf.CodedInputStream input) |
static Expr |
Expr.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(InputStream input) |
static Expr |
Expr.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Expr> |
Expr.CallOrBuilder.getArgsList()
The arguments.
|
List<Expr> |
Expr.Call.getArgsList()
The arguments.
|
List<Expr> |
Expr.Call.Builder.getArgsList()
The arguments.
|
List<Expr> |
Expr.CreateListOrBuilder.getElementsList()
The elements part of the list.
|
List<Expr> |
Expr.CreateList.getElementsList()
The elements part of the list.
|
List<Expr> |
Expr.CreateList.Builder.getElementsList()
The elements part of the list.
|
Map<Long,Expr> |
SourceInfoOrBuilder.getMacroCalls()
Deprecated.
|
Map<Long,Expr> |
SourceInfo.getMacroCalls()
Deprecated.
|
Map<Long,Expr> |
SourceInfo.Builder.getMacroCalls()
Deprecated.
|
Map<Long,Expr> |
SourceInfoOrBuilder.getMacroCallsMap()
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Map<Long,Expr> |
SourceInfo.getMacroCallsMap()
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Map<Long,Expr> |
SourceInfo.Builder.getMacroCallsMap()
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Map<Long,Expr> |
SourceInfo.Builder.getMutableMacroCalls()
Deprecated.
|
com.google.protobuf.Parser<Expr> |
Expr.getParserForType() |
static com.google.protobuf.Parser<Expr> |
Expr.parser() |
| Modifier and Type | Method and Description |
|---|---|
Expr.Call.Builder |
Expr.Call.Builder.addArgs(Expr value)
The arguments.
|
Expr.Call.Builder |
Expr.Call.Builder.addArgs(int index,
Expr value)
The arguments.
|
Expr.CreateList.Builder |
Expr.CreateList.Builder.addElements(Expr value)
The elements part of the list.
|
Expr.CreateList.Builder |
Expr.CreateList.Builder.addElements(int index,
Expr value)
The elements part of the list.
|
Expr |
SourceInfoOrBuilder.getMacroCallsOrDefault(long key,
Expr defaultValue)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
SourceInfo.getMacroCallsOrDefault(long key,
Expr defaultValue)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr |
SourceInfo.Builder.getMacroCallsOrDefault(long key,
Expr defaultValue)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.mergeAccuInit(Expr value)
The initial value of the accumulator.
|
ParsedExpr.Builder |
ParsedExpr.Builder.mergeExpr(Expr value)
The parsed expression.
|
CheckedExpr.Builder |
CheckedExpr.Builder.mergeExpr(Expr value)
The checked expression.
|
Expr.Builder |
Expr.Builder.mergeFrom(Expr other) |
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.mergeIterRange(Expr value)
The range over which var iterates.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.mergeLoopCondition(Expr value)
An expression which can contain iter_var and accu_var.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.mergeLoopStep(Expr value)
An expression which can contain iter_var and accu_var.
|
Expr.CreateStruct.Entry.Builder |
Expr.CreateStruct.Entry.Builder.mergeMapKey(Expr value)
The key expression for a map creation statement.
|
Expr.Select.Builder |
Expr.Select.Builder.mergeOperand(Expr value)
Required.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.mergeResult(Expr value)
An expression which can contain accu_var.
|
Expr.Call.Builder |
Expr.Call.Builder.mergeTarget(Expr value)
The target of an method call-style expression.
|
Expr.CreateStruct.Entry.Builder |
Expr.CreateStruct.Entry.Builder.mergeValue(Expr value)
Required.
|
static Expr.Builder |
Expr.newBuilder(Expr prototype) |
SourceInfo.Builder |
SourceInfo.Builder.putMacroCalls(long key,
Expr value)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.setAccuInit(Expr value)
The initial value of the accumulator.
|
Expr.Call.Builder |
Expr.Call.Builder.setArgs(int index,
Expr value)
The arguments.
|
Expr.CreateList.Builder |
Expr.CreateList.Builder.setElements(int index,
Expr value)
The elements part of the list.
|
ParsedExpr.Builder |
ParsedExpr.Builder.setExpr(Expr value)
The parsed expression.
|
CheckedExpr.Builder |
CheckedExpr.Builder.setExpr(Expr value)
The checked expression.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.setIterRange(Expr value)
The range over which var iterates.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.setLoopCondition(Expr value)
An expression which can contain iter_var and accu_var.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.setLoopStep(Expr value)
An expression which can contain iter_var and accu_var.
|
Expr.CreateStruct.Entry.Builder |
Expr.CreateStruct.Entry.Builder.setMapKey(Expr value)
The key expression for a map creation statement.
|
Expr.Select.Builder |
Expr.Select.Builder.setOperand(Expr value)
Required.
|
Expr.Comprehension.Builder |
Expr.Comprehension.Builder.setResult(Expr value)
An expression which can contain accu_var.
|
Expr.Call.Builder |
Expr.Call.Builder.setTarget(Expr value)
The target of an method call-style expression.
|
Expr.CreateStruct.Entry.Builder |
Expr.CreateStruct.Entry.Builder.setValue(Expr value)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
Expr.Call.Builder |
Expr.Call.Builder.addAllArgs(Iterable<? extends Expr> values)
The arguments.
|
Expr.CreateList.Builder |
Expr.CreateList.Builder.addAllElements(Iterable<? extends Expr> values)
The elements part of the list.
|
SourceInfo.Builder |
SourceInfo.Builder.putAllMacroCalls(Map<Long,Expr> values)
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
| Modifier and Type | Method and Description |
|---|---|
Expr |
Policy.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Expr |
Policy.Builder.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Expr |
PolicyOrBuilder.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.mergeCondition(Expr value)
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Policy.Builder |
Policy.Builder.setCondition(Expr value)
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
| Modifier and Type | Method and Description |
|---|---|
Expr |
Policy.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Expr |
Policy.Builder.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Expr |
PolicyOrBuilder.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.mergeCondition(Expr value)
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Policy.Builder |
Policy.Builder.setCondition(Expr value)
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
| Modifier and Type | Method and Description |
|---|---|
Expr |
Policy.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Expr |
Policy.Builder.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Expr |
PolicyOrBuilder.getCondition()
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.mergeCondition(Expr value)
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
Policy.Builder |
Policy.Builder.setCondition(Expr value)
An optional symbolic expression specifying an access control
:ref:`condition <arch_overview_condition>`.
|
| Modifier and Type | Method and Description |
|---|---|
Expr |
Descriptor.getParsed()
Parsed expression in AST form.
|
Expr |
Descriptor.Builder.getParsed()
Parsed expression in AST form.
|
Expr |
DescriptorOrBuilder.getParsed()
Parsed expression in AST form.
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor.Builder |
Descriptor.Builder.mergeParsed(Expr value)
Parsed expression in AST form.
|
Descriptor.Builder |
Descriptor.Builder.setParsed(Expr value)
Parsed expression in AST form.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.