case class NewMethod(name: String = "", fullName: String = "", isExternal: Boolean, signature: String = "", astParentType: String = "", astParentFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, lineNumberEnd: Option[Integer] = None, columnNumberEnd: Option[Integer] = None, order: Integer = -1, hasMapping: Option[Boolean] = None, depthFirstOrder: Option[Integer] = None, binarySignature: Option[String] = None) extends NewNode with MethodBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewMethod
- Serializable
- Serializable
- MethodBase
- HasBinarySignature
- HasDepthFirstOrder
- HasHasMapping
- HasColumnNumberEnd
- HasLineNumberEnd
- 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, lineNumberEnd: Option[Integer] = None, columnNumberEnd: Option[Integer] = None, order: Integer = -1, hasMapping: Option[Boolean] = None, depthFirstOrder: Option[Integer] = None, 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
- @native() @throws( ... )
-
val
columnNumber: Option[Integer]
- Definition Classes
- NewMethod → HasColumnNumber
-
val
columnNumberEnd: Option[Integer]
- Definition Classes
- NewMethod → HasColumnNumberEnd
- def containedNodesByLocalName: Map[String, List[Node]]
-
val
depthFirstOrder: Option[Integer]
- Definition Classes
- NewMethod → HasDepthFirstOrder
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getId: Long
- Definition Classes
- MethodBase → Node
-
val
hasMapping: Option[Boolean]
- Definition Classes
- NewMethod → HasHasMapping
-
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
lineNumberEnd: Option[Integer]
- Definition Classes
- NewMethod → HasLineNumberEnd
- 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
productArity: Int
- Definition Classes
- MethodBase → Product
-
def
productElement(n: Int): Any
- Definition Classes
- MethodBase → Product
-
def
productElementLabel(n: Int): String
labels of product elements, used e.g.
labels of product elements, used e.g. for pretty-printing
- Definition Classes
- MethodBase → Node
-
def
productPrefix: String
- Definition Classes
- MethodBase → 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )