case class DECLHEAD(name: String) extends Product with Serializable
auxiliary class for constructing DECL's as name keyword arguments
- name
the name of the declaration works with EXPConversions.stringToDECLHEAD
- Source
- Declarations.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DECLHEAD
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DECLHEAD(name: String)
- name
the name of the declaration works with EXPConversions.stringToDECLHEAD
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
adt(cs: CONS*): ADT
adt definitions as name adt (constructors)
-
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
exception(): EXCEPTION
exception declarations as name exception
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
function(f: FUNCVALUE): FUNCTION
function definitions as name function returntype <-- (arguments) == body uses FUNCTYPE and FUNCVALUE also possible: name function returntype <-- (arguments) =|= case x => body name function returntype <-- (arguments) =||= case (x,y) => body
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
record(fs: FIELD*): RECORD
record type definitions as name record (fields)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
typedef(e: EXP): TYPEDEF
type definitions as name typedef type
-
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()