Class StlFileParser


  • public class StlFileParser
    extends java.io.StreamTokenizer
    • Field Summary

      • Fields inherited from class java.io.StreamTokenizer

        nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype
    • Constructor Summary

      Constructors 
      Constructor Description
      StlFileParser​(java.io.Reader r)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setup()  
      • Methods inherited from class java.io.StreamTokenizer

        commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars
      • Methods inherited from class java.lang.Object

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

      • StlFileParser

        public StlFileParser​(java.io.Reader r)
    • Method Detail

      • setup

        public void setup()