Uses of Class
com.googlecode.aviator.runtime.function.internal.ReducerResult
Packages that use ReducerResult
-
Uses of ReducerResult in com.googlecode.aviator.runtime.function.internal
Methods in com.googlecode.aviator.runtime.function.internal that return ReducerResultModifier and TypeMethodDescriptionstatic ReducerResult
ReducerResult.withBreak
(AviatorObject obj) static ReducerResult
ReducerResult.withCont
(AviatorObject obj) static ReducerResult
ReducerResult.withEmpty
(AviatorObject obj) static ReducerResult
ReducerResult.withReturn
(AviatorObject obj)