类 FieldCompletion

  • 所有已实现的接口:
    Comparable<org.fife.ui.autocomplete.Completion>, org.fife.ui.autocomplete.Completion, JythonSourceCompletion

    public class FieldCompletion
    extends AbstractJythonSourceCompletion
    A completion for a Java field. This completion gets its information from one of two sources:
    • A FieldInfo instance, which is loaded by parsing a class file. This is used when this completion represents a field found in a compiled library.
    • A Field instance, which is created when parsing a Java source file. This is used when the completion represents a field found in uncompiled source, such as the source in an RSyntaxTextArea, or in a loose file on disk.
    版本:
    1.0
    作者:
    Robert Futrell
    • 构造器详细资料

      • FieldCompletion

        public FieldCompletion​(org.fife.ui.autocomplete.CompletionProvider provider,
                               String replacementText)
    • 方法详细资料

      • getEnclosingClassName

        public String getEnclosingClassName​(boolean fullyQualified)
      • getSignature

        public String getSignature()
      • getType

        public String getType()
      • isDeprecated

        public boolean isDeprecated()