Package magnet

Interface Visitor.Instance

  • Enclosing interface:
    Visitor

    public static interface Visitor.Instance
    Visited instance.
    • Method Detail

      • getScoping

        @NotNull
        @NotNull Scoping getScoping()
      • getClassifier

        @NotNull
        @NotNull java.lang.String getClassifier()
      • getLimit

        @NotNull
        @NotNull java.lang.String getLimit()
      • getType

        @NotNull
        @NotNull java.lang.Class<?> getType()
      • getValue

        @NotNull
        @NotNull java.lang.Object getValue()