public class SimpleVariable extends Object
| Constructor and Description |
|---|
SimpleVariable(String name,
boolean _static,
boolean _final) |
public SimpleVariable(String name, boolean _static, boolean _final)
name - Name of this variable_static - Is this var marked as static?_final - Is this var marked as final?public String getName()
public boolean isStatic()
public boolean isFinal()
Copyright © 2017. All rights reserved.