Class VariableNameGenerator

  • All Implemented Interfaces:
    java.util.function.Supplier<java.util.Optional<java.lang.String>>

    public class VariableNameGenerator
    extends java.lang.Object
    implements java.util.function.Supplier<java.util.Optional<java.lang.String>>
    Generate all Applesoft BASIC FP variable names.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHAR1  
      static java.lang.String CHAR2  
      static int LENGTH  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> get()  
      • Methods inherited from class java.lang.Object

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

      • VariableNameGenerator

        public VariableNameGenerator()
    • Method Detail

      • get

        public java.util.Optional<java.lang.String> get()
        Specified by:
        get in interface java.util.function.Supplier<java.util.Optional<java.lang.String>>