Package net.sourceforge.plantuml.tim
Class FunctionsSet
java.lang.Object
net.sourceforge.plantuml.tim.FunctionsSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFunction
(TFunction func) void
executeDeclareProcedure
(TContext context, TMemory memory, StringLocated s) void
executeDeclareReturnFunction
(TContext context, TMemory memory, StringLocated s) void
void
executeLegacyDefine
(TContext context, TMemory memory, StringLocated s) void
executeLegacyDefineLong
(TContext context, TMemory memory, StringLocated s) getFunctionSmart
(TFunctionSignature searched) int
size()
-
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, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-
executeLegacyDefineLong
public void executeLegacyDefineLong(TContext context, TMemory memory, StringLocated s) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-
executeDeclareReturnFunction
public void executeDeclareReturnFunction(TContext context, TMemory memory, StringLocated s) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-
executeDeclareProcedure
public void executeDeclareProcedure(TContext context, TMemory memory, StringLocated s) throws EaterException, EaterExceptionLocated - Throws:
EaterException
EaterExceptionLocated
-