Class JavaNameResolver
java.lang.Object
com.strobel.decompiler.languages.java.ast.JavaNameResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisStaticContext(AstNode node) static booleanisStaticContext(AstNode node, boolean topLevelAreStatic, boolean considerMethods) static NameResolveResultstatic NameResolveResultresolveAsType(String name, AstNode node)
-
Constructor Details
-
JavaNameResolver
public JavaNameResolver()
-
-
Method Details
-
isStaticContext
-
isStaticContext
public static boolean isStaticContext(AstNode node, boolean topLevelAreStatic, boolean considerMethods) -
resolve
-
resolveAsType
-