public abstract class UnderlyingAST extends Object implements org.plumelib.util.UniqueId
Tree that underlies a given control flow
 graph.| Modifier and Type | Class and Description | 
|---|---|
| static class  | UnderlyingAST.CFGLambdaIf the underlying AST is a lambda. | 
| static class  | UnderlyingAST.CFGMethodIf the underlying AST is a method. | 
| static class  | UnderlyingAST.CFGStatementIf the underlying AST is a statement or expression. | 
| static class  | UnderlyingAST.KindThe kinds of underlying ASTs. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected UnderlyingAST.Kind | kindThe kind of the underlying AST. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | UnderlyingAST(UnderlyingAST.Kind kind)Creates an UnderlyingAST. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Tree | getCode()Returns the code that corresponds to the CFG. | 
| UnderlyingAST.Kind | getKind() | 
| long | getUid() | 
protected final UnderlyingAST.Kind kind
protected UnderlyingAST(UnderlyingAST.Kind kind)
kind - the kind of the ASTpublic long getUid(@UnknownInitialization UnderlyingAST this)
getUid in interface org.plumelib.util.UniqueIdpublic abstract Tree getCode()
public UnderlyingAST.Kind getKind()