Package net.hydromatic.morel.eval
Class Codes.StringExtract
- java.lang.Object
-
- net.hydromatic.morel.eval.ApplicableImpl
-
- net.hydromatic.morel.eval.Applicable3<String,String,Integer,List>
-
- net.hydromatic.morel.eval.Codes.StringExtract
-
- All Implemented Interfaces:
Applicable,Codes.Positioned,Describable
- Enclosing class:
- Codes
private static class Codes.StringExtract extends Applicable3<String,String,Integer,List> implements Codes.Positioned
ImplementsBuiltIn.STRING_SUB.
-
-
Field Summary
-
Fields inherited from class net.hydromatic.morel.eval.ApplicableImpl
pos
-
-
Constructor Summary
Constructors Constructor Description StringExtract(Pos pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(String s, Integer i, List jOpt)ApplicablewithPos(Pos pos)-
Methods inherited from class net.hydromatic.morel.eval.Applicable3
apply
-
Methods inherited from class net.hydromatic.morel.eval.ApplicableImpl
describe, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.hydromatic.morel.eval.Applicable
apply, asCode
-
Methods inherited from interface net.hydromatic.morel.eval.Describable
describe
-
-
-
-
Constructor Detail
-
StringExtract
StringExtract(Pos pos)
-
-
Method Detail
-
withPos
public Applicable withPos(Pos pos)
- Specified by:
withPosin interfaceCodes.Positioned
-
-