Modifier and Type | Class and Description |
---|---|
class |
LineLocationImpl |
Modifier and Type | Method and Description |
---|---|
LineLocation |
ErrorUml.getLineLocation() |
LineLocation |
StringLocated.getLocation() |
LineLocation |
LineLocationImpl.getParent() |
LineLocation |
LineLocation.getParent()
Get the parent of this location.
|
Modifier and Type | Method and Description |
---|---|
int |
LineLocationImpl.compareTo(LineLocation other) |
Constructor and Description |
---|
ErrorUml(ErrorUmlType type,
java.lang.String error,
LineLocation lineLocation) |
LineLocationImpl(java.lang.String desc,
LineLocation parent) |
StringLocated(java.lang.String s,
LineLocation location) |
StringLocated(java.lang.String s,
LineLocation location,
java.lang.String preprocessorError) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandResume.executeArg(BpmDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandNewBranch.executeArg(BpmDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandMerge.executeArg(BpmDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandGoto.executeArg(BpmDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandEndBranch.executeArg(BpmDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandElseBranch.executeArg(BpmDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandDockedEvent.executeArg(BpmDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandConstraintOnLinks.executeArg(CucaDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandLinkBlock.executeArg(CompositeDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandEndPackageBlock.executeArg(CompositeDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandCreatePackageBlock.executeArg(CompositeDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandCreateBlock.executeArg(CompositeDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
UmlSource.getLine(LineLocation n) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandCreateDomain.executeArg(DescriptionDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandPackageWithUSymbol.executeArg(AbstractEntityDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandCreateElementParenthesis.executeArg(ClassDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandLinkElement.executeArg(DescriptionDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandCreateElementFull.executeArg(DescriptionDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandArchimate.executeArg(DescriptionDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandNewpage.executeArg(UmlDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
LineLocation |
PSystemError.getLineLocation() |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandLink.executeArg(FlowDiagram system,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandLineSimple.executeArg(FlowDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandHelpType.executeArg(Help diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandHelpSkinparam.executeArg(Help diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandHelpKeyword.executeArg(Help diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandHelpFont.executeArg(Help diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandHelpColor.executeArg(Help diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandHelp.executeArg(Help diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandEmpty.executeArg(PSystemTree diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandAddLevel.executeArg(PSystemTree diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandCreateEntityObject.executeArg(AbstractClassOrObjectDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandAddData.executeArg(AbstractClassOrObjectDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandWidth.executeArg(PostItDiagram system,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandCreatePostIt.executeArg(PostItDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
static ReadLine |
ReadLineReader.create(java.io.Reader reader,
java.lang.String description,
LineLocation parent) |
Constructor and Description |
---|
ReadLineList(java.util.List<java.lang.String> definition,
LineLocation location) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandStdlib.executeArg(StdlibDiagram system,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandListSprite.executeArg(UmlDiagram system,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandStyleImport.executeArg(UmlDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
LineLocation |
SyntaxResult.getLineLocation() |
Modifier and Type | Method and Description |
---|---|
void |
SyntaxResult.setLineLocation(LineLocation lineLocation) |
Modifier and Type | Method and Description |
---|---|
LineLocation |
Eater.getLineLocation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TContext.applyFunctionsAndVariables(TMemory memory,
LineLocation location,
java.lang.String str) |
Knowledge |
TContext.asKnowledge(TMemory memory,
LineLocation location) |
TValue |
ExecutionContextWhile.conditionValue(LineLocation location,
TContext context,
TMemory memory) |
protected TFunctionImpl |
Eater.eatDeclareFunction(TContext context,
TMemory memory,
boolean unquoted,
LineLocation location,
boolean allowNoParenthesis,
TFunctionType type) |
protected TFunctionImpl |
Eater.eatDeclareProcedure(TContext context,
TMemory memory,
boolean unquoted,
LineLocation location) |
protected TFunctionImpl |
Eater.eatDeclareReturnFunctionWithOptionalReturn(TContext context,
TMemory memory,
boolean unquoted,
LineLocation location) |
void |
TFunctionImpl.executeProcedure(TContext context,
TMemory memory,
LineLocation location,
java.lang.String s) |
void |
TFunction.executeProcedure(TContext context,
TMemory memory,
LineLocation location,
java.lang.String s) |
TValue |
TFunctionImpl.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> args,
java.util.Map<java.lang.String,TValue> named) |
TValue |
TFunction.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> args,
java.util.Map<java.lang.String,TValue> named) |
Constructor and Description |
---|
Eater(java.lang.String s,
LineLocation lineLocation) |
VariableManager(TContext context,
TMemory memory,
LineLocation location) |
Modifier and Type | Method and Description |
---|---|
TValue |
TokenStack.getResult(LineLocation location,
TContext context,
TMemory memory) |
Constructor and Description |
---|
ReversePolishInterpretor(LineLocation location,
TokenStack queue,
Knowledge knowledge,
TMemory memory,
TContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleReturnFunction.executeProcedure(TContext context,
TMemory memory,
LineLocation location,
java.lang.String s) |
void |
InvokeProcedure.executeProcedure(TContext context,
TMemory memory,
LineLocation location,
java.lang.String s) |
TValue |
VariableExists.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Upper.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Substr.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Strpos.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Strlen.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
StringFunction.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
SetVariableValue.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
RetrieveProcedure.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Lower.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
LogicalNot.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
InvokeProcedure.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
IntVal.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
GetVersion.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
GetVariableValue.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Getenv.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
FunctionExists.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Filename.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
FileExists.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
Dirpath.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
DateFunction.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
CallUserFunction.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
AlwaysTrue.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TValue |
AlwaysFalse.executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandWBSTabulation.executeArg(WBSDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandWBSPlus.executeArg(WBSDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandWBSOrgmode.executeArg(WBSDiagram diagram,
LineLocation location,
RegexResult arg) |
Modifier and Type | Method and Description |
---|---|
protected CommandExecutionResult |
CommandVspace.executeArg(WireDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandPinSpace.executeArg(WireDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandPin.executeArg(WireDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandNewColumn.executeArg(WireDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandContainerEnd.executeArg(WireDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandContainer.executeArg(WireDiagram diagram,
LineLocation location,
RegexResult arg) |
protected CommandExecutionResult |
CommandComponent.executeArg(WireDiagram diagram,
LineLocation location,
RegexResult arg) |
Copyright © 2020. All Rights Reserved.