Builds a Ceylon expression string for an AST node; compiling and evaluating the resulting string will yield a copy of the transformed node.
Usage:
myNode.transform(CeylonExpressionTransformer());
Anything
CeylonExpressionTransformer
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
CeylonExpressionTransformer(String indentLevel = ...) Parameters:
|
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
transformAddAssignmentOperation | Source Codeshared actual String transformAddAssignmentOperation(AddAssignmentOperation that) |
transformAliasDec | Source Codeshared actual String transformAliasDec(AliasDec that) Refines Transformer.transformAliasDec |
transformAndAssignmentOperation | Source Codeshared actual String transformAndAssignmentOperation(AndAssignmentOperation that) |
transformAndOperation | Source Codeshared actual String transformAndOperation(AndOperation that) |
transformAnnotation | Source Codeshared actual String transformAnnotation(Annotation that) Refines Transformer.transformAnnotation |
transformAnnotations | Source Codeshared actual String transformAnnotations(Annotations that) Refines Transformer.transformAnnotations |
transformAnonymousArgument | Source Codeshared actual String transformAnonymousArgument(AnonymousArgument that) |
transformArgumentList | Source Codeshared actual String transformArgumentList(ArgumentList that) |
transformAssertion | Source Codeshared actual String transformAssertion(Assertion that) Refines Transformer.transformAssertion |
transformAssignOperation | Source Codeshared actual String transformAssignOperation(AssignOperation that) |
transformAssignmentStatement | Source Codeshared actual String transformAssignmentStatement(AssignmentStatement that) |
transformBaseExpression | Source Codeshared actual String transformBaseExpression(BaseExpression that) |
transformBaseMeta | Source Codeshared actual String transformBaseMeta(BaseMeta that) Refines Transformer.transformBaseMeta |
transformBaseType | Source Codeshared actual String transformBaseType(BaseType that) Refines Transformer.transformBaseType |
transformBlock | Source Codeshared actual String transformBlock(Block that) Refines Transformer.transformBlock |
transformBooleanCondition | Source Codeshared actual String transformBooleanCondition(BooleanCondition that) |
transformBreak | Source Codeshared actual String transformBreak(Break that) Refines Transformer.transformBreak |
transformCallableConstructorDefinition | Source Codeshared actual String transformCallableConstructorDefinition(CallableConstructorDefinition that) |
transformCallableParameter | Source Codeshared actual String transformCallableParameter(CallableParameter that) |
transformCallableType | Source Codeshared actual String transformCallableType(CallableType that) |
transformCaseClause | Source Codeshared actual String transformCaseClause(CaseClause that) Refines Transformer.transformCaseClause |
transformCaseExpression | Source Codeshared actual String transformCaseExpression(CaseExpression that) |
transformCaseTypes | Source Codeshared actual String transformCaseTypes(CaseTypes that) Refines Transformer.transformCaseTypes |
transformCatchClause | Source Codeshared actual String transformCatchClause(CatchClause that) Refines Transformer.transformCatchClause |
transformCharacterLiteral | Source Codeshared actual String transformCharacterLiteral(CharacterLiteral that) |
transformClassAliasDefinition | Source Codeshared actual String transformClassAliasDefinition(ClassAliasDefinition that) |
transformClassBody | Source Codeshared actual String transformClassBody(ClassBody that) Refines Transformer.transformClassBody |
transformClassDec | Source Codeshared actual String transformClassDec(ClassDec that) Refines Transformer.transformClassDec |
transformClassDefinition | Source Codeshared actual String transformClassDefinition(ClassDefinition that) |
transformClassSpecifier | Source Codeshared actual String transformClassSpecifier(ClassSpecifier that) |
transformClosedBound | Source Codeshared actual String transformClosedBound(ClosedBound that) Refines Transformer.transformClosedBound |
transformCompareOperation | Source Codeshared actual String transformCompareOperation(CompareOperation that) |
transformCompilationUnit | Source Codeshared actual String transformCompilationUnit(CompilationUnit that) |
transformComplementAssignmentOperation | Source Codeshared actual String transformComplementAssignmentOperation(ComplementAssignmentOperation that) |
transformComplementOperation | Source Codeshared actual String transformComplementOperation(ComplementOperation that) |
transformComprehension | Source Codeshared actual String transformComprehension(Comprehension that) |
transformConditions | Source Codeshared actual String transformConditions(Conditions that) Refines Transformer.transformConditions |
transformConstruction | Source Codeshared actual String transformConstruction(Construction that) |
transformConstructorDec | Source Codeshared actual String transformConstructorDec(ConstructorDec that) |
transformContinue | Source Codeshared actual String transformContinue(Continue that) Refines Transformer.transformContinue |
transformDecQualifier | Source Codeshared actual String transformDecQualifier(DecQualifier that) |
transformDefaultedCallableParameter | Source Codeshared actual String transformDefaultedCallableParameter(DefaultedCallableParameter that) |
transformDefaultedParameterReference | Source Codeshared actual String transformDefaultedParameterReference(DefaultedParameterReference that) |
transformDefaultedType | Source Codeshared actual String transformDefaultedType(DefaultedType that) |
transformDefaultedValueParameter | Source Codeshared actual String transformDefaultedValueParameter(DefaultedValueParameter that) |
transformDestructure | Source Codeshared actual String transformDestructure(Destructure that) Refines Transformer.transformDestructure |
transformDifferenceOperation | Source Codeshared actual String transformDifferenceOperation(DifferenceOperation that) |
transformDivideAssignmentOperation | Source Codeshared actual String transformDivideAssignmentOperation(DivideAssignmentOperation that) |
transformDynamicBlock | Source Codeshared actual String transformDynamicBlock(DynamicBlock that) |
transformDynamicInterfaceDefinition | Source Codeshared actual String transformDynamicInterfaceDefinition(DynamicInterfaceDefinition that) |
transformDynamicModifier | Source Codeshared actual String transformDynamicModifier(DynamicModifier that) |
transformDynamicValue | Source Codeshared actual String transformDynamicValue(DynamicValue that) |
transformElementOrSubrangeExpression | Source Codeshared actual String transformElementOrSubrangeExpression(ElementOrSubrangeExpression that) |
transformElseClause | Source Codeshared actual String transformElseClause(ElseClause that) Refines Transformer.transformElseClause |
transformElseOperation | Source Codeshared actual String transformElseOperation(ElseOperation that) |
transformEntryOperation | Source Codeshared actual String transformEntryOperation(EntryOperation that) |
transformEntryPattern | Source Codeshared actual String transformEntryPattern(EntryPattern that) |
transformEntryType | Source Codeshared actual String transformEntryType(EntryType that) Refines Transformer.transformEntryType |
transformEqualOperation | Source Codeshared actual String transformEqualOperation(EqualOperation that) |
transformExistsCondition | Source Codeshared actual String transformExistsCondition(ExistsCondition that) |
transformExistsOperation | Source Codeshared actual String transformExistsOperation(ExistsOperation that) |
transformExponentiationOperation | Source Codeshared actual String transformExponentiationOperation(ExponentiationOperation that) |
transformExpressionComprehensionClause | Source Codeshared actual String transformExpressionComprehensionClause(ExpressionComprehensionClause that) |
transformExtendedType | Source Codeshared actual String transformExtendedType(ExtendedType that) |
transformExtension | Source Codeshared actual String transformExtension(Extension that) Refines Transformer.transformExtension |
transformFailClause | Source Codeshared actual String transformFailClause(FailClause that) Refines Transformer.transformFailClause |
transformFinallyClause | Source Codeshared actual String transformFinallyClause(FinallyClause that) |
transformFloatLiteral | Source Codeshared actual String transformFloatLiteral(FloatLiteral that) |
transformForClause | Source Codeshared actual String transformForClause(ForClause that) Refines Transformer.transformForClause |
transformForComprehensionClause | Source Codeshared actual String transformForComprehensionClause(ForComprehensionClause that) |
transformForFail | Source Codeshared actual String transformForFail(ForFail that) Refines Transformer.transformForFail |
transformForIterator | Source Codeshared actual String transformForIterator(ForIterator that) Refines Transformer.transformForIterator |
transformFullPackageName | Source Codeshared actual String transformFullPackageName(FullPackageName that) |
transformFunctionArgument | Source Codeshared actual String transformFunctionArgument(FunctionArgument that) |
transformFunctionDec | Source Codeshared actual String transformFunctionDec(FunctionDec that) Refines Transformer.transformFunctionDec |
transformFunctionDeclaration | Source Codeshared actual String transformFunctionDeclaration(FunctionDeclaration that) |
transformFunctionDefinition | Source Codeshared actual String transformFunctionDefinition(FunctionDefinition that) |
transformFunctionExpression | Source Codeshared actual String transformFunctionExpression(FunctionExpression that) |
transformFunctionModifier | Source Codeshared actual String transformFunctionModifier(FunctionModifier that) |
transformFunctionShortcutDefinition | Source Codeshared actual String transformFunctionShortcutDefinition(FunctionShortcutDefinition that) |
transformGivenDec | Source Codeshared actual String transformGivenDec(GivenDec that) Refines Transformer.transformGivenDec |
transformGroupedExpression | Source Codeshared actual String transformGroupedExpression(GroupedExpression that) |
transformGroupedType | Source Codeshared actual String transformGroupedType(GroupedType that) Refines Transformer.transformGroupedType |
transformIdenticalOperation | Source Codeshared actual String transformIdenticalOperation(IdenticalOperation that) |
transformIdentityOperation | Source Codeshared actual String transformIdentityOperation(IdentityOperation that) |
transformIfClause | Source Codeshared actual String transformIfClause(IfClause that) Refines Transformer.transformIfClause |
transformIfComprehensionClause | Source Codeshared actual String transformIfComprehensionClause(IfComprehensionClause that) |
transformIfElse | Source Codeshared actual String transformIfElse(IfElse that) Refines Transformer.transformIfElse |
transformIfElseExpression | Source Codeshared actual String transformIfElseExpression(IfElseExpression that) |
transformImport | Source Codeshared actual String transformImport(Import that) Refines Transformer.transformImport |
transformImportAlias | Source Codeshared actual String transformImportAlias(ImportAlias that) Refines Transformer.transformImportAlias |
transformImportElement | Source Codeshared actual String transformImportElement(ImportElement that) |
transformImportElements | Source Codeshared actual String transformImportElements(ImportElements that) |
transformImportWildcard | Source Codeshared actual String transformImportWildcard(ImportWildcard that) |
transformInModifier | Source Codeshared actual String transformInModifier(InModifier that) Refines Transformer.transformInModifier |
transformInOperation | Source Codeshared actual String transformInOperation(InOperation that) Refines Transformer.transformInOperation |
transformIntegerLiteral | Source Codeshared actual String transformIntegerLiteral(IntegerLiteral that) |
transformInterfaceAliasDefinition | Source Codeshared actual String transformInterfaceAliasDefinition(InterfaceAliasDefinition that) |
transformInterfaceBody | Source Codeshared actual String transformInterfaceBody(InterfaceBody that) |
transformInterfaceDec | Source Codeshared actual String transformInterfaceDec(InterfaceDec that) |
transformInterfaceDefinition | Source Codeshared actual String transformInterfaceDefinition(InterfaceDefinition that) |
transformIntersectAssignmentOperation | Source Codeshared actual String transformIntersectAssignmentOperation(IntersectAssignmentOperation that) |
transformIntersectionOperation | Source Codeshared actual String transformIntersectionOperation(IntersectionOperation that) |
transformIntersectionType | Source Codeshared actual String transformIntersectionType(IntersectionType that) |
transformInvocation | Source Codeshared actual String transformInvocation(Invocation that) Refines Transformer.transformInvocation |
transformInvocationStatement | Source Codeshared actual String transformInvocationStatement(InvocationStatement that) |
transformIsCase | Source Codeshared actual String transformIsCase(IsCase that) Refines Transformer.transformIsCase |
transformIsCondition | Source Codeshared actual String transformIsCondition(IsCondition that) Refines Transformer.transformIsCondition |
transformIsOperation | Source Codeshared actual String transformIsOperation(IsOperation that) Refines Transformer.transformIsOperation |
transformIterable | Source Codeshared actual String transformIterable(Iterable that) Refines Transformer.transformIterable |
transformIterableType | Source Codeshared actual String transformIterableType(IterableType that) |
transformKeySubscript | Source Codeshared actual String transformKeySubscript(KeySubscript that) |
transformLIdentifier | Source Codeshared actual String transformLIdentifier(LIdentifier that) Refines Transformer.transformLIdentifier |
transformLargeAsOperation | Source Codeshared actual String transformLargeAsOperation(LargeAsOperation that) |
transformLargerOperation | Source Codeshared actual String transformLargerOperation(LargerOperation that) |
transformLazySpecification | Source Codeshared actual String transformLazySpecification(LazySpecification that) |
transformLazySpecifier | Source Codeshared actual String transformLazySpecifier(LazySpecifier that) |
transformLetExpression | Source Codeshared actual String transformLetExpression(LetExpression that) |
transformMatchCase | Source Codeshared actual String transformMatchCase(MatchCase that) Refines Transformer.transformMatchCase |
transformMeasureOperation | Source Codeshared actual String transformMeasureOperation(MeasureOperation that) |
transformMeasureSubscript | Source Codeshared actual String transformMeasureSubscript(MeasureSubscript that) |
transformMemberMeta | Source Codeshared actual String transformMemberMeta(MemberMeta that) Refines Transformer.transformMemberMeta |
transformMemberNameWithTypeArguments | Source Codeshared actual String transformMemberNameWithTypeArguments(MemberNameWithTypeArguments that) |
transformMemberOperator | Source Codeshared actual String transformMemberOperator(MemberOperator that) |
transformModuleBody | Source Codeshared actual String transformModuleBody(ModuleBody that) Refines Transformer.transformModuleBody |
transformModuleCompilationUnit | Source Codeshared actual String transformModuleCompilationUnit(ModuleCompilationUnit that) |
transformModuleDec | Source Codeshared actual String transformModuleDec(ModuleDec that) Refines Transformer.transformModuleDec |
transformModuleDescriptor | Source Codeshared actual String transformModuleDescriptor(ModuleDescriptor that) |
transformModuleImport | Source Codeshared actual String transformModuleImport(ModuleImport that) |
transformModuleSpecifier | Source Codeshared actual String transformModuleSpecifier(ModuleSpecifier that) |
transformMultiplyAssignmentOperation | Source Codeshared actual String transformMultiplyAssignmentOperation(MultiplyAssignmentOperation that) |
transformNamedArguments | Source Codeshared actual String transformNamedArguments(NamedArguments that) |
transformNegationOperation | Source Codeshared actual String transformNegationOperation(NegationOperation that) |
transformNonemptyCondition | Source Codeshared actual String transformNonemptyCondition(NonemptyCondition that) |
transformNonemptyOperation | Source Codeshared actual String transformNonemptyOperation(NonemptyOperation that) |
transformNotEqualOperation | Source Codeshared actual String transformNotEqualOperation(NotEqualOperation that) |
transformNotOperation | Source Codeshared actual String transformNotOperation(NotOperation that) |
transformObjectArgument | Source Codeshared actual String transformObjectArgument(ObjectArgument that) |
transformObjectDefinition | Source Codeshared actual String transformObjectDefinition(ObjectDefinition that) |
transformObjectExpression | Source Codeshared actual String transformObjectExpression(ObjectExpression that) |
transformOfOperation | Source Codeshared actual String transformOfOperation(OfOperation that) Refines Transformer.transformOfOperation |
transformOpenBound | Source Codeshared actual String transformOpenBound(OpenBound that) Refines Transformer.transformOpenBound |
transformOptionalType | Source Codeshared actual String transformOptionalType(OptionalType that) |
transformOrAssignmentOperation | Source Codeshared actual String transformOrAssignmentOperation(OrAssignmentOperation that) |
transformOrOperation | Source Codeshared actual String transformOrOperation(OrOperation that) Refines Transformer.transformOrOperation |
transformOutModifier | Source Codeshared actual String transformOutModifier(OutModifier that) Refines Transformer.transformOutModifier |
transformOuter | Source Codeshared actual String transformOuter(Outer that) Refines Transformer.transformOuter |
transformPackage | Source Codeshared actual String transformPackage(Package that) Refines Transformer.transformPackage |
transformPackageCompilationUnit | Source Codeshared actual String transformPackageCompilationUnit(PackageCompilationUnit that) |
transformPackageDec | Source Codeshared actual String transformPackageDec(PackageDec that) Refines Transformer.transformPackageDec |
transformPackageDescriptor | Source Codeshared actual String transformPackageDescriptor(PackageDescriptor that) |
transformPackageQualifier | Source Codeshared actual String transformPackageQualifier(PackageQualifier that) |
transformParameterReference | Source Codeshared actual String transformParameterReference(ParameterReference that) |
transformParameters | Source Codeshared actual String transformParameters(Parameters that) Refines Transformer.transformParameters |
transformPatternList | Source Codeshared actual String transformPatternList(PatternList that) Refines Transformer.transformPatternList |
transformPositionalArguments | Source Codeshared actual String transformPositionalArguments(PositionalArguments that) |
transformPostfixDecrementOperation | Source Codeshared actual String transformPostfixDecrementOperation(PostfixDecrementOperation that) |
transformPostfixIncrementOperation | Source Codeshared actual String transformPostfixIncrementOperation(PostfixIncrementOperation that) |
transformPrefixDecrementOperation | Source Codeshared actual String transformPrefixDecrementOperation(PrefixDecrementOperation that) |
transformPrefixIncrementOperation | Source Codeshared actual String transformPrefixIncrementOperation(PrefixIncrementOperation that) |
transformPrefixPostfixStatement | Source Codeshared actual String transformPrefixPostfixStatement(PrefixPostfixStatement that) |
transformProductOperation | Source Codeshared actual String transformProductOperation(ProductOperation that) |
transformQualifiedExpression | Source Codeshared actual String transformQualifiedExpression(QualifiedExpression that) |
transformQualifiedType | Source Codeshared actual String transformQualifiedType(QualifiedType that) |
transformQuotientOperation | Source Codeshared actual String transformQuotientOperation(QuotientOperation that) |
transformRemainderAssignmentOperation | Source Codeshared actual String transformRemainderAssignmentOperation(RemainderAssignmentOperation that) |
transformRemainderOperation | Source Codeshared actual String transformRemainderOperation(RemainderOperation that) |
transformResource | Source Codeshared actual String transformResource(Resource that) Refines Transformer.transformResource |
transformResources | Source Codeshared actual String transformResources(Resources that) Refines Transformer.transformResources |
transformReturn | Source Codeshared actual String transformReturn(Return that) Refines Transformer.transformReturn |
transformSafeMemberOperator | Source Codeshared actual String transformSafeMemberOperator(SafeMemberOperator that) |
transformSatisfiedTypes | Source Codeshared actual String transformSatisfiedTypes(SatisfiedTypes that) |
transformScaleOperation | Source Codeshared actual String transformScaleOperation(ScaleOperation that) |
transformSequentialType | Source Codeshared actual String transformSequentialType(SequentialType that) |
transformSmallAsOperation | Source Codeshared actual String transformSmallAsOperation(SmallAsOperation that) |
transformSmallerOperation | Source Codeshared actual String transformSmallerOperation(SmallerOperation that) |
transformSpanFromSubscript | Source Codeshared actual String transformSpanFromSubscript(SpanFromSubscript that) |
transformSpanOperation | Source Codeshared actual String transformSpanOperation(SpanOperation that) |
transformSpanSubscript | Source Codeshared actual String transformSpanSubscript(SpanSubscript that) |
transformSpanToSubscript | Source Codeshared actual String transformSpanToSubscript(SpanToSubscript that) |
transformSpecifiedArgument | Source Codeshared actual String transformSpecifiedArgument(SpecifiedArgument that) |
transformSpecifiedPattern | Source Codeshared actual String transformSpecifiedPattern(SpecifiedPattern that) |
transformSpecifiedVariable | Source Codeshared actual String transformSpecifiedVariable(SpecifiedVariable that) |
transformSpecifier | Source Codeshared actual String transformSpecifier(Specifier that) Refines Transformer.transformSpecifier |
transformSpreadArgument | Source Codeshared actual String transformSpreadArgument(SpreadArgument that) |
transformSpreadMemberOperator | Source Codeshared actual String transformSpreadMemberOperator(SpreadMemberOperator that) |
transformSpreadType | Source Codeshared actual String transformSpreadType(SpreadType that) Refines Transformer.transformSpreadType |
transformStringLiteral | Source Codeshared actual String transformStringLiteral(StringLiteral that) |
transformStringTemplate | Source Codeshared actual String transformStringTemplate(StringTemplate that) |
transformSubtractAssignmentOperation | Source Codeshared actual String transformSubtractAssignmentOperation(SubtractAssignmentOperation that) |
transformSumOperation | Source Codeshared actual String transformSumOperation(SumOperation that) |
transformSuper | Source Codeshared actual String transformSuper(Super that) Refines Transformer.transformSuper |
transformSwitchCaseElse | Source Codeshared actual String transformSwitchCaseElse(SwitchCaseElse that) |
transformSwitchCaseElseExpression | Source Codeshared actual String transformSwitchCaseElseExpression(SwitchCaseElseExpression that) |
transformSwitchCases | Source Codeshared actual String transformSwitchCases(SwitchCases that) Refines Transformer.transformSwitchCases |
transformSwitchClause | Source Codeshared actual String transformSwitchClause(SwitchClause that) |
transformThenOperation | Source Codeshared actual String transformThenOperation(ThenOperation that) |
transformThis | Source Codeshared actual String transformThis(This that) Refines Transformer.transformThis |
transformThrow | Source Codeshared actual String transformThrow(Throw that) Refines Transformer.transformThrow |
transformTryCatchFinally | Source Codeshared actual String transformTryCatchFinally(TryCatchFinally that) |
transformTryClause | Source Codeshared actual String transformTryClause(TryClause that) Refines Transformer.transformTryClause |
transformTuple | Source Codeshared actual String transformTuple(Tuple that) Refines Transformer.transformTuple |
transformTuplePattern | Source Codeshared actual String transformTuplePattern(TuplePattern that) |
transformTupleType | Source Codeshared actual String transformTupleType(TupleType that) Refines Transformer.transformTupleType |
transformTypeAliasDefinition | Source Codeshared actual String transformTypeAliasDefinition(TypeAliasDefinition that) |
transformTypeArgument | Source Codeshared actual String transformTypeArgument(TypeArgument that) |
transformTypeArguments | Source Codeshared actual String transformTypeArguments(TypeArguments that) |
transformTypeConstraint | Source Codeshared actual String transformTypeConstraint(TypeConstraint that) |
transformTypeList | Source Codeshared actual String transformTypeList(TypeList that) Refines Transformer.transformTypeList |
transformTypeMeta | Source Codeshared actual String transformTypeMeta(TypeMeta that) Refines Transformer.transformTypeMeta |
transformTypeNameWithTypeArguments | Source Codeshared actual String transformTypeNameWithTypeArguments(TypeNameWithTypeArguments that) |
transformTypeParameter | Source Codeshared actual String transformTypeParameter(TypeParameter that) |
transformTypeParameters | Source Codeshared actual String transformTypeParameters(TypeParameters that) |
transformTypeSpecifier | Source Codeshared actual String transformTypeSpecifier(TypeSpecifier that) |
transformTypedVariable | Source Codeshared actual String transformTypedVariable(TypedVariable that) |
transformUIdentifier | Source Codeshared actual String transformUIdentifier(UIdentifier that) Refines Transformer.transformUIdentifier |
transformUnionAssignmentOperation | Source Codeshared actual String transformUnionAssignmentOperation(UnionAssignmentOperation that) |
transformUnionOperation | Source Codeshared actual String transformUnionOperation(UnionOperation that) |
transformUnionType | Source Codeshared actual String transformUnionType(UnionType that) Refines Transformer.transformUnionType |
transformUnspecifiedVariable | Source Codeshared actual String transformUnspecifiedVariable(UnspecifiedVariable that) |
transformValueArgument | Source Codeshared actual String transformValueArgument(ValueArgument that) |
transformValueConstructorDefinition | Source Codeshared actual String transformValueConstructorDefinition(ValueConstructorDefinition that) |
transformValueDec | Source Codeshared actual String transformValueDec(ValueDec that) Refines Transformer.transformValueDec |
transformValueDeclaration | Source Codeshared actual String transformValueDeclaration(ValueDeclaration that) |
transformValueDefinition | Source Codeshared actual String transformValueDefinition(ValueDefinition that) |
transformValueGetterDefinition | Source Codeshared actual String transformValueGetterDefinition(ValueGetterDefinition that) |
transformValueModifier | Source Codeshared actual String transformValueModifier(ValueModifier that) |
transformValueParameter | Source Codeshared actual String transformValueParameter(ValueParameter that) |
transformValueSetterDefinition | Source Codeshared actual String transformValueSetterDefinition(ValueSetterDefinition that) |
transformValueSpecification | Source Codeshared actual String transformValueSpecification(ValueSpecification that) |
transformVariablePattern | Source Codeshared actual String transformVariablePattern(VariablePattern that) |
transformVariadicParameter | Source Codeshared actual String transformVariadicParameter(VariadicParameter that) |
transformVariadicType | Source Codeshared actual String transformVariadicType(VariadicType that) |
transformVariadicVariable | Source Codeshared actual String transformVariadicVariable(VariadicVariable that) |
transformVoidModifier | Source Codeshared actual String transformVoidModifier(VoidModifier that) |
transformWhile | Source Codeshared actual String transformWhile(While that) Refines Transformer.transformWhile |
transformWithinOperation | Source Codeshared actual String transformWithinOperation(WithinOperation that) |