Class PseudoVoid

  • All Implemented Interfaces:
    IVilType

    final class PseudoVoid
    extends java.lang.Object
    implements IVilType
    Just the void type, i.e., nothing, in extreme cases not resolvable.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PseudoVoid()
      Prevents external instantiation.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PseudoVoid

        private PseudoVoid()
        Prevents external instantiation.