Class VariableIsConstant
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.optimizer.VariableIsConstant
-
-
Field Summary
Fields Modifier and Type Field Description private NodePatternMatcher
patternMatcher
-
Constructor Summary
Constructors Constructor Description VariableIsConstant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
optimize(CompileUnit compileUnit, ResolvedMethod method)
-
-
-
Field Detail
-
patternMatcher
private final NodePatternMatcher patternMatcher
-
-
Method Detail
-
optimize
public boolean optimize(CompileUnit compileUnit, ResolvedMethod method)
-
-