Uses of Class
org.jboss.jdeparser.StaticRefJExpr
-
-
Uses of StaticRefJExpr in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as StaticRefJExpr Modifier and Type Field Description private StaticRefJExpr
ArrayJType. classExpr
private StaticRefJExpr
NestedJType. classExpr
private StaticRefJExpr
PrimitiveJType. classExpr
private StaticRefJExpr
ReferenceJType. classExpr
private StaticRefJExpr
NestedJType. superExpr
private StaticRefJExpr
ReferenceJType. superExpr
private StaticRefJExpr
NestedJType. thisExpr
private StaticRefJExpr
ReferenceJType. thisExpr
Fields in org.jboss.jdeparser with type parameters of type StaticRefJExpr Modifier and Type Field Description private java.util.Map<java.lang.String,StaticRefJExpr>
ImplJSourceFile. staticImports
-