接口 OuterExpression.ExprOprOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- OuterExpression
public static interface OuterExpression.ExprOprOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 OuterExpression.ArithmeticgetArith().common.Arithmetic arith = 3;intgetArithValue().common.Arithmetic arith = 3;OuterExpression.ExprOpr.BracegetBrace().common.ExprOpr.Brace brace = 6;intgetBraceValue().common.ExprOpr.Brace brace = 6;OuterExpression.CasegetCase().common.Case case = 10;OuterExpression.CaseOrBuildergetCaseOrBuilder().common.Case case = 10;OuterExpression.ConcatgetConcat().common.Concat concat = 16;OuterExpression.ConcatOrBuildergetConcatOrBuilder().common.Concat concat = 16;Common.ValuegetConst().common.Value const = 4;Common.ValueOrBuildergetConstOrBuilder().common.Value const = 4;OuterExpression.DateTimeMinusgetDateTimeMinus().common.DateTimeMinus date_time_minus = 15;OuterExpression.DateTimeMinusOrBuildergetDateTimeMinusOrBuilder().common.DateTimeMinus date_time_minus = 15;OuterExpression.ExtractgetExtract().common.Extract extract = 11;OuterExpression.ExtractOrBuildergetExtractOrBuilder().common.Extract extract = 11;OuterExpression.ExprOpr.ItemCasegetItemCase()OuterExpression.LogicalgetLogical().common.Logical logical = 2;intgetLogicalValue().common.Logical logical = 2;OuterExpression.VariableKeyValuesgetMap()TODO: the new definition for var_map, that allows user-given key name.OuterExpression.VariableKeyValuesOrBuildergetMapOrBuilder()TODO: the new definition for var_map, that allows user-given key name.DataType.IrDataTypegetNodeType()The data of type of ExprOprDataType.IrDataTypeOrBuildergetNodeTypeOrBuilder()The data of type of ExprOprOuterExpression.DynamicParamgetParam()dynamic param in expressionOuterExpression.DynamicParamOrBuildergetParamOrBuilder()dynamic param in expressionOuterExpression.TimeIntervalgetTimeInterval().common.TimeInterval time_interval = 14;OuterExpression.TimeIntervalOrBuildergetTimeIntervalOrBuilder().common.TimeInterval time_interval = 14;OuterExpression.VariablegetVar().common.Variable var = 5;OuterExpression.VariableKeysgetVarMap().common.VariableKeys var_map = 8;OuterExpression.VariableKeysOrBuildergetVarMapOrBuilder().common.VariableKeys var_map = 8;OuterExpression.VariableOrBuildergetVarOrBuilder().common.Variable var = 5;OuterExpression.VariableKeysgetVars().common.VariableKeys vars = 7;OuterExpression.VariableKeysOrBuildergetVarsOrBuilder().common.VariableKeys vars = 7;booleanhasArith().common.Arithmetic arith = 3;booleanhasBrace().common.ExprOpr.Brace brace = 6;booleanhasCase().common.Case case = 10;booleanhasConcat().common.Concat concat = 16;booleanhasConst().common.Value const = 4;booleanhasDateTimeMinus().common.DateTimeMinus date_time_minus = 15;booleanhasExtract().common.Extract extract = 11;booleanhasLogical().common.Logical logical = 2;booleanhasMap()TODO: the new definition for var_map, that allows user-given key name.booleanhasNodeType()The data of type of ExprOprbooleanhasParam()dynamic param in expressionbooleanhasTimeInterval().common.TimeInterval time_interval = 14;booleanhasVar().common.Variable var = 5;booleanhasVarMap().common.VariableKeys var_map = 8;booleanhasVars().common.VariableKeys vars = 7;
-
-
-
方法详细资料
-
hasLogical
boolean hasLogical()
.common.Logical logical = 2;- 返回:
- Whether the logical field is set.
-
getLogicalValue
int getLogicalValue()
.common.Logical logical = 2;- 返回:
- The enum numeric value on the wire for logical.
-
getLogical
OuterExpression.Logical getLogical()
.common.Logical logical = 2;- 返回:
- The logical.
-
hasArith
boolean hasArith()
.common.Arithmetic arith = 3;- 返回:
- Whether the arith field is set.
-
getArithValue
int getArithValue()
.common.Arithmetic arith = 3;- 返回:
- The enum numeric value on the wire for arith.
-
getArith
OuterExpression.Arithmetic getArith()
.common.Arithmetic arith = 3;- 返回:
- The arith.
-
hasConst
boolean hasConst()
.common.Value const = 4;- 返回:
- Whether the const field is set.
-
getConst
Common.Value getConst()
.common.Value const = 4;- 返回:
- The const.
-
getConstOrBuilder
Common.ValueOrBuilder getConstOrBuilder()
.common.Value const = 4;
-
hasVar
boolean hasVar()
.common.Variable var = 5;- 返回:
- Whether the var field is set.
-
getVar
OuterExpression.Variable getVar()
.common.Variable var = 5;- 返回:
- The var.
-
getVarOrBuilder
OuterExpression.VariableOrBuilder getVarOrBuilder()
.common.Variable var = 5;
-
hasBrace
boolean hasBrace()
.common.ExprOpr.Brace brace = 6;- 返回:
- Whether the brace field is set.
-
getBraceValue
int getBraceValue()
.common.ExprOpr.Brace brace = 6;- 返回:
- The enum numeric value on the wire for brace.
-
getBrace
OuterExpression.ExprOpr.Brace getBrace()
.common.ExprOpr.Brace brace = 6;- 返回:
- The brace.
-
hasVars
boolean hasVars()
.common.VariableKeys vars = 7;- 返回:
- Whether the vars field is set.
-
getVars
OuterExpression.VariableKeys getVars()
.common.VariableKeys vars = 7;- 返回:
- The vars.
-
getVarsOrBuilder
OuterExpression.VariableKeysOrBuilder getVarsOrBuilder()
.common.VariableKeys vars = 7;
-
hasVarMap
boolean hasVarMap()
.common.VariableKeys var_map = 8;- 返回:
- Whether the varMap field is set.
-
getVarMap
OuterExpression.VariableKeys getVarMap()
.common.VariableKeys var_map = 8;- 返回:
- The varMap.
-
getVarMapOrBuilder
OuterExpression.VariableKeysOrBuilder getVarMapOrBuilder()
.common.VariableKeys var_map = 8;
-
hasParam
boolean hasParam()
dynamic param in expression
.common.DynamicParam param = 9;- 返回:
- Whether the param field is set.
-
getParam
OuterExpression.DynamicParam getParam()
dynamic param in expression
.common.DynamicParam param = 9;- 返回:
- The param.
-
getParamOrBuilder
OuterExpression.DynamicParamOrBuilder getParamOrBuilder()
dynamic param in expression
.common.DynamicParam param = 9;
-
hasCase
boolean hasCase()
.common.Case case = 10;- 返回:
- Whether the case field is set.
-
getCase
OuterExpression.Case getCase()
.common.Case case = 10;- 返回:
- The case.
-
getCaseOrBuilder
OuterExpression.CaseOrBuilder getCaseOrBuilder()
.common.Case case = 10;
-
hasExtract
boolean hasExtract()
.common.Extract extract = 11;- 返回:
- Whether the extract field is set.
-
getExtract
OuterExpression.Extract getExtract()
.common.Extract extract = 11;- 返回:
- The extract.
-
getExtractOrBuilder
OuterExpression.ExtractOrBuilder getExtractOrBuilder()
.common.Extract extract = 11;
-
hasMap
boolean hasMap()
TODO: the new definition for var_map, that allows user-given key name. Will remove the old var_map soon.
.common.VariableKeyValues map = 13;- 返回:
- Whether the map field is set.
-
getMap
OuterExpression.VariableKeyValues getMap()
TODO: the new definition for var_map, that allows user-given key name. Will remove the old var_map soon.
.common.VariableKeyValues map = 13;- 返回:
- The map.
-
getMapOrBuilder
OuterExpression.VariableKeyValuesOrBuilder getMapOrBuilder()
TODO: the new definition for var_map, that allows user-given key name. Will remove the old var_map soon.
.common.VariableKeyValues map = 13;
-
hasTimeInterval
boolean hasTimeInterval()
.common.TimeInterval time_interval = 14;- 返回:
- Whether the timeInterval field is set.
-
getTimeInterval
OuterExpression.TimeInterval getTimeInterval()
.common.TimeInterval time_interval = 14;- 返回:
- The timeInterval.
-
getTimeIntervalOrBuilder
OuterExpression.TimeIntervalOrBuilder getTimeIntervalOrBuilder()
.common.TimeInterval time_interval = 14;
-
hasDateTimeMinus
boolean hasDateTimeMinus()
.common.DateTimeMinus date_time_minus = 15;- 返回:
- Whether the dateTimeMinus field is set.
-
getDateTimeMinus
OuterExpression.DateTimeMinus getDateTimeMinus()
.common.DateTimeMinus date_time_minus = 15;- 返回:
- The dateTimeMinus.
-
getDateTimeMinusOrBuilder
OuterExpression.DateTimeMinusOrBuilder getDateTimeMinusOrBuilder()
.common.DateTimeMinus date_time_minus = 15;
-
hasConcat
boolean hasConcat()
.common.Concat concat = 16;- 返回:
- Whether the concat field is set.
-
getConcat
OuterExpression.Concat getConcat()
.common.Concat concat = 16;- 返回:
- The concat.
-
getConcatOrBuilder
OuterExpression.ConcatOrBuilder getConcatOrBuilder()
.common.Concat concat = 16;
-
hasNodeType
boolean hasNodeType()
The data of type of ExprOpr
.common.IrDataType node_type = 12;- 返回:
- Whether the nodeType field is set.
-
getNodeType
DataType.IrDataType getNodeType()
The data of type of ExprOpr
.common.IrDataType node_type = 12;- 返回:
- The nodeType.
-
getNodeTypeOrBuilder
DataType.IrDataTypeOrBuilder getNodeTypeOrBuilder()
The data of type of ExprOpr
.common.IrDataType node_type = 12;
-
getItemCase
OuterExpression.ExprOpr.ItemCase getItemCase()
-
-