UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

1,243 lines 40 kB
{ "id": "Reports.evaluatedcondition", "nodeType": "class", "name": "EvaluatedCondition", "namespace": "Reports", "startToken": { "type": "declaration.entity.name.class", "text": "EvaluatedCondition", "textToLower": "evaluatedcondition", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_EvaluatedCondition_-1:0" }, "order": 0, "memberOrder": 0, "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_global_-1:0" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.sharing_without sharing_-1:0" }, "description": "Contains the individual components of an evaluated condition for a report notification, such as the aggregate name and label, the operator, and the value that the aggregate is compared to.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_EvaluatedCondition.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getaggregatelabel()": { "id": "Reports.evaluatedcondition.method.getaggregatelabel()", "nodeType": "method", "name": "getAggregateLabel", "startToken": { "type": "declaration.entity.name.function", "text": "getAggregateLabel", "textToLower": "getaggregatelabel", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getAggregateLabel_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 1, "memberOrder": 2, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getAggregateLabel()", "overrideSignature": "public override String getAggregateLabel()", "simplifiedSignature": "getAggregateLabel()", "datatype": { "id": "Reports.evaluatedcondition.getaggregatelabel.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.evaluatedcondition.getaggregatelabel", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the localized display name of the aggregate.", "parentName": "EvaluatedCondition", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getaggregatename()": { "id": "Reports.evaluatedcondition.method.getaggregatename()", "nodeType": "method", "name": "getAggregateName", "startToken": { "type": "declaration.entity.name.function", "text": "getAggregateName", "textToLower": "getaggregatename", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getAggregateName_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 2, "memberOrder": 3, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getAggregateName()", "overrideSignature": "public override String getAggregateName()", "simplifiedSignature": "getAggregateName()", "datatype": { "id": "Reports.evaluatedcondition.getaggregatename.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.evaluatedcondition.getaggregatename", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the unique API name of the aggregate.", "parentName": "EvaluatedCondition", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getcompareto()": { "id": "Reports.evaluatedcondition.method.getcompareto()", "nodeType": "method", "name": "getCompareTo", "startToken": { "type": "declaration.entity.name.function", "text": "getCompareTo", "textToLower": "getcompareto", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getCompareTo_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 3, "memberOrder": 4, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Double getCompareTo()", "overrideSignature": "public override Double getCompareTo()", "simplifiedSignature": "getCompareTo()", "datatype": { "id": "Reports.evaluatedcondition.getcompareto.datatype.Double", "nodeType": "datatype", "name": "Double", "startToken": { "type": "datatype.primitive", "text": "Double", "textToLower": "double", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Double_0:7" }, "parentId": "Reports.evaluatedcondition.getcompareto", "order": 0, "memberOrder": 0, "type": "Double" }, "description": "Returns the value that the aggregate is compared to in the condition.", "parentName": "EvaluatedCondition", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdisplaycompareto()": { "id": "Reports.evaluatedcondition.method.getdisplaycompareto()", "nodeType": "method", "name": "getDisplayCompareTo", "startToken": { "type": "declaration.entity.name.function", "text": "getDisplayCompareTo", "textToLower": "getdisplaycompareto", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDisplayCompareTo_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 4, "memberOrder": 5, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getDisplayCompareTo()", "overrideSignature": "public override String getDisplayCompareTo()", "simplifiedSignature": "getDisplayCompareTo()", "datatype": { "id": "Reports.evaluatedcondition.getdisplaycompareto.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.evaluatedcondition.getdisplaycompareto", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the value that the aggregate is compared to in the condition, formatted for display. For example, a display value for a currency is $20.00 or USD20.00 instead of 20.00.", "parentName": "EvaluatedCondition", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdisplayvalue()": { "id": "Reports.evaluatedcondition.method.getdisplayvalue()", "nodeType": "method", "name": "getDisplayValue", "startToken": { "type": "declaration.entity.name.function", "text": "getDisplayValue", "textToLower": "getdisplayvalue", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDisplayValue_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 5, "memberOrder": 6, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getDisplayValue()", "overrideSignature": "public override String getDisplayValue()", "simplifiedSignature": "getDisplayValue()", "datatype": { "id": "Reports.evaluatedcondition.getdisplayvalue.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.evaluatedcondition.getdisplayvalue", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the value of the aggregate when the report is run, formatted for display. For example, a display value for a currency is $20.00 or USD20.00 instead of 20.00.", "parentName": "EvaluatedCondition", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getoperator()": { "id": "Reports.evaluatedcondition.method.getoperator()", "nodeType": "method", "name": "getOperator", "startToken": { "type": "declaration.entity.name.function", "text": "getOperator", "textToLower": "getoperator", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getOperator_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 6, "memberOrder": 7, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Reports.EvaluatedConditionOperator getOperator()", "overrideSignature": "public override Reports.EvaluatedConditionOperator getOperator()", "simplifiedSignature": "getOperator()", "datatype": { "id": "Reports.evaluatedcondition.getoperator.datatype.Reports.EvaluatedConditionOperator", "nodeType": "datatype", "name": "Reports.EvaluatedConditionOperator", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:7" }, "parentId": "Reports.evaluatedcondition.getoperator", "order": 0, "memberOrder": 0, "type": "Reports.EvaluatedConditionOperator" }, "description": "Returns the operator used in the condition.", "parentName": "EvaluatedCondition", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getvalue()": { "id": "Reports.evaluatedcondition.method.getvalue()", "nodeType": "method", "name": "getValue", "startToken": { "type": "declaration.entity.name.function", "text": "getValue", "textToLower": "getvalue", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getValue_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 7, "memberOrder": 8, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Double getValue()", "overrideSignature": "public override Double getValue()", "simplifiedSignature": "getValue()", "datatype": { "id": "Reports.evaluatedcondition.getvalue.datatype.Double", "nodeType": "datatype", "name": "Double", "startToken": { "type": "datatype.primitive", "text": "Double", "textToLower": "double", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Double_0:7" }, "parentId": "Reports.evaluatedcondition.getvalue", "order": 0, "memberOrder": 0, "type": "Double" }, "description": "Returns the actual value of the aggregate when the report is run.", "parentName": "EvaluatedCondition", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": { "evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "nodeType": "constructor", "name": "EvaluatedCondition", "startToken": { "type": "declaration.entity.name.function", "text": "EvaluatedCondition", "textToLower": "evaluatedcondition", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_EvaluatedCondition_-1:0" }, "parentId": "Reports.evaluatedcondition", "order": 1, "memberOrder": 1, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public EvaluatedCondition(String aggregateName, String aggregateLabel, Double compareToValue, Double aggregateValue, String displayCompareTo, String displayValue, Reports.EvaluatedConditionOperator operator)", "overrideSignature": "public override EvaluatedCondition(String aggregateName, String aggregateLabel, Double compareToValue, Double aggregateValue, String displayCompareTo, String displayValue, Reports.EvaluatedConditionOperator operator)", "simplifiedSignature": "EvaluatedCondition(String,String,Double,Double,String,String,Reports.EvaluatedConditionOperator)", "description": "Creates a new instance of the Reports.EvaluatedConditions class using the specified parameters.", "parentName": "EvaluatedCondition", "variables": {}, "params": { "aggregatename": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator).varParam.aggregatename", "nodeType": "variable", "name": "aggregateName", "startToken": { "type": "declaration.entity.name.variable", "text": "aggregateName", "textToLower": "aggregatename", "isAux": false, "range": { "start": { "line": 0, "character": 33 }, "end": { "line": 0, "character": 46 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_aggregateName_0:33" }, "endToken": { "type": "declaration.entity.name.variable", "text": "aggregateName", "textToLower": "aggregatename", "isAux": false, "range": { "start": { "line": 0, "character": 33 }, "end": { "line": 0, "character": 46 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_aggregateName_0:33" }, "parentId": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "order": 1, "memberOrder": 1, "datatype": { "id": "Reports.evaluatedcondition.evaluatedcondition.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 26 }, "end": { "line": 0, "character": 32 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:26" }, "parentId": "Reports.evaluatedcondition.evaluatedcondition", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "aggregatelabel": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator).varParam.aggregatelabel", "nodeType": "variable", "name": "aggregateLabel", "startToken": { "type": "declaration.entity.name.variable", "text": "aggregateLabel", "textToLower": "aggregatelabel", "isAux": false, "range": { "start": { "line": 0, "character": 55 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_aggregateLabel_0:55" }, "endToken": { "type": "declaration.entity.name.variable", "text": "aggregateLabel", "textToLower": "aggregatelabel", "isAux": false, "range": { "start": { "line": 0, "character": 55 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_aggregateLabel_0:55" }, "parentId": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "order": 2, "memberOrder": 2, "datatype": { "id": "Reports.evaluatedcondition.evaluatedcondition.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 48 }, "end": { "line": 0, "character": 54 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:48" }, "parentId": "Reports.evaluatedcondition.evaluatedcondition", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "comparetovalue": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator).varParam.comparetovalue", "nodeType": "variable", "name": "compareToValue", "startToken": { "type": "declaration.entity.name.variable", "text": "compareToValue", "textToLower": "comparetovalue", "isAux": false, "range": { "start": { "line": 0, "character": 78 }, "end": { "line": 0, "character": 92 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_compareToValue_0:78" }, "endToken": { "type": "declaration.entity.name.variable", "text": "compareToValue", "textToLower": "comparetovalue", "isAux": false, "range": { "start": { "line": 0, "character": 78 }, "end": { "line": 0, "character": 92 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_compareToValue_0:78" }, "parentId": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "order": 3, "memberOrder": 3, "datatype": { "id": "Reports.evaluatedcondition.evaluatedcondition.datatype.Double", "nodeType": "datatype", "name": "Double", "startToken": { "type": "datatype.primitive", "text": "Double", "textToLower": "double", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 77 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Double_0:71" }, "parentId": "Reports.evaluatedcondition.evaluatedcondition", "order": 0, "memberOrder": 0, "type": "Double" }, "scope": null }, "aggregatevalue": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator).varParam.aggregatevalue", "nodeType": "variable", "name": "aggregateValue", "startToken": { "type": "declaration.entity.name.variable", "text": "aggregateValue", "textToLower": "aggregatevalue", "isAux": false, "range": { "start": { "line": 0, "character": 101 }, "end": { "line": 0, "character": 115 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_aggregateValue_0:101" }, "endToken": { "type": "declaration.entity.name.variable", "text": "aggregateValue", "textToLower": "aggregatevalue", "isAux": false, "range": { "start": { "line": 0, "character": 101 }, "end": { "line": 0, "character": 115 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_aggregateValue_0:101" }, "parentId": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "order": 4, "memberOrder": 4, "datatype": { "id": "Reports.evaluatedcondition.evaluatedcondition.datatype.Double", "nodeType": "datatype", "name": "Double", "startToken": { "type": "datatype.primitive", "text": "Double", "textToLower": "double", "isAux": false, "range": { "start": { "line": 0, "character": 94 }, "end": { "line": 0, "character": 100 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Double_0:94" }, "parentId": "Reports.evaluatedcondition.evaluatedcondition", "order": 0, "memberOrder": 0, "type": "Double" }, "scope": null }, "displaycompareto": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator).varParam.displaycompareto", "nodeType": "variable", "name": "displayCompareTo", "startToken": { "type": "declaration.entity.name.variable", "text": "displayCompareTo", "textToLower": "displaycompareto", "isAux": false, "range": { "start": { "line": 0, "character": 124 }, "end": { "line": 0, "character": 140 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_displayCompareTo_0:124" }, "endToken": { "type": "declaration.entity.name.variable", "text": "displayCompareTo", "textToLower": "displaycompareto", "isAux": false, "range": { "start": { "line": 0, "character": 124 }, "end": { "line": 0, "character": 140 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_displayCompareTo_0:124" }, "parentId": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "order": 5, "memberOrder": 5, "datatype": { "id": "Reports.evaluatedcondition.evaluatedcondition.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 117 }, "end": { "line": 0, "character": 123 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:117" }, "parentId": "Reports.evaluatedcondition.evaluatedcondition", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "displayvalue": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator).varParam.displayvalue", "nodeType": "variable", "name": "displayValue", "startToken": { "type": "declaration.entity.name.variable", "text": "displayValue", "textToLower": "displayvalue", "isAux": false, "range": { "start": { "line": 0, "character": 149 }, "end": { "line": 0, "character": 161 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_displayValue_0:149" }, "endToken": { "type": "declaration.entity.name.variable", "text": "displayValue", "textToLower": "displayvalue", "isAux": false, "range": { "start": { "line": 0, "character": 149 }, "end": { "line": 0, "character": 161 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_displayValue_0:149" }, "parentId": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "order": 6, "memberOrder": 6, "datatype": { "id": "Reports.evaluatedcondition.evaluatedcondition.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 142 }, "end": { "line": 0, "character": 148 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:142" }, "parentId": "Reports.evaluatedcondition.evaluatedcondition", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "operator": { "id": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator).varParam.operator", "nodeType": "variable", "name": "operator", "startToken": { "type": "declaration.entity.name.variable", "text": "operator", "textToLower": "operator", "isAux": false, "range": { "start": { "line": 0, "character": 198 }, "end": { "line": 0, "character": 206 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_operator_0:198" }, "endToken": { "type": "declaration.entity.name.variable", "text": "operator", "textToLower": "operator", "isAux": false, "range": { "start": { "line": 0, "character": 198 }, "end": { "line": 0, "character": 206 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_operator_0:198" }, "parentId": "Reports.evaluatedcondition.method.evaluatedcondition(string,string,double,double,string,string,reports.evaluatedconditionoperator)", "order": 7, "memberOrder": 7, "datatype": { "id": "Reports.evaluatedcondition.evaluatedcondition.datatype.Reports.EvaluatedConditionOperator", "nodeType": "datatype", "name": "Reports.EvaluatedConditionOperator", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 163 }, "end": { "line": 0, "character": 170 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:163" }, "parentId": "Reports.evaluatedcondition.evaluatedcondition", "order": 0, "memberOrder": 0, "type": "Reports.EvaluatedConditionOperator" }, "description": "The unique API name of the aggregate. The localized display name of the aggregate. The value that the aggregate is compared to in the condition. The actual value of the aggregate when the report is run. The value that the aggregate is compared to in the condition, formatted for display. For example, a display value for a currency is $20.00 or USD20.00 instead of 20.00. The value of the aggregate when the report is run, formatted for display. For example, a display value for a currency is $20.00 or USD20.00 instead of 20.00. The operator used in the condition.", "scope": null } }, "queries": [], "exceptions": [] } }, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 8, "queries": [] }