Uses of Interface
org.revapi.java.spi.TypeEnvironment
-
-
Uses of TypeEnvironment in org.revapi.java.spi
Methods in org.revapi.java.spi that return TypeEnvironment Modifier and Type Method Description TypeEnvironmentCheckBase. getNewTypeEnvironment()TypeEnvironmentCheckBase. getOldTypeEnvironment()TypeEnvironmentJavaElement. getTypeEnvironment()Methods in org.revapi.java.spi with parameters of type TypeEnvironment Modifier and Type Method Description voidCheck. setNewTypeEnvironment(TypeEnvironment env)The environment containing the new version of the classes.voidCheckBase. setNewTypeEnvironment(TypeEnvironment env)voidCheck. setOldTypeEnvironment(TypeEnvironment env)The environment containing the old version of the classes.voidCheckBase. setOldTypeEnvironment(TypeEnvironment env)
-