Class Function

java.lang.Object
   |
   +----Symbol
           |
           +----Function

class Function
extends Symbol
A custom robot instruction defined by the user. One of these is created for each DefineNewInstruction in the RoBOTL code.


Variable Index

 o root
The root of the AST branch defining this function.

Constructor Index

 o Function(String, Node)

Variables

 o root
 public Node root
The root of the AST branch defining this function.

Constructors

 o Function
 public Function(String name,
                 Node inRoot) throws NameLengthException
Throws: NameLengthException
If name is longer than 31 characters.