public class Attribute extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
decl
The entire declaration such as "String foo;"
|
AttributeDict |
dict
Who contains us?
|
String |
initValue
The optional attribute intialization expression
|
String |
name
The name of the attribute "foo"
|
String |
type
The type; might be empty such as for Python which has no static typing
|
public String decl
public String type
public String name
public String initValue
public AttributeDict dict
public Attribute()
public Attribute(String name)
Copyright © 2012. All Rights Reserved.