Package net.hydromatic.morel.eval
Class Codes.StringSub
java.lang.Object
net.hydromatic.morel.eval.ApplicableImpl
net.hydromatic.morel.eval.Applicable2<Character,String,Integer>
net.hydromatic.morel.eval.Codes.StringSub
- All Implemented Interfaces:
Applicable,Codes.Positioned,Describable
- Enclosing class:
Codes
private static class Codes.StringSub
extends Applicable2<Character,String,Integer>
implements Codes.Positioned
Implements
BuiltIn.STRING_SUB.-
Field Summary
Fields inherited from class net.hydromatic.morel.eval.ApplicableImpl
pos -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.hydromatic.morel.eval.Applicable2
applyMethods inherited from class net.hydromatic.morel.eval.ApplicableImpl
describe, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.hydromatic.morel.eval.Applicable
apply, asCodeMethods inherited from interface net.hydromatic.morel.eval.Describable
describe
-
Constructor Details
-
StringSub
StringSub(Pos pos)
-
-
Method Details
-
apply
- Specified by:
applyin classApplicable2<Character,String, Integer>
-
withPos
- Specified by:
withPosin interfaceCodes.Positioned
-