BinaryToFlatVisitor
io.github.kelvindev15.prolog.visitors.BinaryToFlatVisitor
object BinaryToFlatVisitor extends TermVisitor[Seq[Term]]
Linearizes a BinaryRecursiveStruct, e.g a ','(a, ','(b, ','(c, []))) becomes [a, b, c].
Attributes
- Graph
-
- Supertypes
- Self type
-
BinaryToFlatVisitor.type
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
Attributes
- Inherited from:
- TermVisitor
In this article