Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed May 12, 2023
1 parent 5627fa3 commit bd90f76
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
name = "get_constructor_name",
description = "Gets the name of a constructor.",
autoRegister = false)
public abstract class GetConstructorNameNode extends Node {
static GetConstructorNameNode build() {
return GetConstructorNameNodeGen.create();
}

public class GetConstructorNameNode extends Node {
Text execute(AtomConstructor cons) {
return Text.create(cons.getName());
}
Expand Down

0 comments on commit bd90f76

Please sign in to comment.