Skip to content

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

@OscarRodriguezPrieto

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions