public class InterestingProperties extends Object implements Cloneable
Constructor and Description |
---|
InterestingProperties() |
Modifier and Type | Method and Description |
---|---|
void |
addGlobalProperties(RequestedGlobalProperties props) |
void |
addInterestingProperties(InterestingProperties other) |
void |
addLocalProperties(RequestedLocalProperties props) |
InterestingProperties |
clone() |
void |
dropTrivials() |
boolean |
equals(Object obj) |
InterestingProperties |
filterByCodeAnnotations(OptimizerNode node,
int input) |
Set<RequestedGlobalProperties> |
getGlobalProperties()
Gets the interesting global properties.
|
Set<RequestedLocalProperties> |
getLocalProperties()
Gets the interesting local properties.
|
int |
hashCode() |
String |
toString() |
public void addGlobalProperties(RequestedGlobalProperties props)
public void addLocalProperties(RequestedLocalProperties props)
public void addInterestingProperties(InterestingProperties other)
public Set<RequestedLocalProperties> getLocalProperties()
public Set<RequestedGlobalProperties> getGlobalProperties()
public InterestingProperties filterByCodeAnnotations(OptimizerNode node, int input)
public void dropTrivials()
public InterestingProperties clone()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.