|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.codegen.common.NameQueries
public class NameQueries
Nested Class Summary | |
---|---|
static class |
NameQueries.NameAllocation<T>
|
static class |
NameQueries.TuplePartAllocation
|
Constructor Summary | |
---|---|
NameQueries()
|
Method Summary | |
---|---|
protected static void |
appendJavaCharacters(java.lang.StringBuilder s,
java.lang.String string)
|
protected static void |
appendJavaCharacters(java.lang.StringBuilder s,
java.lang.String string,
int iMax)
|
static java.lang.String |
getUniqueText(Element context,
Constraint constraint)
Return a valid Java identifier suffix encoding of string that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
Operation operation)
Return a valid Java identifier suffix encoding of an operation name that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
Package pkg)
Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
Property property)
Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
java.lang.String string)
Return a valid Java identifier suffix encoding of string that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
TupleLiteralPart part)
Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
TupleType type)
Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
Type type)
Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element. |
static java.lang.String |
getUniqueText(Element context,
Variable variable)
Return a valid Java identifier suffix encoding of a variable name that is unique within the scope of element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameQueries()
Method Detail |
---|
protected static void appendJavaCharacters(java.lang.StringBuilder s, java.lang.String string)
protected static void appendJavaCharacters(java.lang.StringBuilder s, java.lang.String string, int iMax)
public static java.lang.String getUniqueText(Element context, Constraint constraint)
public static java.lang.String getUniqueText(Element context, Operation operation)
public static java.lang.String getUniqueText(Element context, Package pkg)
public static java.lang.String getUniqueText(Element context, Property property)
public static java.lang.String getUniqueText(Element context, java.lang.String string)
public static java.lang.String getUniqueText(Element context, TupleLiteralPart part)
public static java.lang.String getUniqueText(Element context, TupleType type)
public static java.lang.String getUniqueText(Element context, Type type)
public static java.lang.String getUniqueText(Element context, Variable variable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |