Module aya.base

Interface TermShape.Callable

All Superinterfaces:
TermShape
All Known Implementing Classes:
TermShape.CtorCall, TermShape.NameCall, TermShape.ShapeCall
Enclosing interface:
TermShape

public static sealed interface TermShape.Callable extends TermShape permits TermShape.ShapeCall, TermShape.NameCall, TermShape.CtorCall
  • Method Details

    • args

      @NotNull @NotNull kala.collection.immutable.ImmutableSeq<TermShape> args()