Package de.monticore.runtime.junit
Interface PrettyPrinterTester.ParseFunction<N extends de.monticore.ast.ASTNode>
- Type Parameters:
N- the type of the ASTNode after Parsing.
- Enclosing class:
PrettyPrinterTester
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface PrettyPrinterTester.ParseFunction<N extends de.monticore.ast.ASTNode>
Represents the function that parses a String.
E.g.,
myParser::parse_StringMyNonTerminal-
Method Summary
-
Method Details
-
apply
- Throws:
IOException
-