final case class JavaMethod(method: Method, isGenerated: Boolean) extends DecodedMethod with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaMethod
- Serializable
- Serializable
- Product
- Equals
- DecodedMethod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JavaMethod(method: Method, isGenerated: Boolean)
Value Members
-
def
format(): String
- Definition Classes
- JavaMethod → DecodedMethod
-
val
isGenerated: Boolean
- Definition Classes
- JavaMethod → DecodedMethod
- val method: Method