Package ortus.boxlang.compiler.javaboxpiler.transformer.expression
package ortus.boxlang.compiler.javaboxpiler.transformer.expression
-
ClassesClassDescriptionTransform a BoxArgument Node the equivalent Java Parser AST nodesTransform a BoxArrayLiteral Node the equivalent Java Parser AST nodes The array type in BoxLang is represented by the ortus.boxlang.runtime.types.Array class, which implements the Java List interface, and provides several methods of construction:Transform a BoxBinaryOperation Node the equivalent Java Parser AST nodesTransform a BoxBooleanLiteral Node the equivalent Java Parser AST nodesTransform a BoxComparisonOperation Node the equivalent Java Parser AST nodesTransform a BoxBooleanLiteral Node the equivalent Java Parser AST nodesTransform a BoxIdentifier Node the equivalent Java Parser AST nodesTransform a BoxIntegerLiteral Node the equivalent Java Parser AST nodesTransform a Lambda in the equivalent Java ClassTransform a BoxIntegerLiteral Node the equivalent Java Parser AST nodesTransform a String Interpolatiion the equivalent Java Parser AST nodesTransform a String Interpolatiion the equivalent Java Parser AST nodesTransform a BoxStringLiteral Node the equivalent Java Parser AST nodesTransform a BoxStructUnorderedLiteral Node the equivalent Java Parser AST nodesTransform a BoxUnaryOperatorTransformer Node the equivalent Java Parser AST node