root
root
API
scala.cli.directivehandler
CompositeDirectiveException
CompositeDirectiveException
CustomDirectivesReporter
CustomDirectivesReporter
DependencyFormatError
Diagnostic
DirectiveDescription
DirectiveExamples
DirectiveException
DirectiveGroupDetails
DirectiveGroupName
DirectiveHandler
DirectiveHandler
DirectiveName
DirectivePrefix
DirectiveSpecialSyntax
DirectiveTag
DirectiveUsage
DirectiveUtil
DirectiveValueParser
DirectiveValueParser
DirectiveSingleValueParser
MaybeNumericalString
WithScopePath
WithScopePath
EitherSequence
EitherSeqOps
ExtractedDirectives
ExtractedDirectives
MalformedDirectiveError
Position
Position
File
Positioned
Positioned
ProcessedDirective
ScopePath
ScopePath
Scoped
ScopedDirective
Severity
Severity
Error
Warning
StrictDirective
UnexpectedDirectiveError
UnusedDirectiveError
UsingDirectiveExpectationError
UsingDirectiveValueNumError
UsingDirectiveWrongValueTypeError
UsingDirectivesOps
root
/
scala.cli.directivehandler
/
DirectiveValueParser
DirectiveValueParser
scala.cli.directivehandler.DirectiveValueParser
See the
DirectiveValueParser
companion object
abstract
class
DirectiveValueParser
[
+
T
]
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
DirectiveSingleValueParser
[
T
]
Clear all
Members list
Concise view
Value members
Abstract methods
def
parse
(
values
:
Seq
[
Value
[
_
]],
scopePath
:
ScopePath
,
path
:
Either
[
String
,
Path
]):
Either
[
DirectiveException
,
T
]
Concrete methods
final
def
map
[
U
](
f
:
T
=>
U
):
DirectiveValueParser
[
U
]