Ejemplo n.º 1
0
 public SLFunction executeFunction(VirtualFrame frame) throws UnexpectedResultException {
   return SLTypesGen.expectSLFunction(executeGeneric(frame));
 }
Ejemplo n.º 2
0
 public boolean executeBoolean(VirtualFrame frame) throws UnexpectedResultException {
   return SLTypesGen.expectBoolean(executeGeneric(frame));
 }
Ejemplo n.º 3
0
 public long executeLong(VirtualFrame frame) throws UnexpectedResultException {
   return SLTypesGen.expectLong(executeGeneric(frame));
 }