final class MethodMethods extends AnyVal
Instance Constructors
- new MethodMethods(method: Method)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def cfgNode: Traversal[CfgNode]
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def local: Traversal[Local]
- val method: Method
- def methodReturn: MethodReturn
- def numberOfLines: Int
- def parameter: Traversal[MethodParameterIn]
- def toString(): String
Inherited from AnyVal
Inherited from Any