f7
f7 is a spreadsheet formula execution library
git clone https://git.vogt.world/f7.git
Log | Files | README.md | LICENSE.md
← All files
name: src/main/java/io/protobase/f7/models/Node.java
-rw-r--r--
143
1package io.protobase.f7.models;
2
3/**
4 * When we parse F7 code to a tree, all nodes on the tree extend this node.
5 */
6public interface Node {
7}