Class Java.Block

    • Field Detail

      • statements

        public final java.util.List<Java.BlockStatement> statements
        The list of statements that comprise the body of the block.
    • Constructor Detail

      • Block

        public Block​(Location location)