Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.StringParser
-
Packages that use StringParser Package Description net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages. -
-
Uses of StringParser in net.ssehub.easy.instantiation.core.model.expressions
Subclasses of StringParser in net.ssehub.easy.instantiation.core.model.expressions Modifier and Type Class Description classStringReplacer<I extends VariableDeclaration,R extends Resolver<I>>A parser and replacer for values ($name) and expressions (${expression}) in string values.classStringResolver<I extends VariableDeclaration,R extends Resolver<I>,E extends ExpressionStatement>StringResolver to resolve variables and expressions on compiling.
-