case class NewMethod(name: String = "", fullName: String = "", isExternal: Boolean, signature: String = "", astParentType: String = "", astParentFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1, binarySignature: Option[String] = None) extends NewNode with MethodBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewMethod
- Serializable
- MethodBase
- HasBinarySignature
- HasAstParentFullName
- HasAstParentType
- HasSignature
- HasIsExternal
- HasFullName
- CfgNodeBase
- AstNodeBase
- HasOrder
- WithinMethodBase
- HasColumnNumber
- HasLineNumber
- DeclarationBase
- HasName
- NewNode
- Node
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NewMethod(name: String = "", fullName: String = "", isExternal: Boolean, signature: String = "", astParentType: String = "", astParentFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1, binarySignature: Option[String] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accept[T](visitor: NodeVisitor[T]): T
- def allContainedNodes: List[Node]
- Definition Classes
- NewNode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- MethodBase
- val astParentFullName: String
- Definition Classes
- NewMethod → HasAstParentFullName
- val astParentType: String
- Definition Classes
- NewMethod → HasAstParentType
- val binarySignature: Option[String]
- Definition Classes
- NewMethod → HasBinarySignature
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val columnNumber: Option[Integer]
- Definition Classes
- NewMethod → HasColumnNumber
- def containedNodesByLocalName: Map[String, List[Node]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fullName: String
- Definition Classes
- NewMethod → HasFullName
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isExternal: Boolean
- Definition Classes
- NewMethod → HasIsExternal
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
- val lineNumber: Option[Integer]
- Definition Classes
- NewMethod → HasLineNumber
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val order: Integer
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Map[String, Any]
- val signature: String
- Definition Classes
- NewMethod → HasSignature
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()