public class LocalVariable extends Object
Constructor and Description |
---|
LocalVariable(String name) |
LocalVariable(String name,
Type type) |
Modifier and Type | Method and Description |
---|---|
LocalVariable |
define(Type type) |
LocalVariable |
finish() |
String |
getName() |
Type |
getType() |
boolean |
isDefined() |
boolean |
isReady() |
public LocalVariable(String name)
public String getName()
public Type getType()
public LocalVariable define(Type type)
public boolean isDefined()
public LocalVariable finish()
public boolean isReady()
Copyright © 2020. All rights reserved.