public class RapidsExpressionV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
Description of the functionality provided by this language construct.
|
boolean |
isAbstract
If true, then this is not a standalone construct but purely a grouping level.
|
java.lang.String |
name
(Class) name of the language construct
|
java.lang.String |
pattern
Code fragment pattern.
|
RapidsExpressionV3[] |
sub
List of language constructs that grouped under this one.
|
| Constructor and Description |
|---|
RapidsExpressionV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String name
public boolean isAbstract
public java.lang.String pattern
public java.lang.String description
public RapidsExpressionV3[] sub