Class TrieStructure

java.lang.Object
dev.yasint.regexsynth.ast.TrieStructure
All Implemented Interfaces:
Expression

public final class TrieStructure
extends java.lang.Object
implements Expression
Synthesis :: String minimization
  • Method Summary

    Modifier and Type Method Description
    void insert​(java.lang.String word)  
    void insertAll​(java.util.Collection<java.lang.String> words)  
    java.lang.StringBuilder toRegex()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface dev.yasint.regexsynth.core.Expression

    debug
  • Method Details

    • insert

      public void insert​(java.lang.String word)
    • insertAll

      public void insertAll​(java.util.Collection<java.lang.String> words)
    • toRegex

      public java.lang.StringBuilder toRegex()
      Specified by:
      toRegex in interface Expression