Package net.sourceforge.plantuml.tim
Class FunctionsSet
java.lang.Object
net.sourceforge.plantuml.tim.FunctionsSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunction(TFunction func) voidexecuteDeclareProcedure(TContext context, TMemory memory, StringLocated s) voidexecuteDeclareReturnFunction(TContext context, TMemory memory, StringLocated s) voidvoidexecuteLegacyDefine(TContext context, TMemory memory, StringLocated s) voidexecuteLegacyDefineLong(TContext context, TMemory memory, StringLocated s) getFunctionSmart(TFunctionSignature searched) getLonguestMatchStartingIn(String s, int pos) intsize()
-
Constructor Details
-
FunctionsSet
public FunctionsSet()
-
-
Method Details
-
getFunctionSmart
-
size
public int size() -
functions
-
getLonguestMatchStartingIn
-
pendingFunction
-
addFunction
-
executeEndfunction
public void executeEndfunction() -
executeLegacyDefine
public void executeLegacyDefine(TContext context, TMemory memory, StringLocated s) throws EaterException - Throws:
EaterException
-
executeLegacyDefineLong
public void executeLegacyDefineLong(TContext context, TMemory memory, StringLocated s) throws EaterException - Throws:
EaterException
-
executeDeclareReturnFunction
public void executeDeclareReturnFunction(TContext context, TMemory memory, StringLocated s) throws EaterException - Throws:
EaterException
-
executeDeclareProcedure
public void executeDeclareProcedure(TContext context, TMemory memory, StringLocated s) throws EaterException - Throws:
EaterException
-