Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.StaticVariable
Packages that use StaticVariable
Package
Description
-
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as StaticVariableModifier and TypeFieldDescriptionprivate StaticVariableAssertRewriter.assertionStatic(package private) StaticVariableAssertRewriter.AssertVarCollector.assertStaticFields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type parameters of type StaticVariableModifier and TypeFieldDescriptionprivate final Map<StaticVariable, EnumClassRewriter.CollectedEnumData<? extends AbstractConstructorInvokation>> EnumClassRewriter.EnumInitMatchCollector.entryMapprivate final Map<Integer, StaticVariable> SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector.lutValuesMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return types with arguments of type StaticVariableModifier and TypeMethodDescriptionprivate Map<StaticVariable, EnumClassRewriter.CollectedEnumData<? extends AbstractConstructorInvokation>> EnumClassRewriter.EnumInitMatchCollector.getEntryMap()(package private) Map<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 StaticVariableModifierConstructorDescriptionInfiniteAssertRewriter(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 StaticVariableModifier and TypeMethodDescriptionStaticVariable.getNonSimpleCopy()StaticVariable.getSimpleCopy()Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type StaticVariable -
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.parse.rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.parse.rewriters declared as StaticVariableModifier and TypeFieldDescriptionprivate static final StaticVariableLiteralRewriter.D_MAX_VALUEprivate static final StaticVariableLiteralRewriter.D_MIN_NORMALprivate static final StaticVariableLiteralRewriter.D_MIN_VALUEprivate static final StaticVariableLiteralRewriter.D_NANprivate static final StaticVariableLiteralRewriter.D_NEGATIVE_INFINITYprivate static final StaticVariableLiteralRewriter.D_POSITIVE_INFINITYprivate static final StaticVariableLiteralRewriter.F_MAX_VALUEprivate static final StaticVariableLiteralRewriter.F_MIN_NORMALprivate static final StaticVariableLiteralRewriter.F_MIN_VALUEprivate static final StaticVariableLiteralRewriter.F_NANprivate static final StaticVariableLiteralRewriter.F_NEGATIVE_INFINITYprivate static final StaticVariableLiteralRewriter.F_POSITIVE_INFINITYprivate static final StaticVariableLiteralRewriter.I_MAX_VALUEprivate static final StaticVariableLiteralRewriter.I_MIN_VALUEprivate static final StaticVariableLiteralRewriter.J_MAX_VALUEprivate static final StaticVariableLiteralRewriter.J_MIN_VALUEprivate static final StaticVariableLiteralRewriter.MATH_Eprivate static final StaticVariableLiteralRewriter.MATH_PIprivate static final StaticVariableLiteralRewriter.S_MAX_VALUEprivate static final 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.wildcardClasses in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that implement interfaces with type arguments of type StaticVariableFields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as StaticVariableModifier and TypeFieldDescriptionprivate StaticVariableWildcardMatch.StaticVariableWildcard.matchedValueMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return StaticVariable -
Uses of StaticVariable in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement that return StaticVariableModifier and TypeMethodDescriptionprivate 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 StaticVariableModifier and TypeFieldDescriptionprivate final List<Pair<StaticVariable, AbstractConstructorInvokation>> ClassFileDumperEnum.entriesMethod parameters in org.benf.cfr.reader.entities.classfilehelpers with type arguments of type StaticVariableModifier and TypeMethodDescriptionprivate 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 StaticVariableModifierConstructorDescriptionClassFileDumperEnum(DCCommonState dcCommonState, List<Pair<StaticVariable, AbstractConstructorInvokation>> entries)