File: org-netbeans-modules-editor-bracesmatching.sig

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (92 lines) | stat: -rw-r--r-- 5,436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#Signature file v4.1
#Version 1.47.0

CLSS public java.lang.Object
cons public init()
meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
meth protected void finalize() throws java.lang.Throwable
meth public boolean equals(java.lang.Object)
meth public final java.lang.Class<?> getClass()
meth public final void notify()
meth public final void notifyAll()
meth public final void wait() throws java.lang.InterruptedException
meth public final void wait(long) throws java.lang.InterruptedException
meth public final void wait(long,int) throws java.lang.InterruptedException
meth public int hashCode()
meth public java.lang.String toString()

CLSS public abstract interface java.lang.annotation.Annotation
meth public abstract boolean equals(java.lang.Object)
meth public abstract int hashCode()
meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
meth public abstract java.lang.String toString()

CLSS public abstract interface !annotation java.lang.annotation.Documented
 anno 0 java.lang.annotation.Documented()
 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation

CLSS public abstract interface !annotation java.lang.annotation.Retention
 anno 0 java.lang.annotation.Documented()
 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
meth public abstract java.lang.annotation.RetentionPolicy value()

CLSS public abstract interface !annotation java.lang.annotation.Target
 anno 0 java.lang.annotation.Documented()
 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
intf java.lang.annotation.Annotation
meth public abstract java.lang.annotation.ElementType[] value()

CLSS public final org.netbeans.spi.editor.bracesmatching.BraceContext
meth public javax.swing.text.Position getEnd()
meth public javax.swing.text.Position getStart()
meth public org.netbeans.spi.editor.bracesmatching.BraceContext createRelated(javax.swing.text.Position,javax.swing.text.Position)
meth public org.netbeans.spi.editor.bracesmatching.BraceContext getRelated()
meth public static org.netbeans.spi.editor.bracesmatching.BraceContext create(javax.swing.text.Position,javax.swing.text.Position)
supr java.lang.Object
hfds end,related,start

CLSS public abstract interface org.netbeans.spi.editor.bracesmatching.BracesMatcher
innr public abstract interface static ContextLocator
meth public abstract int[] findMatches() throws java.lang.InterruptedException,javax.swing.text.BadLocationException
meth public abstract int[] findOrigin() throws java.lang.InterruptedException,javax.swing.text.BadLocationException

CLSS public abstract interface static org.netbeans.spi.editor.bracesmatching.BracesMatcher$ContextLocator
 outer org.netbeans.spi.editor.bracesmatching.BracesMatcher
meth public abstract org.netbeans.spi.editor.bracesmatching.BraceContext findContext(int)

CLSS public abstract interface org.netbeans.spi.editor.bracesmatching.BracesMatcherFactory
 anno 0 org.netbeans.spi.editor.mimelookup.MimeLocation(java.lang.Class<? extends org.netbeans.spi.editor.mimelookup.InstanceProvider> instanceProviderClass=class org.netbeans.spi.editor.mimelookup.InstanceProvider, java.lang.String subfolderName="BracesMatchers")
meth public abstract org.netbeans.spi.editor.bracesmatching.BracesMatcher createMatcher(org.netbeans.spi.editor.bracesmatching.MatcherContext)

CLSS public final org.netbeans.spi.editor.bracesmatching.MatcherContext
meth public boolean isSearchingBackward()
meth public int getLimitOffset()
meth public int getSearchLookahead()
meth public int getSearchOffset()
meth public javax.swing.text.Document getDocument()
meth public static boolean isTaskCanceled()
supr java.lang.Object
hfds backward,document,lookahead,offset
hcls SpiAccessorImpl

CLSS public final org.netbeans.spi.editor.bracesmatching.support.BracesMatcherSupport
meth public !varargs static int[] findChar(javax.swing.text.Document,int,int,char[]) throws javax.swing.text.BadLocationException
meth public !varargs static org.netbeans.spi.editor.bracesmatching.BracesMatcher characterMatcher(org.netbeans.spi.editor.bracesmatching.MatcherContext,int,int,char[])
meth public static int matchChar(javax.swing.text.Document,int,int,char,char) throws javax.swing.text.BadLocationException
meth public static org.netbeans.spi.editor.bracesmatching.BracesMatcher defaultMatcher(org.netbeans.spi.editor.bracesmatching.MatcherContext,int,int)
supr java.lang.Object
hfds DEFAULT_CHARS

CLSS public abstract interface !annotation org.netbeans.spi.editor.mimelookup.MimeLocation
 anno 0 java.lang.annotation.Documented()
 anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
 anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
intf java.lang.annotation.Annotation
meth public abstract !hasdefault java.lang.Class<? extends org.netbeans.spi.editor.mimelookup.InstanceProvider> instanceProviderClass()
meth public abstract java.lang.String subfolderName()