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.
-
root
- The root of the AST branch defining this function.
-
Function(String, Node)
-
root
public Node root
- The root of the AST branch defining this function.
Function
public Function(String name,
Node inRoot) throws NameLengthException
- Throws: NameLengthException
- If
name is longer than 31 characters.