public interface InjectorContext extends ServiceRepository
| Modifier and Type | Method and Description |
|---|---|
int |
argumentCount() |
Expr |
getArgument(int index) |
Properties |
getProperties() |
SourceWriter |
getWriter() |
boolean |
isMinifying() |
void |
writeEscaped(String str) |
void |
writeExpr(Expr expr) |
void |
writeType(ValueType type) |
getServiceExpr getArgument(int index)
int argumentCount()
boolean isMinifying()
SourceWriter getWriter()
Properties getProperties()
void writeEscaped(String str) throws IOException
IOExceptionvoid writeType(ValueType type) throws IOException
IOExceptionvoid writeExpr(Expr expr) throws IOException
IOExceptionCopyright © 2015. All rights reserved.