Package org.ek9lang.compiler.common
Class PartialEk9StringToTypeDef
java.lang.Object
org.ek9lang.compiler.common.PartialEk9StringToTypeDef
- All Implemented Interfaces:
Function<String,
EK9Parser.TypeDefContext>
public class PartialEk9StringToTypeDef
extends Object
implements Function<String,EK9Parser.TypeDefContext>
Just processes a bit of some EK9 source for a simple or generic type def, to return the context.
-
Constructor Details
-
PartialEk9StringToTypeDef
public PartialEk9StringToTypeDef()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<String,
EK9Parser.TypeDefContext>
-