Class ExpressionInfoBuilder


  • public class ExpressionInfoBuilder
    extends java.lang.Object
    Author:
    Peter Niederwieser
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpressionInfoBuilder​(java.lang.String text, TextPosition startPos, java.lang.Iterable<java.lang.Object> values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ExpressionInfo build()  
      • Methods inherited from class java.lang.Object

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

      • ExpressionInfoBuilder

        public ExpressionInfoBuilder​(java.lang.String text,
                                     TextPosition startPos,
                                     java.lang.Iterable<java.lang.Object> values)