Package io.activej.codegen.expression
Class ExpressionToString
java.lang.Object
io.activej.codegen.expression.ExpressionToString
- All Implemented Interfaces:
Expression
public final class ExpressionToString extends Object implements Expression
Defines methods which allow to create a string
-
Method Summary
Modifier and Type Method Description static ExpressionToStringcreate()org.objectweb.asm.Typeload(Context ctx)Processes data and returns its typeExpressionToStringwith(Expression expression)ExpressionToStringwith(String label, Expression expression)ExpressionToStringwithQuotes(String begin, String end)ExpressionToStringwithQuotes(String begin, String end, String separator)ExpressionToStringwithSeparator(String separator)
-
Method Details
-
create
-
with
-
with
-
withSeparator
-
withQuotes
-
withQuotes
-
load
Description copied from interface:ExpressionProcesses data and returns its type- Specified by:
loadin interfaceExpression- Parameters:
ctx- information about a dynamic class- Returns:
- type of the processes data
-