[Java] Class CastExpressionOptimizer

  • org.codehaus.groovy.transform.sc.transformers.CastExpressionOptimizer

Constructor Summary

Constructors
Constructor and description
CastExpressionOptimizer (StaticCompilationTransformer staticCompilationTransformer)

Methods Summary

Methods
Type Params Return Type Name and description
Expression transformCastExpression(CastExpression cast)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public CastExpressionOptimizer(StaticCompilationTransformer staticCompilationTransformer)

Method Detail

public Expression transformCastExpression(CastExpression cast)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/transform/sc/transformers/CastExpressionOptimizer.html