Field

firrtl.annotations.TargetToken.Field
case class Field(value: String) extends TargetToken

Attributes

Source
TargetToken.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TargetToken
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def keyword: String

Attributes

Definition Classes
Source
TargetToken.scala

Inherited methods

def is(keywords: String*): Boolean

Returns whether this token is one of the type of tokens whose keyword is passed as an argument

Returns whether this token is one of the type of tokens whose keyword is passed as an argument

Attributes

Inherited from:
TargetToken
Source
TargetToken.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product