Class Variable


  • public class Variable
    extends Token
    A "noun" token representing a variable.
    Author:
    Curtis Rueden
    • Constructor Summary

      Constructors 
      Constructor Description
      Variable​(java.lang.String token)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Variable

        public Variable​(java.lang.String token)