Package cs2110

Class Token.Function

java.lang.Object
cs2110.Token
cs2110.Token.Function
Enclosing class:
Token

public static class Token.Function extends Token
A token representing a function call.
  • Method Details Link icon

    • name Link icon

      public String name()
      Return the name of the function represented by this token. The name will not include the "()" suffix.