case classFieldIdn(ident: String) extends SourceASTNode with Product with Serializable
Field identifier. We don't use IdnDef for fields, since we don't perform
the same kind of name analysis on them. Fields only need to be looked up
in the appropriate record type, not have the full scope handling performed.
Linear Supertypes
Serializable, Serializable, SourceASTNode, Positioned, Attributable, Cloneable, Product, Equals, AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
FieldIdn
Serializable
Serializable
SourceASTNode
Positioned
Attributable
Cloneable
Product
Equals
AnyRef
Any
Visibility
Public
All
Instance Constructors
newFieldIdn(ident: String)
Value Members
final def!=(arg0: AnyRef): Boolean
Definition Classes
AnyRef
final def!=(arg0: Any): Boolean
Definition Classes
Any
final def##(): Int
Definition Classes
AnyRef → Any
final def->[T, U](a: (T) ⇒ U)(implicit b: (FieldIdn.this.type) ⇒ T): U
Field identifier. We don't use IdnDef for fields, since we don't perform the same kind of name analysis on them. Fields only need to be looked up in the appropriate record type, not have the full scope handling performed.