public static final class PrecedenceChecks.Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
void |
conclude()
Validates this
PrecedenceChecks.Context instance. |
String |
precedenceChecksFlagName()
Returns the name of the flag that can be used to enable precedence checks at runtime.
|
PrecedenceChecks.Context |
precedenceChecksFlagName(String precedenceChecksFlagName)
Sets the name of the flag that can be used to enable precedence checks at runtime.
|
String |
precedenceChecksPropName()
Returns the name of the system property that can be used to enable precedence checks
at runtime.
|
PrecedenceChecks.Context |
precedenceChecksPropName(String precedenceChecksPropName)
Sets the name of the system property that can be used to enable precedence checks
at runtime.
|
boolean |
shouldGeneratePrecedenceChecks()
Returns
true if precedence checks should be generated; false otherwise. |
PrecedenceChecks.Context |
shouldGeneratePrecedenceChecks(boolean shouldGeneratePrecedenceChecks)
Sets whether field precedence checks should be generated.
|
public boolean shouldGeneratePrecedenceChecks()
true if precedence checks should be generated; false otherwise.true if precedence checks should be generated; false otherwise.public PrecedenceChecks.Context shouldGeneratePrecedenceChecks(boolean shouldGeneratePrecedenceChecks)
shouldGeneratePrecedenceChecks - true if precedence checks should be generated;
false otherwise.PrecedenceChecks.Context instance.public String precedenceChecksFlagName()
public PrecedenceChecks.Context precedenceChecksFlagName(String precedenceChecksFlagName)
precedenceChecksFlagName - the name of the flag that can be used to enable
precedence checks at runtime.PrecedenceChecks.Context instance.public String precedenceChecksPropName()
public PrecedenceChecks.Context precedenceChecksPropName(String precedenceChecksPropName)
precedenceChecksPropName - the name of the system property that can be used to
enable precedence checks at runtime.PrecedenceChecks.Context instance.public void conclude()
PrecedenceChecks.Context instance.Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.