Class Introspector


  • public class Introspector
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INDENT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.fife.ui.autocomplete.Completion> getCompletions​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

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

      • Introspector

        public Introspector​(org.python.util.PythonInterpreter interpreter,
                            JythonCompletionProvider hintProvider)
    • Method Detail

      • getCompletions

        public java.util.List<org.fife.ui.autocomplete.Completion> getCompletions​(java.lang.String line)