[Java] Class CastExpressionOptimizer
- org.codehaus.groovy.transform.sc.transformers.CastExpressionOptimizer
Constructor Summary
Constructor and description |
---|
CastExpressionOptimizer
(StaticCompilationTransformer staticCompilationTransformer) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Expression |
transformCastExpression(CastExpression cast) |
Inherited Methods Summary
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.4.21/html/gapi/org/codehaus/groovy/transform/sc/transformers/CastExpressionOptimizer.html