public final class ResourceUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
toString(TypeExpression e)
Create a String representation from a given
TypeExpression . |
static String |
toString(TypeExpression e,
String prefix)
Create a String representation from a given
TypeExpression . |
public static String toString(TypeExpression e)
TypeExpression
. Calls
toString(TypeExpression, String)
with null as prefix.
Note: not all expressions are realized yet.e
- the expression.public static String toString(TypeExpression e, String prefix)
TypeExpression
.
Note: not all expressions are realized yet.e
- the expression.prefix
- a prefix for each line. Can be null.Copyright © 2018 universAAL Consortium. All rights reserved.