Packages

t

com.reactific.riddl.language.Folding

PathResolutionState

trait PathResolutionState[S <: State[_]] extends MessagesState[S]

Linear Supertypes
MessagesState[S], State[S], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathResolutionState
  2. MessagesState
  3. State
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def commonOptions: CommonOptions
    Definition Classes
    MessagesState
  2. abstract def root: AST.Definition
  3. abstract def symbolTable: SymbolTable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(msg: Message): S
    Definition Classes
    MessagesState
  5. def addError(loc: Location, msg: String): S
    Definition Classes
    MessagesState
  6. def addMissing(loc: Location, msg: String): S
    Definition Classes
    MessagesState
  7. def addSevere(loc: Location, msg: String): S
    Definition Classes
    MessagesState
  8. def addStyle(loc: Location, msg: String): S
    Definition Classes
    MessagesState
  9. def addWarning(loc: Location, msg: String): S
    Definition Classes
    MessagesState
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def captureHierarchy(pars: Seq[AST.Definition]): S
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isReportMissingWarnings: Boolean
    Definition Classes
    MessagesState
  19. def isReportStyleWarnings: Boolean
    Definition Classes
    MessagesState
  20. def messages: Messages
    Definition Classes
    MessagesState
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. val parents: Seq[AST.Definition]
  25. def resolvePath(pid: AST.PathIdentifier, parents: Seq[AST.Definition] = parents): Seq[AST.Definition]
  26. def resolvePathFromSymbolTable(pid: AST.PathIdentifier): Seq[AST.Definition]
  27. def resolveRelativePath(pid: AST.PathIdentifier, parents: Seq[AST.Definition] = parents): Seq[AST.Definition]

    Resolve a PathIdentifier If the path is already resolved or it has no empty components then we can resolve it from the map or the symbol table.

    Resolve a PathIdentifier If the path is already resolved or it has no empty components then we can resolve it from the map or the symbol table.

    pid

    The path to consider

    returns

    Either an error or a definition

  28. def step(f: (S) => S): S
    Definition Classes
    State
  29. def stepIf(predicate: Boolean = true)(f: (S) => S): S
    Definition Classes
    State
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MessagesState[S]

Inherited from State[S]

Inherited from AnyRef

Inherited from Any

Ungrouped