Class AbstractDeclaredStatement.WithoutArgument

All Implemented Interfaces:
DeclaredStatement<Empty>, ModelStatement<Empty>
Direct Known Subclasses:
AbstractDeclaredStatement.WithoutArgument.WithSubstatements
Enclosing class:
AbstractDeclaredStatement<A>

public abstract static class AbstractDeclaredStatement.WithoutArgument extends AbstractDeclaredStatement<Empty>
  • Constructor Details

    • WithoutArgument

      public WithoutArgument()
  • Method Details

    • argument

      public final Empty argument()
    • rawArgument

      public final String rawArgument()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object arg0)
      Overrides:
      equals in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • addToStringAttributes

      protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper arg0)
    • maskList

      protected static final Object maskList(com.google.common.collect.ImmutableList<?> arg0)
    • unmaskList

      protected static final <T extends Object> com.google.common.collect.ImmutableList<T> unmaskList(Object arg0, Class<T> arg1)
    • maskSet

      protected static final Object maskSet(com.google.common.collect.ImmutableSet<?> arg0)
    • unmaskSet

      protected static final <T extends Object> com.google.common.collect.ImmutableSet<T> unmaskSet(Object arg0, Class<T> arg1)