VisitorTransformMode

enum VisitorTransformMode : Enum<VisitorTransformMode>

Controls the behavior of intrinsic AST visitor transforms with EvaluatingCompiler.compile.

Most users will want DEFAULT, which does the built-in visitor transforms for them, while users wanting full control of the visitor transform process should use NONE.

Entries

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int