Uses of Class
org.benf.cfr.reader.util.annotation.Nullable
-
-
Uses of Nullable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util with annotations of type Nullable Modifier and Type Method Description static java.util.List<StructuredStatement>
MiscStatementTools. linearise(Op04StructuredStatement root)
-
Uses of Nullable in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression with annotations of type Nullable Modifier and Type Field Description private java.util.List<JavaTypeInstance>
StaticFunctionInvokation. explicitGenerics
-
Uses of Nullable in org.benf.cfr.reader.bytecode.analysis.structured.statement
Fields in org.benf.cfr.reader.bytecode.analysis.structured.statement with annotations of type Nullable Modifier and Type Field Description private InferredJavaType
StructuredCase. inferredJavaTypeOfSwitch
-
Uses of Nullable in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types with annotations of type Nullable Modifier and Type Field Description private java.lang.String
MethodPrototype. fixedName
Method parameters in org.benf.cfr.reader.bytecode.analysis.types with annotations of type Nullable Modifier and Type Method Description boolean
JavaRefTypeInstance. implicitlyCastsTo(JavaTypeInstance other, GenericTypeBinder gtb)
-
Uses of Nullable in org.benf.cfr.reader.entities.innerclass
Fields in org.benf.cfr.reader.entities.innerclass with annotations of type Nullable Modifier and Type Field Description private JavaTypeInstance
InnerClassAttributeInfo. innerClassInfo
private java.lang.String
InnerClassAttributeInfo. innerName
private JavaTypeInstance
InnerClassAttributeInfo. outerClassInfo
-