public class ReferenceEmitter extends Object
Constructor and Description |
---|
ReferenceEmitter(ReferenceModel model) |
Modifier and Type | Method and Description |
---|---|
void |
emit() |
String |
emit(BaseReference reference) |
void |
emit(BaseReference reference,
StringBuilder sb) |
protected void |
emitClasses() |
protected void |
emitConstants() |
protected void |
emitFunctions() |
protected void |
emitInterfaces() |
protected void |
emitTypedefs() |
public ReferenceEmitter(ReferenceModel model)
public void emit() throws IOException
IOException
protected void emitInterfaces() throws IOException
IOException
protected void emitClasses() throws IOException
IOException
protected void emitTypedefs() throws IOException
IOException
protected void emitFunctions() throws IOException
IOException
protected void emitConstants() throws IOException
IOException
public void emit(BaseReference reference, StringBuilder sb)
public String emit(BaseReference reference)
Copyright © 2016 The Apache Software Foundation. All rights reserved.