CodeBuilderContext Class
- java.
lang. Object - microsoft.
servicefabric. services. remoting. builder. CodeBuilderContext
- microsoft.
public class CodeBuilderContext
Constructor Summary
Constructor | Description | |
---|---|---|
CodeBuilderContext(String className, boolean isDebuggingEnabled) |
Method Summary
Modifier and Type | Method and Description |
---|---|
Class<?> | complete() |
String | getClassName() |
ClassWriter | getClassWriter() |
Constructor Details
CodeBuilderContext
public CodeBuilderContext(String className, boolean isDebuggingEnabled)
Parameters:
className
isDebuggingEnabled
Method Details
complete
public Class complete()
getClassName
public String getClassName()
getClassWriter
public ClassWriter getClassWriter()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java