InitParserConvert
Converts an input Term
of type State => Parser[A]
or Initialize[State => Parser[A]]
into a Term
of type Initialize[State => Parser[A]]
.
Attributes
- Graph
-
- Supertypes
-
trait Convert[C]trait ContextUtil[C]class Objecttrait Matchableclass Any
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- ContextUtil
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- Convert
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Attributes
- Inherited from:
- Convert
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
Attributes
- Inherited from:
- ContextUtil
- Supertypes
-
class Objecttrait Matchableclass Any
Represents an output expression via:
Represents an output expression via:
- Def.declareOutput(VirtualFile)
- Def.declareOutputDirectory(VirtualFileRef)
Attributes
- Inherited from:
- ContextUtil
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- ContextUtil
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Inherited from:
- ContextUtil
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Inherited from:
- ContextUtil
Attributes
- Inherited from:
- Convert
Attributes
- Inherited from:
- ContextUtil
Attributes
- Inherited from:
- ContextUtil
Attributes
- Inherited from:
- ContextUtil
Attributes
- Inherited from:
- ContextUtil
Attributes
- Inherited from:
- ContextUtil
Substitutes wrappers in tree t
with the result of subWrapper
. A wrapper is a Tree of the form f[T](v)
for which isWrapper(f
is a
Select
or
Ident
. The wrapper is replaced with the result of
subWrapper(<Type of T>, <Tree of v>, <wrapper Tree>)
Substitutes wrappers in tree t
with the result of subWrapper
. A wrapper is a Tree of the form f[T](v)
for which isWrapper(f
is a
Select
or
Ident
. The wrapper is replaced with the result of
subWrapper(<Type of T>, <Tree of v>, <wrapper Tree>)
Attributes
- Inherited from:
- Convert
Attributes
- Inherited from:
- ContextUtil
Attributes
- Inherited from:
- ContextUtil
Concrete fields
Givens
Inherited givens
Attributes
- Inherited from:
- ContextUtil