|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.xtext.conversion.impl.AbstractValueConverterService
org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
org.eclipse.xtext.common.services.DefaultTerminalConverters
de.cau.cs.kieler.core.annotations.formatting.AnnotationsValueConverter
de.cau.cs.kieler.core.expressions.formatting.ExpressionsValueConverter
public class ExpressionsValueConverter
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.xtext.common.services.DefaultTerminalConverters |
---|
org.eclipse.xtext.common.services.DefaultTerminalConverters.IDValueConverter, org.eclipse.xtext.common.services.DefaultTerminalConverters.INTValueConverter, org.eclipse.xtext.common.services.DefaultTerminalConverters.STRINGValueConverter |
Field Summary |
---|
Fields inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService |
---|
defaultTerminalConverterFactory |
Constructor Summary | |
---|---|
ExpressionsValueConverter()
|
Method Summary | |
---|---|
org.eclipse.xtext.conversion.IValueConverter<Boolean> |
Boolean()
Standard boolean data type converter to convert standard Java style boolean strings "true" and "false" into Boolean objects and vice versa. |
org.eclipse.xtext.conversion.IValueConverter<Float> |
Float()
Standard boolean data type converter to convert standard Java style |
org.eclipse.xtext.conversion.IValueConverter<Integer> |
INT()
Primitive integer data type converter provider allowing negative numbers. |
Methods inherited from class de.cau.cs.kieler.core.annotations.formatting.AnnotationsValueConverter |
---|
EString, String |
Methods inherited from class org.eclipse.xtext.common.services.DefaultTerminalConverters |
---|
ID, STRING |
Methods inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService |
---|
getConverter, getConverters, getDefaultTerminalConverterFactory, getGrammar, internalRegisterForClass, isConfigurationMethod, registerEFactoryConverters, setDefaultTerminalConverterFactory, setGrammar, toString, toValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionsValueConverter()
Method Detail |
---|
public org.eclipse.xtext.conversion.IValueConverter<Boolean> Boolean()
public org.eclipse.xtext.conversion.IValueConverter<Integer> INT()
INT
in class org.eclipse.xtext.common.services.DefaultTerminalConverters
public org.eclipse.xtext.conversion.IValueConverter<Float> Float()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |