|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.functions.Function
org.millscript.millscript.functions.BinaryFunction
org.millscript.millscript.functions.FindSuffixMatchFunction
public final class FindSuffixMatchFunction
This class implements the MillScript findSuffixMatch function.
| Constructor Summary | |
|---|---|
FindSuffixMatchFunction()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
apply2(java.lang.Object a1,
java.lang.Object a2)
Returns the result of this function when applied to the two specified arguments. |
| Methods inherited from class org.millscript.millscript.functions.BinaryFunction |
|---|
apply |
| Methods inherited from class org.millscript.millscript.functions.Function |
|---|
applyUpdater, checkNargs, checkNargsGT, checkUNargs, getName, modName, reportNargsError, reportNargsGTError, setName, toString, tryClone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FindSuffixMatchFunction()
| Method Detail |
|---|
public java.lang.Object apply2(java.lang.Object a1,
java.lang.Object a2)
BinaryFunction
apply2 in class BinaryFunctiona1 - the first argument to the functiona2 - the second argument to the function
BinaryFunction.apply2(java.lang.Object, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||