|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.gems.client.caleditor.AdvancedCALEditor.PositionlessIdentifier
public static final class AdvancedCALEditor.PositionlessIdentifier
Class representing an analysed identifier without position.
| Constructor Summary | |
|---|---|
AdvancedCALEditor.PositionlessIdentifier(CodeAnalyser.AnalysedIdentifier referenceIdentifier)
Constructor, specifying reference |
|
AdvancedCALEditor.PositionlessIdentifier(String unqualifiedName,
ModuleName rawModuleName,
ModuleName resolvedModuleName,
ModuleName minimallyQualifiedModuleName,
SourceIdentifier.Category category,
CodeAnalyser.AnalysedIdentifier.QualificationType qualificationType)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Checks whether this object's fields are the same to another |
SourceIdentifier.Category |
getCategory()
|
ModuleName |
getMinimallyQualifiedModuleName()
|
String |
getName()
|
CodeAnalyser.AnalysedIdentifier.QualificationType |
getQualificationType()
|
ModuleName |
getRawModuleName()
|
CodeAnalyser.AnalysedIdentifier |
getReference()
|
ModuleName |
getResolvedModuleName()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdvancedCALEditor.PositionlessIdentifier(String unqualifiedName,
ModuleName rawModuleName,
ModuleName resolvedModuleName,
ModuleName minimallyQualifiedModuleName,
SourceIdentifier.Category category,
CodeAnalyser.AnalysedIdentifier.QualificationType qualificationType)
unqualifiedName - identifier namerawModuleName - identifier module (null if none)resolvedModuleName - resolved identifier module (null if none)minimallyQualifiedModuleName - if rawModuleName is resolvable, then this is the minimally qualified module name that resolves to the same module.
Otherwise, this should have the same value as rawModuleName.category - identifier categoryqualificationType - identifier qualification typepublic AdvancedCALEditor.PositionlessIdentifier(CodeAnalyser.AnalysedIdentifier referenceIdentifier)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class Objectpublic ModuleName getRawModuleName()
public ModuleName getResolvedModuleName()
public ModuleName getMinimallyQualifiedModuleName()
public String getName()
public SourceIdentifier.Category getCategory()
public CodeAnalyser.AnalysedIdentifier.QualificationType getQualificationType()
public CodeAnalyser.AnalysedIdentifier getReference()
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||