public class DebugEncoder extends Encoder.AbstractEncoder implements Encoder
Encoder.AbstractEncoder, Encoder.Factory, Encoder.Type
NEW_LINE, options, out, theme
Constructor and Description |
---|
DebugEncoder(OutputStream out,
Theme theme,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
void |
beginGroup(TokenType type) |
void |
beginLine(TokenType type) |
void |
endGroup(TokenType type) |
void |
endLine(TokenType type) |
String |
fixTokeName(TokenType type) |
void |
textToken(String text,
TokenType type) |
color, write, write
public DebugEncoder(OutputStream out, Theme theme, Map<String,Object> options)
public void beginGroup(TokenType type)
beginGroup
in interface Encoder
Copyright © 2015 JBoss by Red Hat. All rights reserved.