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 StaticVariable
AssertRewriter. assertionStatic
(package private) StaticVariable
AssertRewriter.AssertVarCollector. assertStatic
Fields 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. entryMap
private java.util.Map<java.lang.Integer,StaticVariable>
SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector. lutValues
Methods 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 StaticVariable
StaticVariable. getNonSimpleCopy()
StaticVariable
StaticVariable. 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 StaticVariable
LiteralRewriter. D_MAX_VALUE
private static StaticVariable
LiteralRewriter. D_MIN_NORMAL
private static StaticVariable
LiteralRewriter. D_MIN_VALUE
private static StaticVariable
LiteralRewriter. D_NAN
private static StaticVariable
LiteralRewriter. D_NEGATIVE_INFINITY
private static StaticVariable
LiteralRewriter. D_POSITIVE_INFINITY
private static StaticVariable
LiteralRewriter. F_MAX_VALUE
private static StaticVariable
LiteralRewriter. F_MIN_NORMAL
private static StaticVariable
LiteralRewriter. F_MIN_VALUE
private static StaticVariable
LiteralRewriter. F_NAN
private static StaticVariable
LiteralRewriter. F_NEGATIVE_INFINITY
private static StaticVariable
LiteralRewriter. F_POSITIVE_INFINITY
private static StaticVariable
LiteralRewriter. I_MAX_VALUE
private static StaticVariable
LiteralRewriter. I_MIN_VALUE
private static StaticVariable
LiteralRewriter. J_MAX_VALUE
private static StaticVariable
LiteralRewriter. J_MIN_VALUE
private static StaticVariable
LiteralRewriter. MATH_E
private static StaticVariable
LiteralRewriter. MATH_PI
private static StaticVariable
LiteralRewriter. S_MAX_VALUE
private static 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.wildcard Modifier and Type Class Description class
WildcardMatch.StaticVariableWildcard
Fields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as StaticVariable Modifier and Type Field Description private StaticVariable
WildcardMatch.StaticVariableWildcard. matchedValue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return StaticVariable Modifier and Type Method Description StaticVariable
WildcardMatch.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 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 StaticVariable Modifier and Type Field Description private java.util.List<Pair<StaticVariable,AbstractConstructorInvokation>>
ClassFileDumperEnum. entries
Method parameters in org.benf.cfr.reader.entities.classfilehelpers with type arguments of type StaticVariable Modifier and Type Method Description private 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 StaticVariable Constructor Description ClassFileDumperEnum(DCCommonState dcCommonState, java.util.List<Pair<StaticVariable,AbstractConstructorInvokation>> entries)
-