public class JSSubEmitter extends Object
Constructor and Description |
---|
JSSubEmitter(IJSEmitter emitter) |
Modifier and Type | Method and Description |
---|---|
protected void |
endMapping(ISourceLocation node) |
protected IJSEmitter |
getEmitter() |
protected JSSessionModel |
getModel() |
protected ICompilerProject |
getProject() |
protected IBlockWalker |
getWalker() |
protected void |
indentPop() |
protected void |
indentPush() |
protected void |
startMapping(ISourceLocation node) |
protected void |
startMapping(ISourceLocation node,
int line,
int column) |
protected void |
startMapping(ISourceLocation node,
ISourceLocation afterNode) |
protected void |
write(IEmitterTokens value) |
protected void |
write(String value) |
protected void |
writeNewline() |
protected void |
writeNewline(IEmitterTokens value) |
protected void |
writeNewline(IEmitterTokens value,
boolean pushIndent) |
protected void |
writeNewline(String value) |
protected void |
writeNewline(String value,
boolean pushIndent) |
protected void |
writeToken(IEmitterTokens value) |
protected void |
writeToken(String value) |
public JSSubEmitter(IJSEmitter emitter)
protected IJSEmitter getEmitter()
protected IBlockWalker getWalker()
protected ICompilerProject getProject()
protected JSSessionModel getModel()
protected void write(IEmitterTokens value)
protected void write(String value)
protected void writeToken(IEmitterTokens value)
protected void writeToken(String value)
protected void writeNewline()
protected void writeNewline(IEmitterTokens value)
protected void writeNewline(String value)
protected void writeNewline(IEmitterTokens value, boolean pushIndent)
protected void writeNewline(String value, boolean pushIndent)
protected void indentPush()
protected void indentPop()
protected void startMapping(ISourceLocation node)
protected void startMapping(ISourceLocation node, int line, int column)
protected void startMapping(ISourceLocation node, ISourceLocation afterNode)
protected void endMapping(ISourceLocation node)
Copyright © 2016 The Apache Software Foundation. All rights reserved.