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 StaticVariable
AssertRewriter.assertionStatic
(package private) StaticVariable
AssertRewriter.AssertVarCollector.assertStatic
Fields 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.entryMap
private final Map<Integer,
StaticVariable> SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector.lutValues
Methods 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 StaticVariable
LiteralRewriter.D_MAX_VALUE
private static final StaticVariable
LiteralRewriter.D_MIN_NORMAL
private static final StaticVariable
LiteralRewriter.D_MIN_VALUE
private static final StaticVariable
LiteralRewriter.D_NAN
private static final StaticVariable
LiteralRewriter.D_NEGATIVE_INFINITY
private static final StaticVariable
LiteralRewriter.D_POSITIVE_INFINITY
private static final StaticVariable
LiteralRewriter.F_MAX_VALUE
private static final StaticVariable
LiteralRewriter.F_MIN_NORMAL
private static final StaticVariable
LiteralRewriter.F_MIN_VALUE
private static final StaticVariable
LiteralRewriter.F_NAN
private static final StaticVariable
LiteralRewriter.F_NEGATIVE_INFINITY
private static final StaticVariable
LiteralRewriter.F_POSITIVE_INFINITY
private static final StaticVariable
LiteralRewriter.I_MAX_VALUE
private static final StaticVariable
LiteralRewriter.I_MIN_VALUE
private static final StaticVariable
LiteralRewriter.J_MAX_VALUE
private static final StaticVariable
LiteralRewriter.J_MIN_VALUE
private static final StaticVariable
LiteralRewriter.MATH_E
private static final StaticVariable
LiteralRewriter.MATH_PI
private static final StaticVariable
LiteralRewriter.S_MAX_VALUE
private static final StaticVariable
LiteralRewriter.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.wildcardFields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as StaticVariableModifier and TypeFieldDescriptionprivate StaticVariable
WildcardMatch.StaticVariableWildcard.matchedValue
Methods 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 StaticVariable
StructuredCase.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.entries
Method parameters in org.benf.cfr.reader.entities.classfilehelpers with type arguments of type StaticVariableModifier and TypeMethodDescriptionprivate static void
ClassFileDumperEnum.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)