コード例 #1
0
 public boolean isMixin() {
   return CndPsiImplUtil.isMixin(this);
 }
コード例 #2
0
 public Set<OptionEnum> getOptions() {
   return CndPsiImplUtil.getOptions(this);
 }
コード例 #3
0
 public CndProperty getProperty(String propertyName) {
   return CndPsiImplUtil.getProperty(this, propertyName);
 }
コード例 #4
0
 public ItemPresentation getPresentation() {
   return CndPsiImplUtil.getPresentation(this);
 }
コード例 #5
0
 public String getNodeTypeNamespace() {
   return CndPsiImplUtil.getNodeTypeNamespace(this);
 }
コード例 #6
0
 public PsiElement setNodeTypeName(String newName) {
   return CndPsiImplUtil.setNodeTypeName(this, newName);
 }