JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.kit.comm.jsi.JSIPair

Packages that use JSIPair
edu.utah.janosvm.kit.comm.jsi A Java language binding for the JanosVM Scripting Interface. 
 

Uses of JSIPair in edu.utah.janosvm.kit.comm.jsi
 

Methods in edu.utah.janosvm.kit.comm.jsi that return JSIPair
 JSIPair JSIMessage.popSpecifier()
          Pop a specifier off the stack.
 JSIPair JSIMessage.getPair(java.lang.String tag, int instance)
          Get an identifier/value pair from the message.
 JSIPair JSIMessage.getPair(java.lang.String tag)
          Get an identifier/value pair from the message.
 JSIPair JSIMessage.expectPair(java.lang.String tag)
          Expect an identifier/value pair in the message.
 

Methods in edu.utah.janosvm.kit.comm.jsi with parameters of type JSIPair
 void JSIMessage.pushSpecifier(JSIPair jp)
          Push a specifier onto the stack.
 JSIMessage JSIMessage.add(JSIPair jp)
          Add an identifier/value pair to the message.
 JSIHandler JSIHandler.resolveSpecifier(JSIMessage jm, JSIPair jp)
          Resolve the next specifier on the stack.
 JSIHandler JSIHandlerRoot.resolveSpecifier(JSIMessage jm, JSIPair jp)
           
 


JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003