Class Foo

java.lang.Object
edu.pdx.cs410J.tips.Foo
Direct Known Subclasses:
Bar

class Foo extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static Bar
     
    (package private) static final boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Foo()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • b

      static Bar b
    • TRUTH

      static final boolean TRUTH
  • Constructor Details

  • Method Details

    • truth

      static boolean truth()