Uses of Interface
org.eclipse.modisco.omg.gastm.StringLiteral

Packages that use StringLiteral
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of StringLiteral in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return StringLiteral
 StringLiteral GASTMFactory.createStringLiteral()
          Returns a new object of class 'String Literal'.
 

Uses of StringLiteral in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type StringLiteral
 T GASTMSwitch.caseStringLiteral(StringLiteral object)
          Returns the result of interpreting the object as an instance of 'String Literal'.