Methods from org.eclipse.emf.common used by org.eclipse.dltk.tcl.parser

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.emf.common.EMFPlugin.log(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.impl.AstFactoryImpl.init()45
org.eclipse.dltk.tcl.definitions.impl.DefinitionsFactoryImpl.init()46

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.AdapterFactoryImpl()

OVERRIDE
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.util.AstAdapterFactory.AstAdapterFactory()-1
org.eclipse.dltk.tcl.definitions.util.DefinitionsAdapterFactory.DefinitionsAdapterFactory()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.util.AstAdapterFactory.AstAdapterFactory()50
org.eclipse.dltk.tcl.definitions.util.DefinitionsAdapterFactory.DefinitionsAdapterFactory()46

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.createAdapter(Notifier)

OVERRIDE
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.util.AstAdapterFactory.createAdapter(Notifier)-1
org.eclipse.dltk.tcl.definitions.util.DefinitionsAdapterFactory.createAdapter(Notifier)-1

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.isFactoryForType(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.util.AstAdapterFactory.isFactoryForType(Object)-1
org.eclipse.dltk.tcl.definitions.util.DefinitionsAdapterFactory.isFactoryForType(Object)-1

org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotificationRequired()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.impl.ArgumentMatchImpl.getDefinition()92
org.eclipse.dltk.tcl.ast.impl.ArgumentMatchImpl.setDefinition(Argument)118
org.eclipse.dltk.tcl.ast.impl.ComplexStringImpl.setKind(int)124
org.eclipse.dltk.tcl.ast.impl.NodeImpl.setEnd(int)134
org.eclipse.dltk.tcl.ast.impl.NodeImpl.setStart(int)112
org.eclipse.dltk.tcl.ast.impl.ScriptImpl.setContentEnd(int)164
org.eclipse.dltk.tcl.ast.impl.ScriptImpl.setContentStart(int)141
org.eclipse.dltk.tcl.ast.impl.StringArgumentImpl.setValue(String)91
org.eclipse.dltk.tcl.ast.impl.TclArgumentListImpl.getDefinitionArgument()130
org.eclipse.dltk.tcl.ast.impl.TclArgumentListImpl.setDefinitionArgument(ComplexArgument)156
org.eclipse.dltk.tcl.ast.impl.TclArgumentListImpl.setKind(int)179
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.basicSetName(TclArgument, NotificationChain)175
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.getDefinition()234
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setDefinition(Command)260
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setMatched(boolean)319
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setName(TclArgument)206
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setQualifiedName(String)296
org.eclipse.dltk.tcl.ast.impl.TclModuleImpl.basicSetCodeModel(TclCodeModel, NotificationChain)147
org.eclipse.dltk.tcl.ast.impl.TclModuleImpl.setCodeModel(TclCodeModel)177
org.eclipse.dltk.tcl.ast.impl.TclModuleImpl.setSize(int)126
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setError(boolean)355
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setFileName(String)399
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setId(int)266
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setLineNumber(int)421
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setMessage(String)288
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setSourceEnd(int)333
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setSourceStart(int)310
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setWarning(boolean)377
org.eclipse.dltk.tcl.ast.impl.VariableReferenceImpl.basicSetIndex(TclArgument, NotificationChain)127
org.eclipse.dltk.tcl.ast.impl.VariableReferenceImpl.setIndex(TclArgument)160
org.eclipse.dltk.tcl.ast.impl.VariableReferenceImpl.setName(String)104
org.eclipse.dltk.tcl.definitions.impl.CommandImpl.setDeprecated(String)234
org.eclipse.dltk.tcl.definitions.impl.CommandImpl.setName(String)168
org.eclipse.dltk.tcl.definitions.impl.CommandImpl.setVersion(String)201
org.eclipse.dltk.tcl.definitions.impl.ComplexArgumentImpl.setLowerBound(int)157
org.eclipse.dltk.tcl.definitions.impl.ComplexArgumentImpl.setName(String)199
org.eclipse.dltk.tcl.definitions.impl.ComplexArgumentImpl.setUpperBound(int)178
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setLowerBound(int)157
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setName(String)199
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setStrictMatch(boolean)220
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setUpperBound(int)178
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setConstant(String)241
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setLowerBound(int)178
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setName(String)220
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setUpperBound(int)199
org.eclipse.dltk.tcl.definitions.impl.NamespaceImpl.setName(String)93
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setCheckPrefix(boolean)253
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setLowerBound(int)178
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setName(String)220
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setUpperBound(int)199
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setLowerBound(int)158
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setName(String)221
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setType(ArgumentType)200
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setUpperBound(int)179

org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(Notification)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.impl.ArgumentMatchImpl.getDefinition()93
org.eclipse.dltk.tcl.ast.impl.ArgumentMatchImpl.setDefinition(Argument)119
org.eclipse.dltk.tcl.ast.impl.ComplexStringImpl.setKind(int)125
org.eclipse.dltk.tcl.ast.impl.NodeImpl.setEnd(int)135
org.eclipse.dltk.tcl.ast.impl.NodeImpl.setStart(int)113
org.eclipse.dltk.tcl.ast.impl.ScriptImpl.setContentEnd(int)165
org.eclipse.dltk.tcl.ast.impl.ScriptImpl.setContentStart(int)142
org.eclipse.dltk.tcl.ast.impl.StringArgumentImpl.setValue(String)92
org.eclipse.dltk.tcl.ast.impl.TclArgumentListImpl.getDefinitionArgument()131
org.eclipse.dltk.tcl.ast.impl.TclArgumentListImpl.setDefinitionArgument(ComplexArgument)157
org.eclipse.dltk.tcl.ast.impl.TclArgumentListImpl.setKind(int)180
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.getDefinition()235
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setDefinition(Command)261
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setMatched(boolean)320
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setName(TclArgument)207
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setQualifiedName(String)297
org.eclipse.dltk.tcl.ast.impl.TclModuleImpl.setCodeModel(TclCodeModel)178
org.eclipse.dltk.tcl.ast.impl.TclModuleImpl.setSize(int)127
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setError(boolean)356
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setFileName(String)400
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setId(int)267
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setLineNumber(int)422
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setMessage(String)289
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setSourceEnd(int)334
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setSourceStart(int)311
org.eclipse.dltk.tcl.ast.impl.TclProblemImpl.setWarning(boolean)378
org.eclipse.dltk.tcl.ast.impl.VariableReferenceImpl.setIndex(TclArgument)161
org.eclipse.dltk.tcl.ast.impl.VariableReferenceImpl.setName(String)105
org.eclipse.dltk.tcl.definitions.impl.CommandImpl.setDeprecated(String)235
org.eclipse.dltk.tcl.definitions.impl.CommandImpl.setName(String)169
org.eclipse.dltk.tcl.definitions.impl.CommandImpl.setVersion(String)202
org.eclipse.dltk.tcl.definitions.impl.ComplexArgumentImpl.setLowerBound(int)158
org.eclipse.dltk.tcl.definitions.impl.ComplexArgumentImpl.setName(String)200
org.eclipse.dltk.tcl.definitions.impl.ComplexArgumentImpl.setUpperBound(int)179
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setLowerBound(int)158
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setName(String)200
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setStrictMatch(boolean)221
org.eclipse.dltk.tcl.definitions.impl.ConstantImpl.setUpperBound(int)179
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setConstant(String)242
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setLowerBound(int)179
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setName(String)221
org.eclipse.dltk.tcl.definitions.impl.GroupImpl.setUpperBound(int)200
org.eclipse.dltk.tcl.definitions.impl.NamespaceImpl.setName(String)94
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setCheckPrefix(boolean)254
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setLowerBound(int)179
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setName(String)221
org.eclipse.dltk.tcl.definitions.impl.SwitchImpl.setUpperBound(int)200
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setLowerBound(int)159
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setName(String)222
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setType(ArgumentType)201
org.eclipse.dltk.tcl.definitions.impl.TypedArgumentImpl.setUpperBound(int)180

org.eclipse.emf.common.notify.NotificationChain.add(Notification)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.basicSetName(TclArgument, NotificationChain)182
org.eclipse.dltk.tcl.ast.impl.TclModuleImpl.basicSetCodeModel(TclCodeModel, NotificationChain)154
org.eclipse.dltk.tcl.ast.impl.VariableReferenceImpl.basicSetIndex(TclArgument, NotificationChain)134

org.eclipse.emf.common.notify.NotificationChain.dispatch()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.ast.impl.TclCommandImpl.setName(TclArgument)205
org.eclipse.dltk.tcl.ast.impl.TclModuleImpl.setCodeModel(TclCodeModel)176
org.eclipse.dltk.tcl.ast.impl.VariableReferenceImpl.setIndex(TclArgument)159

org.eclipse.emf.common.util.URI.appendFragment(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.internal.core.serialization.TclASTLoader.restoreERef()247

org.eclipse.emf.common.util.URI.createURI(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.dltk.tcl.parser.definitions.DefinitionLoader.loadDefinitions(URL)26

org.eclipse.emf.common.util.URI.fragment()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.dltk.tcl.internal.core.serialization.TclASTSaver.storeERef(EObject)214

Back to reference summary for org.eclipse.dltk.tcl.parser

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict