case class DamlScalaName(packageSuffixParts: Array[String], name: String) extends Product with Serializable
A Scala class/object package suffix and name.
- packageSuffixParts
the package suffix of the class. This will be appended to the packageNameElems to create the package for this Scala class/object
- name
the name of the class/object
- Alphabetic
- By Inheritance
- DamlScalaName
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DamlScalaName(packageSuffixParts: Array[String], name: String)
- packageSuffixParts
the package suffix of the class. This will be appended to the packageNameElems to create the package for this Scala class/object
- name
the name of the class/object
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(ojb: Any): Boolean
- Definition Classes
- DamlScalaName → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- DamlScalaName → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
-
def
packageName: String
The package for this class/object
-
def
packageNameParts: Array[String]
Components of the package for this class/object
- val packageSuffixParts: Array[String]
-
def
qualifiedName: String
The fully qualified name of this class/object
-
def
qualifiedNameParts: Array[String]
Components of the fully qualified name for this class/object
- def qualifiedTermName: scala.reflect.api.JavaUniverse.Select
- def qualifiedTypeName: scala.reflect.api.JavaUniverse.Select
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toFileName: File
The file name where this class/object must be stored
- def toRefTree: scala.reflect.api.JavaUniverse.RefTree
- def toRefTreeWithInnerTypes(innerTypes: Array[String]): scala.reflect.api.JavaUniverse.RefTree
-
def
toString(): String
- Definition Classes
- DamlScalaName → AnyRef → Any
-
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
- @throws( ... ) @native()