Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 3719x 3719x 3719x 3719x 3719x 3719x 3719x 4x 4x 3715x 3715x 3715x 3715x 3719x 343x 343x 343x 343x 343x 343x 343x 5x 343x 9x 9x 9x 9x 9x 9x 343x 13x 13x 13x 13x 13x 13x 343x 41x 41x 41x 41x 2x 41x 39x 39x 41x 41x 343x 10x 10x 10x 10x 5x 5x 5x 5x 10x 10x 343x 34x 34x 34x 34x 34x 34x 34x 34x 11x 34x 23x 23x 34x 34x 34x 34x 34x 34x 34x 343x 24x 24x 24x 24x 1x 1x 1x 1x 23x 23x 23x 343x 12x 12x 12x 12x 12x 12x 12x 12x 12x 12x 1x 12x 5x 11x 2x 2x 12x 12x 12x 12x 12x 12x 12x 12x 12x 12x 12x 343x 7x 7x 7x 7x 3x 7x 4x 4x 7x 7x 5x 7x 2x 2x 7x 343x 13x 13x 13x 13x 13x 13x 343x 2x 2x 2x 2x 2x 2x 343x 173x 173x 173x 173x 24x 173x 148x 148x 173x 173x 343x 343x 3719x 3377x 3377x 3377x 3377x 3719x 41x 41x 3377x 3377x 3377x 3719x 3664x 3611x 3611x 191x 191x 3x 3x 3x 3x 3611x 1867x 3420x 187x 1553x 129x 129x 1366x 1127x 1127x 1237x 10x 110x 3x 100x 87x 2x 2x 87x 87x 6x 6x 6x 97x 4x 4x 3611x 3659x 3664x 11x 11x 11x 11x 11x 11x 5x 5x 5x 5x 11x 1x 1x 6x 6x 3654x 3654x 3664x 3367x 3367x 3664x 3367x 3719x 40x 40x 3327x 3327x 3327x 1x 1x 1x 1x 34x 34x 2x 2x 34x 1x 1x 1256x 5x 1256x 1251x 1251x 1256x 1x 1x 325x 325x 325x 325x 325x 325x 325x 325x 325x 325x 325x 325x 325x 325x 325x 315x 315x 220x 220x 315x 8x 8x 8x 8x 8x 95x 87x 87x 87x 315x 325x 325x 1x 1x 316x 316x 316x 316x 316x 316x 316x 316x 316x 316x 316x 130x 130x 186x 316x 141x 141x 2x 2x 2x 2x 2x 2x 141x 139x 139x 139x 45x 45x 45x 1x 1x | import {ExpressionNode, TokenNode} from "../../nodes"; import {AbstractType} from "../../types/basic/_abstract_type"; import * as Expressions from "../../2_statements/expressions"; import {MethodCallChain} from "./method_call_chain"; import {UnknownType} from "../../types/basic/unknown_type"; import {FieldChain} from "./field_chain"; import {VoidType, StringType, CharacterType, DataReference, ObjectReferenceType, FloatType, IntegerType, XSequenceType, XStringType, HexType, XGenericType} from "../../types/basic"; import {Constant} from "./constant"; import {BasicTypes} from "../basic_types"; import {ComponentChain} from "./component_chain"; import {StringTemplate} from "./string_template"; import {ValueBody} from "./value_body"; import {Cond} from "./cond"; import {ReduceBody} from "./reduce_body"; import {ReferenceType} from "../_reference"; import {SwitchBody} from "./switch_body"; import {CondBody} from "./cond_body"; import {ConvBody} from "./conv_body"; import {FilterBody} from "./filter_body"; import {CorrespondingBody} from "./corresponding_body"; import {BuiltIn} from "../_builtin"; import {AttributeChain} from "./attribute_chain"; import {Dereference} from "./dereference"; import {TypedIdentifier} from "../../types/_typed_identifier"; import {TypeUtils} from "../_type_utils"; import {CheckSyntaxKey, SyntaxInput, syntaxIssue} from "../_syntax_input"; import {AssertError} from "../assert_error"; /* * Type interference, valid scenarios: * typed = VALUE #( ... ). right hand side must follow left hand type * DATA(bar) = VALUE type( ... ). left gets the type of rigthand * typed = VALUE type( ... ). types must match and be compatible??? ************* ERRORS ********* * VALUE #( ... ). syntax error * DATA(bar) = VALUE #( ... ). give error, no type can be derived */ // TODO: refactor all these method parameters to objects, this is getting messy export class Source { public static runSyntax( node: ExpressionNode | undefined, input: SyntaxInput, targetType?: AbstractType, writeReference = false, allowGenericDeference = false): AbstractType | undefined { if (node === undefined) { return undefined; } const children = node.getChildren().slice(); let first = children.shift(); if (first instanceof TokenNode) { const token = first.getFirstToken(); const tok = token.getStr().toUpperCase(); switch (tok) { case "(": case "-": case "+": case "BIT": break; case "BOOLC": { const method = BuiltIn.searchBuiltin(tok); input.scope.addReference(token, method, ReferenceType.BuiltinMethodReference, input.filename); Cond.runSyntax(node.findDirectExpression(Expressions.Cond)!, input); return StringType.get(); } case "XSDBOOL": { const method = BuiltIn.searchBuiltin(tok); input.scope.addReference(token, method, ReferenceType.BuiltinMethodReference, input.filename); Cond.runSyntax(node.findDirectExpression(Expressions.Cond)!, input); return new CharacterType(1, {qualifiedName: "ABAP_BOOL", ddicName: "ABAP_BOOL"}); } case "REDUCE": { const foundType = this.determineType(node, input, targetType); const bodyType = ReduceBody.runSyntax(node.findDirectExpression(Expressions.ReduceBody), input, foundType); if (foundType === undefined || foundType.isGeneric()) { this.addIfInferred(node, input, bodyType); } else { this.addIfInferred(node, input, foundType); } return foundType ? foundType : bodyType; } case "SWITCH": { const foundType = this.determineType(node, input, targetType); const bodyType = SwitchBody.runSyntax(node.findDirectExpression(Expressions.SwitchBody), input); if (foundType === undefined || foundType.isGeneric()) { this.addIfInferred(node, input, bodyType); } else { this.addIfInferred(node, input, foundType); } return foundType ? foundType : bodyType; } case "COND": { const foundType = this.determineType(node, input, targetType); const bodyType = CondBody.runSyntax(node.findDirectExpression(Expressions.CondBody), input, foundType); /* console.log("COND BODY type;:"); console.dir(bodyType); */ if (foundType === undefined || foundType.isGeneric()) { this.addIfInferred(node, input, bodyType); } else { this.addIfInferred(node, input, foundType); } children.shift(); children.shift(); children.shift(); children.shift(); this.traverseRemainingChildren(children, input); return foundType ? foundType : bodyType; } case "CONV": { const foundType = this.determineType(node, input, targetType); const bodyType = ConvBody.runSyntax(node.findDirectExpression(Expressions.ConvBody)!, input); if (new TypeUtils(input.scope).isConvable(foundType, bodyType) === false) { const message = `CONV: Types not compatible, ${foundType?.constructor.name}, ${bodyType?.constructor.name}`; input.issues.push(syntaxIssue(input, node.getFirstToken(), message)); return VoidType.get(CheckSyntaxKey); } this.addIfInferred(node, input, foundType); return foundType; } case "REF": { let foundType = this.determineType(node, input, targetType); const s = Source.runSyntax(node.findDirectExpression(Expressions.Source), input); /* console.dir(node.concatTokens()); console.dir(targetType); console.dir(foundType); console.dir(s); */ if (foundType && foundType.isGeneric() && s) { foundType = new DataReference(s); } else if (foundType === undefined && s) { foundType = new DataReference(s); } else if (foundType && targetType === undefined) { foundType = new DataReference(foundType); } /* if (targetType && !(targetType instanceof DataReference)) { const message = `REF: Types not compatible, ` + targetType.constructor.name; input.issues.push(syntaxIssue(input, node.getFirstToken(), message)); } */ this.addIfInferred(node, input, foundType); return foundType; } case "FILTER": { const foundType = this.determineType(node, input, targetType); const bodyType = FilterBody.runSyntax(node.findDirectExpression(Expressions.FilterBody), input, foundType); if (foundType === undefined || foundType.isGeneric()) { this.addIfInferred(node, input, bodyType); } else { this.addIfInferred(node, input, foundType); } if (foundType && !(foundType instanceof UnknownType)) { return foundType; } else { return bodyType; } } case "CORRESPONDING": { const foundType = this.determineType(node, input, targetType); CorrespondingBody.runSyntax(node.findDirectExpression(Expressions.CorrespondingBody), input, foundType); this.addIfInferred(node, input, foundType); return foundType; } case "EXACT": { const foundType = this.determineType(node, input, targetType); Source.runSyntax(node.findDirectExpression(Expressions.Source), input, foundType); this.addIfInferred(node, input, foundType); return foundType; } case "VALUE": { const foundType = this.determineType(node, input, targetType); const bodyType = ValueBody.runSyntax(node.findDirectExpression(Expressions.ValueBody), input, foundType); if (foundType === undefined || foundType.isGeneric()) { this.addIfInferred(node, input, bodyType); } else { this.addIfInferred(node, input, foundType); } return foundType ? foundType : bodyType; } default: return new UnknownType("todo, Source type " + tok); } } else if (first === undefined || !(first instanceof ExpressionNode)) { return undefined; } let context: AbstractType | undefined = new UnknownType("todo, Source type"); const type = [ReferenceType.DataReadReference]; if (writeReference) { type.push(ReferenceType.DataWriteReference); } let hexExpected = false; let hexNext = false; while (children.length >= 0) { if (first instanceof ExpressionNode) { const get = first.get(); if (get instanceof Expressions.MethodCallChain) { context = MethodCallChain.runSyntax(first, input, targetType); if (context === undefined) { const message = "Method has no RETURNING value"; input.issues.push(syntaxIssue(input, node.getFirstToken(), message)); return VoidType.get(CheckSyntaxKey); } } else if (get instanceof Expressions.FieldChain) { context = FieldChain.runSyntax(first, input, type, allowGenericDeference); } else if (get instanceof Expressions.StringTemplate) { context = StringTemplate.runSyntax(first, input); } else if (get instanceof Expressions.Source) { const found = Source.runSyntax(first, input); context = this.infer(context, found); } else if (get instanceof Expressions.Constant) { const found = Constant.runSyntax(first); context = this.infer(context, found); } else if (get instanceof Expressions.Dereference) { context = Dereference.runSyntax(first, context, input); } else if (get instanceof Expressions.ComponentChain) { context = ComponentChain.runSyntax(context, first, input); } else if (get instanceof Expressions.ArithOperator) { if (first.concatTokens() === "**") { context = new FloatType(); } const operator = first.concatTokens().toUpperCase(); if (operator === "BIT-OR" || operator === "BIT-AND" || operator === "BIT-XOR") { hexExpected = true; hexNext = true; } } else if (get instanceof Expressions.AttributeChain) { context = AttributeChain.runSyntax(context, first, input, type); } } if (hexExpected === true) { if (!(context instanceof VoidType) && !(context instanceof XStringType) && !(context instanceof HexType) && !(context instanceof XGenericType) && !(context instanceof XSequenceType) && !(context instanceof UnknownType)) { const message = "Operator only valid for XSTRING or HEX"; input.issues.push(syntaxIssue(input, node.getFirstToken(), message)); return VoidType.get(CheckSyntaxKey); } if (hexNext === false) { hexExpected = false; } hexNext = false; } first = children.shift(); if (first === undefined) { break; } } if (node.findDirectTokenByText("&&")) { return StringType.get(); } return context; } //////////////////////////////// private static traverseRemainingChildren(children: (ExpressionNode | TokenNode)[], input: SyntaxInput) { const last = children[children.length - 1]; if (last && last.get() instanceof Expressions.Source) { Source.runSyntax(last as ExpressionNode, input); } } private static infer(context: AbstractType | undefined, found: AbstractType | undefined) { if (context instanceof FloatType && found instanceof IntegerType) { return context; } else { return found; } } public static addIfInferred( node: ExpressionNode, input: SyntaxInput, inferredType: AbstractType | undefined): void { const basic = new BasicTypes(input); const typeExpression = node.findDirectExpression(Expressions.TypeNameOrInfer); const typeToken = typeExpression?.getFirstToken(); // const typeName = typeToken?.getStr(); /* console.dir(inferredType); console.dir(typeToken); */ if (inferredType && typeToken) { const found = basic.lookupQualifiedName(inferredType.getQualifiedName()); if (found) { const tid = new TypedIdentifier(typeToken, input.filename, inferredType); input.scope.addReference(typeToken, tid, ReferenceType.InferredType, input.filename, {foundQualified: true}); } else if (inferredType instanceof ObjectReferenceType) { const def = input.scope.findObjectDefinition(inferredType.getQualifiedName()); const tid = new TypedIdentifier(typeToken, input.filename, inferredType); if (def) { input.scope.addReference(typeToken, tid, ReferenceType.InferredType, input.filename, {foundQualified: true}); } else { input.scope.addReference(typeToken, tid, ReferenceType.InferredType, input.filename, {foundQualified: false}); } } else { const tid = new TypedIdentifier(typeToken, input.filename, inferredType); input.scope.addReference(typeToken, tid, ReferenceType.InferredType, input.filename, {foundQualified: false}); } } } private static determineType( node: ExpressionNode, input: SyntaxInput, targetType: AbstractType | undefined): AbstractType | undefined { const basic = new BasicTypes(input); const typeExpression = node.findDirectExpression(Expressions.TypeNameOrInfer); const typeToken = typeExpression?.getFirstToken(); const typeName = typeToken?.getStr(); if (typeExpression === undefined) { throw new AssertError("determineType, child TypeNameOrInfer not found"); } else if (typeName === "#" && targetType) { return targetType; } if (typeName !== "#" && typeToken) { const found = basic.parseType(typeExpression); if (found && found instanceof UnknownType) { if (input.scope.getDDIC().inErrorNamespace(typeName) === false) { input.scope.addReference(typeToken, undefined, ReferenceType.VoidType, input.filename); return VoidType.get(typeName); } else { const tid = new TypedIdentifier(typeToken, input.filename, found); input.scope.addReference(typeToken, tid, ReferenceType.TypeReference, input.filename); return found; } } else if (found === undefined) { const message = "Type \"" + typeName + "\" not found in scope, VALUE"; input.issues.push(syntaxIssue(input, node.getFirstToken(), message)); return VoidType.get(CheckSyntaxKey); } return found; } return targetType; } } |