public abstract class SubstrateRef
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubstrateRef.StubRef |
| Constructor and Description |
|---|
SubstrateRef() |
| Modifier and Type | Method and Description |
|---|---|
static SubstrateRef |
createAstStrongRef(ASTNode node) |
abstract PsiFile |
getContainingFile() |
Stub |
getGreenStub() |
abstract ASTNode |
getNode() |
Stub |
getStub() |
abstract boolean |
isValid() |
public abstract ASTNode getNode()
public Stub getStub()
public Stub getGreenStub()
public abstract boolean isValid()
public abstract PsiFile getContainingFile()
public static SubstrateRef createAstStrongRef(ASTNode node)