public SLFunction executeFunction(VirtualFrame frame) throws UnexpectedResultException { return SLTypesGen.expectSLFunction(executeGeneric(frame)); }
public boolean executeBoolean(VirtualFrame frame) throws UnexpectedResultException { return SLTypesGen.expectBoolean(executeGeneric(frame)); }
public long executeLong(VirtualFrame frame) throws UnexpectedResultException { return SLTypesGen.expectLong(executeGeneric(frame)); }