| 
Groovy 1.8.4 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode
public final class StructuredSyntaxDocumentFilter.LexerNode
| Method Summary | |
|---|---|
            Style
         | 
        
            getDefaultStyle()
             | 
        
            boolean
         | 
        
            isInitialized()
            @return true if initialised  | 
        
            void
         | 
        
            parse(CharBuffer buffer, int offset, int length)
            @param buffer  | 
        
            void
         | 
        
            putChild(String regexp, LexerNode node)
            @param regexp  | 
        
            void
         | 
        
            putChild(String[] regexps, LexerNode node)
            @param regexps  | 
        
            void
         | 
        
            putStyle(String regexp, Style style)
            @param regexp  | 
        
            void
         | 
        
            putStyle(String[] regexps, Style style)
            @param regexps  | 
        
            void
         | 
        
            removeChild(String regexp)
            @param regexp  | 
        
            void
         | 
        
            removeStyle(String regexp)
            @param regexp  | 
        
            void
         | 
        
            removeStyle(String[] regexps)
            @param regexps  | 
        
            void
         | 
        
            setDefaultStyle(Style style)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Method Detail | 
|---|
public Style getDefaultStyle()
public boolean isInitialized()
public void parse(CharBuffer buffer, int offset, int length)
public void putChild(String regexp, LexerNode node)
public void putChild(String[] regexps, LexerNode node)
public void putStyle(String regexp, Style style)
public void putStyle(String[] regexps, Style style)
public void removeChild(String regexp)
public void removeStyle(String regexp)
public void removeStyle(String[] regexps)
public void setDefaultStyle(Style style)
Copyright © 2003-2011 The Codehaus. All rights reserved.