Class Block

    • Constructor Detail

      • Block

        public Block()
      • Block

        public Block​(java.lang.Iterable<Node> body)
      • Block

        public Block​(Node... body)
    • Method Detail

      • getEntryGoto

        public final Expression getEntryGoto()
      • setEntryGoto

        public final void setEntryGoto​(Expression entryGoto)
      • getBody

        public final java.util.List<Node> getBody()
      • getChildren

        public final java.util.List<Node> getChildren()
        Overrides:
        getChildren in class Node