public static class IEC61499data.ST
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
pragma |
protected java.util.List<IEC61499data.Statement> |
statement |
protected IEC61499data.Temp_var_decls |
temp_var_decls |
(package private) java.lang.String |
text |
Constructor and Description |
---|
ST() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.String> |
get_pragma()
Access to parse result, get the elements of the container pragma
|
java.lang.Iterable<IEC61499data.Statement> |
get_statement()
Access to parse result, get the elements of the container statement
|
IEC61499data.Temp_var_decls |
get_temp_var_decls()
Access to parse result.
|
java.lang.String |
get_Text() |
int |
getSize_pragma()
Access to parse result, get the size of the container pragma.
|
int |
getSize_statement()
Access to parse result, get the size of the container statement.
|
java.lang.String text
protected java.util.List<java.lang.String> pragma
protected IEC61499data.Temp_var_decls temp_var_decls
protected java.util.List<IEC61499data.Statement> statement
public java.lang.String get_Text()
public java.lang.Iterable<java.lang.String> get_pragma()
public int getSize_pragma()
public IEC61499data.Temp_var_decls get_temp_var_decls()
public java.lang.Iterable<IEC61499data.Statement> get_statement()
public int getSize_statement()