Package net.hydromatic.morel.eval
Class Codes.PositionedApplicableImpl
java.lang.Object
net.hydromatic.morel.eval.ApplicableImpl
net.hydromatic.morel.eval.Codes.PositionedApplicableImpl
- All Implemented Interfaces:
Applicable,Codes.Positioned,Describable
- Direct Known Subclasses:
Codes.InteractUse,Codes.ListHd,Codes.ListLast,Codes.ListTabulate,Codes.ListTl,Codes.OptionValOf,Codes.RealCheckFloat,Codes.RealSign,Codes.RelationalOnly,Codes.StringConcat,Codes.StringConcatWith
- Enclosing class:
Codes
private abstract static class Codes.PositionedApplicableImpl
extends ApplicableImpl
implements Codes.Positioned
Implementation of both
Applicable and Codes.Positioned. Remembers
its BuiltIn so that it can re-position.-
Field Summary
FieldsFields inherited from class net.hydromatic.morel.eval.ApplicableImpl
pos -
Constructor Summary
Constructors -
Method Summary
Methods 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.Codes.Positioned
withPosMethods inherited from interface net.hydromatic.morel.eval.Describable
describe
-
Field Details
-
builtIn
-
-
Constructor Details
-
PositionedApplicableImpl
-