Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method nodes for operations do not contain code #1081

Open
m1cm1c opened this issue Jan 7, 2021 · 0 comments
Open

Method nodes for operations do not contain code #1081

m1cm1c opened this issue Jan 7, 2021 · 0 comments

Comments

@m1cm1c
Copy link
Contributor

m1cm1c commented Jan 7, 2021

Examples:

  Method(
    id -> 1000143L,
    code -> "",
    name -> "<operator>.assignment",
    fullName -> "<operator>.assignment",
    isExternal -> true,
    signature -> "TODO assignment signature",
    astParentType -> "NAMESPACE_BLOCK",
    astParentFullName -> "<global>",
    lineNumber -> None,
    columnNumber -> None,
    lineNumberEnd -> None,
    columnNumberEnd -> None,
    order -> 0,
    filename -> "",
    hasMapping -> None,
    depthFirstOrder -> None,
    internalFlags -> None,
    binarySignature -> None
  ),
  Method(
    id -> 1000135L,
    code -> "",
    name -> "<operator>.lessThan",
    fullName -> "<operator>.lessThan",
    isExternal -> true,
    signature -> "TODO assignment signature",
    astParentType -> "NAMESPACE_BLOCK",
    astParentFullName -> "<global>",
    lineNumber -> None,
    columnNumber -> None,
    lineNumberEnd -> None,
    columnNumberEnd -> None,
    order -> 0,
    filename -> "",
    hasMapping -> None,
    depthFirstOrder -> None,
    internalFlags -> None,
    binarySignature -> None
  ),
  Method(
    id -> 1000126L,
    code -> "",
    name -> "<operator>.multiplication",
    fullName -> "<operator>.multiplication",
    isExternal -> true,
    signature -> "TODO assignment signature",
    astParentType -> "NAMESPACE_BLOCK",
    astParentFullName -> "<global>",
    lineNumber -> None,
    columnNumber -> None,
    lineNumberEnd -> None,
    columnNumberEnd -> None,
    order -> 0,
    filename -> "",
    hasMapping -> None,
    depthFirstOrder -> None,
    internalFlags -> None,
    binarySignature -> None
  ),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant