final case class StandaloneSourceFile(absolutePath: Path, relativePath: String) extends SourceEntry with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandaloneSourceFile
- Serializable
- Serializable
- Product
- Equals
- SourceEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StandaloneSourceFile(absolutePath: Path, relativePath: String)
Value Members
- val absolutePath: Path
-
def
name: String
- Definition Classes
- StandaloneSourceFile → SourceEntry
- val relativePath: String