Groovy 2.2.0

groovy.ui.text
[Java] Class StructuredSyntaxDocumentFilter.LexerNode

java.lang.Object
  groovy.ui.text.StructuredSyntaxDocumentFilter.LexerNode

public final class StructuredSyntaxDocumentFilter.LexerNode

Method Summary
Style getDefaultStyle()

boolean isInitialized()

@param buffer

void parse(CharBuffer buffer, int offset, int length)

void putChild(String regexp, LexerNode node)

@param regexp

void putChild(String[] regexps, LexerNode node)

void putStyle(String regexp, Style style)

void putStyle(String[] regexps, Style style)

void removeChild(String regexp)

void removeStyle(String regexp)

void removeStyle(String[] regexps)

void setDefaultStyle(Style style)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getDefaultStyle

public Style getDefaultStyle()


isInitialized

public boolean isInitialized()
throws:
BadLocationException
Parameters:
buffer
offset
length


parse

public void parse(CharBuffer buffer, int offset, int length)


putChild

public void putChild(String regexp, LexerNode node)
Parameters:
regexp
node


putChild

public void putChild(String[] regexps, LexerNode node)


putStyle

public void putStyle(String regexp, Style style)


putStyle

public void putStyle(String[] regexps, Style style)


removeChild

public void removeChild(String regexp)


removeStyle

public void removeStyle(String regexp)


removeStyle

public void removeStyle(String[] regexps)


setDefaultStyle

public void setDefaultStyle(Style style)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.