ClassfileParser

com.typesafe.tools.mima.core.ClassfileParser$
See theClassfileParser companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def isAnnotation(flags: Int): Boolean
def isBridge(flags: Int): Boolean
def isDeferred(flags: Int): Boolean
def isFinal(flags: Int): Boolean
def isInterface(flags: Int): Boolean
def isPrivate(flags: Int): Boolean
def isProtected(flags: Int): Boolean
def isPublic(flags: Int): Boolean
def isStatic(flags: Int): Boolean
def isSynthetic(flags: Int): Boolean