Class BuiltinFunctionPredicate
java.lang.Object
liquidjava.rj_language.Predicate
liquidjava.rj_language.BuiltinFunctionPredicate
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBuiltinFunctionPredicate(spoon.reflect.declaration.CtElement elem, String functionName, String... params) -
Method Summary
Modifier and TypeMethodDescriptionstatic BuiltinFunctionPredicateaddToIndex(String index, String value, spoon.reflect.declaration.CtElement elem) static BuiltinFunctionPredicateMethods inherited from class Predicate
changeAliasToRefinement, changeOldMentions, changeStatesToRefinements, clone, createConjunction, createDisjunction, createEquals, createInvocation, createITE, createLit, createOperation, createVar, getExpression, getStateInvocations, getVariableNames, innerParse, isBooleanTrue, negate, parse, simplify, substituteVariable, toString
-
Constructor Details
-
BuiltinFunctionPredicate
-
-
Method Details
-
length
public static BuiltinFunctionPredicate length(String param, spoon.reflect.declaration.CtElement elem) throws LJError - Throws:
LJError
-
addToIndex
public static BuiltinFunctionPredicate addToIndex(String index, String value, spoon.reflect.declaration.CtElement elem) throws LJError - Throws:
LJError
-