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 InferredJavaTypeStructuredCase. 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.StringMethodPrototype. fixedNameMethod parameters in org.benf.cfr.reader.bytecode.analysis.types with annotations of type Nullable Modifier and Type Method Description booleanJavaRefTypeInstance. 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 JavaTypeInstanceInnerClassAttributeInfo. innerClassInfoprivate java.lang.StringInnerClassAttributeInfo. innerNameprivate JavaTypeInstanceInnerClassAttributeInfo. outerClassInfo
-