public class CharsequenceToCode extends java.lang.Object implements ConverterToCode
Constructor and Description |
---|
CharsequenceToCode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
boolean |
isApplicable(java.lang.Object... os) |
Code |
toCode(CodeBuilder builder,
java.lang.Object obj,
java.util.Map props) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toCode
public java.lang.String getName()
getName
in interface ConverterToCode
public boolean isApplicable(java.lang.Object... os)
isApplicable
in interface IsApplicable
public Code toCode(CodeBuilder builder, java.lang.Object obj, java.util.Map props)
toCode
in interface ConverterToCode