All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.getClass

com.cometway.jerminal.commands.JerminalCommand
   |
   +----com.cometway.jerminal.commands.getClass

public class getClass
extends JerminalCommand
This command takes a java.lang.Object as its only parameter. This command returns a java.lang.Class object which represents the Class of the argument.

Synopsis:

getClass [classname]


Constructor Index

 o getClass(JerminalSession)

Method Index

 o evaluate(Vector)
This method is called by the JerminalSession when it uses this command.

Constructors

 o getClass
 public getClass(JerminalSession j)

Methods

 o evaluate
 public Object evaluate(Vector operands)
This method is called by the JerminalSession when it uses this command.

Overrides:
evaluate in class JerminalCommand

All Packages  Class Hierarchy  This Package  Previous  Next  Index