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]
-
getClass(JerminalSession)
-
-
evaluate(Vector)
- This method is called by the JerminalSession when it uses this command.
getClass
public getClass(JerminalSession j)
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