ua.gradsoft.termware.transformers.string
Class StringMatchesTransformer
java.lang.Object
ua.gradsoft.termware.AbstractBuildinTransformer
ua.gradsoft.termware.transformers.string.StringMatchesTransformer
- All Implemented Interfaces:
- ITermTransformer
public class StringMatchesTransformer
- extends AbstractBuildinTransformer
- Author:
- rssh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final StringMatchesTransformer INSTANCE
transform
public Term transform(Term t,
TermSystem system,
TransformationContext ctx)
throws TermWareException
- Description copied from interface:
ITermTransformer
- attempt to transform term
t .
- Parameters:
t - - term to transformsystem - - system which give us access to ebvironment.ctx - - context of transformation.
- Returns:
- - transformed term.
- Throws:
TermWareException
static_transform
public static Term static_transform(Term t,
TermSystem system,
TransformationContext ctx)
throws TermWareException
- Throws:
TermWareException