scala.tools.nsc.util

FlagsUtilCompiler

object FlagsUtilCompiler extends FlagsUtil with MarkModifiers

Convenience standalone programs.

Source
FlagsUtil.scala
Linear Supertypes
MarkModifiers, FlagsUtil, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FlagsUtilCompiler
  2. MarkModifiers
  3. FlagsUtil
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addFlagMetadata (name: String): String

    Override to tweak flag strings before output.

    Override to tweak flag strings before output.

    Definition Classes
    MarkModifiersFlagsUtil
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def flagMethods : List[Method]

    Definition Classes
    FlagsUtil
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  15. def isFlagName (s: String): Boolean

    Definition Classes
    FlagsUtil
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. lazy val isModifiersFlag : Set[String]

    Definition Classes
    MarkModifiers
  18. def main (args: Array[String]): Unit

  19. def mkFlagToStringMethod (): Unit

    Prints an implementation of flagToString based on the reflectively determined contents of the flags class.

    Prints an implementation of flagToString based on the reflectively determined contents of the flags class.

    Definition Classes
    FlagsUtil
  20. def mkFlagsTable (): Unit

    Prints a comment table identifying all the flags (as seen via reflection) and at what bit each is located.

    Prints a comment table identifying all the flags (as seen via reflection) and at what bit each is located.

    Definition Classes
    FlagsUtil
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def reflectiveAnalyzeFlags (): Unit

    Runs the generative methods in this class.

    Runs the generative methods in this class.

    Definition Classes
    FlagsUtil
  25. def reflectiveFlagNames : List[List[String]]

    A list of the flag names found at each bit position.

    A list of the flag names found at each bit position.

    Definition Classes
    FlagsUtil
  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. def toString (): String

    Definition Classes
    AnyRef → Any
  28. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MarkModifiers

Inherited from FlagsUtil

Inherited from AnyRef

Inherited from Any