Uses of Interface
dev.civl.sarl.IF.object.StringObject
Packages that use StringObject
Package
Description
This package provides the internal interface for the representation of basic
symbolic expressions.
This package and its subpackages provide the "public interface" to SARL.
The public interface package dealing with symbolic expressions.
The type package provides interfaces for all of the symbolic types.
Internal interface for the symbolic object module, providing mechanisms for
creating
SymbolicObjects.Internal interface for the "type" module, providing a
SymbolicTypeFactory
for producing SymbolicType
s.-
Uses of StringObject in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF with parameters of type StringObjectModifier and TypeMethodDescriptionBooleanExpressionFactory.booleanSymbolicConstant(StringObject name) ExpressionFactory.symbolicConstant(StringObject name, SymbolicType type) NumericExpressionFactory.symbolicConstant(StringObject name, SymbolicType type) -
Uses of StringObject in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return StringObjectModifier and TypeMethodDescriptionCoreUniverse.stringObject(String string) Returns theStringObjectwrapping the givenStringvalue.Methods in dev.civl.sarl.IF with parameters of type StringObjectModifier and TypeMethodDescriptionCoreUniverse.symbolicConstant(StringObject name, SymbolicType type) Returns theSymbolicConstantwith the given name and type.CoreUniverse.tupleType(StringObject name, Iterable<? extends SymbolicType> fieldTypes) Returns the tuple type defined by the given sequence of component types.CoreUniverse.unionType(StringObject name, Iterable<? extends SymbolicType> memberTypes) Returns the type which is the union of the given member types.Method parameters in dev.civl.sarl.IF with type arguments of type StringObjectModifier and TypeMethodDescriptionCoreUniverse.nameSubstituter(Map<StringObject, StringObject> nameMap) Returns a substituter specified by a mapping of old names to new names for symbolic constants.CoreUniverse.nameSubstituter(Map<StringObject, StringObject> nameMap) Returns a substituter specified by a mapping of old names to new names for symbolic constants. -
Uses of StringObject in dev.civl.sarl.IF.expr
Methods in dev.civl.sarl.IF.expr that return StringObjectModifier and TypeMethodDescriptionSymbolicConstant.name()Returns the name of this symbolic constant. -
Uses of StringObject in dev.civl.sarl.IF.type
Methods in dev.civl.sarl.IF.type that return StringObject -
Uses of StringObject in dev.civl.sarl.object.IF
Methods in dev.civl.sarl.object.IF that return StringObject -
Uses of StringObject in dev.civl.sarl.type.IF
Methods in dev.civl.sarl.type.IF with parameters of type StringObjectModifier and TypeMethodDescriptionSymbolicTypeFactory.tupleType(StringObject name, SymbolicTypeSequence fieldTypes) Creates a SymbolicTupleTypeSymbolicTypeFactory.uninterpretedType(StringObject name) Returns an uninterpreted type which is an instance ofSymbolicUninterpretedType.SymbolicTypeFactory.unionType(StringObject name, SymbolicTypeSequence memberTypes) Creates a SymbolicUnionType