public final class DefaultPolicyWithSeparatePass extends Object implements Policy
Modifier and Type | Class and Description |
---|---|
class |
DefaultPolicyWithSeparatePass.RefactoredPass
A simple custom pass consisted of the two passes at the end of the default pass.
|
Constructor and Description |
---|
DefaultPolicyWithSeparatePass()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
List<CompileTimePass> |
getCompileTimePasses() |
List<RuntimePass<?>> |
getRuntimePasses() |
public DefaultPolicyWithSeparatePass()
public List<CompileTimePass> getCompileTimePasses()
getCompileTimePasses
in interface Policy
public List<RuntimePass<?>> getRuntimePasses()
getRuntimePasses
in interface Policy
Copyright © 2018. All rights reserved.