Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.StaticVariable
-
-
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as StaticVariable Modifier and Type Field Description private StaticVariableAssertRewriter. assertionStatic(package private) StaticVariableAssertRewriter.AssertVarCollector. assertStaticFields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type parameters of type StaticVariable Modifier and Type Field Description private java.util.Map<StaticVariable,EnumClassRewriter.CollectedEnumData<? extends AbstractConstructorInvokation>>EnumClassRewriter.EnumInitMatchCollector. entryMapprivate java.util.Map<java.lang.Integer,StaticVariable>SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector. lutValuesMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return types with arguments of type StaticVariable Modifier and Type Method Description private java.util.Map<StaticVariable,EnumClassRewriter.CollectedEnumData<? extends AbstractConstructorInvokation>>EnumClassRewriter.EnumInitMatchCollector. getEntryMap()(package private) java.util.Map<java.lang.Integer,StaticVariable>SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector. getLUT() -
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type StaticVariable Constructor Description InfiniteAssertRewriter(StaticVariable assertionStatic)PreconditionAssertRewriter(StaticVariable assertionStatic) -
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return StaticVariable Modifier and Type Method Description StaticVariableStaticVariable. getNonSimpleCopy()StaticVariableStaticVariable. getSimpleCopy()Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type StaticVariable Constructor Description StaticVariable(StaticVariable other, boolean knownSimple) -
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.parse.rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.parse.rewriters declared as StaticVariable Modifier and Type Field Description private static StaticVariableLiteralRewriter. D_MAX_VALUEprivate static StaticVariableLiteralRewriter. D_MIN_NORMALprivate static StaticVariableLiteralRewriter. D_MIN_VALUEprivate static StaticVariableLiteralRewriter. D_NANprivate static StaticVariableLiteralRewriter. D_NEGATIVE_INFINITYprivate static StaticVariableLiteralRewriter. D_POSITIVE_INFINITYprivate static StaticVariableLiteralRewriter. F_MAX_VALUEprivate static StaticVariableLiteralRewriter. F_MIN_NORMALprivate static StaticVariableLiteralRewriter. F_MIN_VALUEprivate static StaticVariableLiteralRewriter. F_NANprivate static StaticVariableLiteralRewriter. F_NEGATIVE_INFINITYprivate static StaticVariableLiteralRewriter. F_POSITIVE_INFINITYprivate static StaticVariableLiteralRewriter. I_MAX_VALUEprivate static StaticVariableLiteralRewriter. I_MIN_VALUEprivate static StaticVariableLiteralRewriter. J_MAX_VALUEprivate static StaticVariableLiteralRewriter. J_MIN_VALUEprivate static StaticVariableLiteralRewriter. MATH_Eprivate static StaticVariableLiteralRewriter. MATH_PIprivate static StaticVariableLiteralRewriter. S_MAX_VALUEprivate static StaticVariableLiteralRewriter. S_MIN_VALUE -
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Subclasses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.parse.wildcard Modifier and Type Class Description classWildcardMatch.StaticVariableWildcardFields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as StaticVariable Modifier and Type Field Description private StaticVariableWildcardMatch.StaticVariableWildcard. matchedValueMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return StaticVariable Modifier and Type Method Description StaticVariableWildcardMatch.StaticVariableWildcard. getMatch() -
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement that return StaticVariable Modifier and Type Method Description private static StaticVariableStructuredCase. getEnumStatic(Expression expression) -
Uses of StaticVariable in org.benf.cfr.reader.entities.classfilehelpers
Fields in org.benf.cfr.reader.entities.classfilehelpers with type parameters of type StaticVariable Modifier and Type Field Description private java.util.List<Pair<StaticVariable,AbstractConstructorInvokation>>ClassFileDumperEnum. entriesMethod parameters in org.benf.cfr.reader.entities.classfilehelpers with type arguments of type StaticVariable Modifier and Type Method Description private static voidClassFileDumperEnum. dumpEntry(Dumper d, Pair<StaticVariable,AbstractConstructorInvokation> entry, boolean last, JavaTypeInstance classType)Constructor parameters in org.benf.cfr.reader.entities.classfilehelpers with type arguments of type StaticVariable Constructor Description ClassFileDumperEnum(DCCommonState dcCommonState, java.util.List<Pair<StaticVariable,AbstractConstructorInvokation>> entries)
-