public abstract class Variable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Variable.Builder |
| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
static Variable.Builder |
builder() |
abstract IdentifierNode |
identifier() |
abstract TypeNode |
type() |
public abstract IdentifierNode identifier()
public abstract TypeNode type()
public static Variable.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.