Skip to content
Snippets Groups Projects
Commit cd28f1d7 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

SeqNoClassFromAndLengthNode has children, so has to be a Node too

parent b53d53b1
Branches
No related tags found
No related merge requests found
...@@ -199,11 +199,11 @@ public final class SeqFunctions { ...@@ -199,11 +199,11 @@ public final class SeqFunctions {
} }
} }
public static class SeqNoClassFromAndLengthNode { public static class SeqNoClassFromAndLengthNode extends Node {
final SeqInt seqInt;
final RFunction seqIntFunction; final RFunction seqIntFunction;
final ConditionProfile isNumericProfile; final ConditionProfile isNumericProfile;
@Child SeqInt seqInt;
@Child public GetClassAttributeNode getClassAttributeNode; @Child public GetClassAttributeNode getClassAttributeNode;
@Child IsMissingOrNumericNode fromCheck; @Child IsMissingOrNumericNode fromCheck;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment