Interface ParseToken.VectorConsumer

Enclosing class:
ParseToken

public static interface ParseToken.VectorConsumer
Interface representing instance methods that consume vector values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Consume a vector.
  • Method Details

    • accept

      void accept(Vector3D value)
      Consume a vector.
      Parameters:
      value - value to consume