Package org.ek9lang.compiler.support
Class TextLanguageExtraction
java.lang.Object
org.ek9lang.compiler.support.TextLanguageExtraction
- All Implemented Interfaces:
Function<EK9Parser.StringLitContext,
String>
public class TextLanguageExtraction
extends Object
implements Function<EK9Parser.StringLitContext,String>
Extract the valid language value from the String literal or null and error.
-
Constructor Details
-
TextLanguageExtraction
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.StringLitContext,
String>
-