Skip to content

Check support for (instance) initializer blocks - Java 1 #16

Description

@OscarRodriguezPrieto

Currently only static initializers are supported, not instance ones?
They are executed during any object creation, before the constructor.
A new NodeType must be created INITIALIZER_BLOCK with isStatic property, or is it fine to treat them as blocks?
The CG should have a relationship between the new instance call and this special block?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions