//generated by abstract-syntax-gen package de.peeeq.wurstscript.ast; import java.util.*; @SuppressWarnings({"cast", "unused", "rawtypes"}) class WShortParameterImpl implements WShortParameter{ WShortParameterImpl(de.peeeq.wurstscript.parser.WPos source, Modifiers modifiers, OptTypeExpr typOpt, Identifier nameId) { if (source == null) throw new IllegalArgumentException("Element source must not be null."); if (modifiers == null) throw new IllegalArgumentException("Element modifiers must not be null."); if (typOpt == null) throw new IllegalArgumentException("Element typOpt must not be null."); if (nameId == null) throw new IllegalArgumentException("Element nameId must not be null."); this.source = source; this.modifiers = modifiers; this.typOpt = typOpt; this.nameId = nameId; modifiers.setParent(this); typOpt.setParent(this); nameId.setParent(this); } private Element parent; public Element getParent() { return parent; } public void setParent(Element parent) { if (parent != null && this.parent != null) { throw new Error("Cannot change parent of element " + this.getClass().getSimpleName() + ", as it is already used in another tree." + "Use the copy method to create a new tree or remove the tree from its old parent or set the parent to null before moving the tree. "); } this.parent = parent; } public void replaceBy(Element other) { if (parent == null) throw new RuntimeException("Node not attached to tree."); for (int i=0; i action) { action.accept(this.modifiers); action.accept(this.typOpt); action.accept(this.nameId); } public int size() { return 3; } @Override public WShortParameter copy() { WShortParameter result = new WShortParameterImpl(source, (Modifiers) this.modifiers.copy(), (OptTypeExpr) this.typOpt.copy(), (Identifier) this.nameId.copy()); return result; } @Override public WShortParameter copyWithRefs() { WShortParameter res = copy(); return res; } @Override public void clearAttributes() { modifiers.clearAttributes(); typOpt.clearAttributes(); nameId.clearAttributes(); clearAttributesLocal(); } @Override public void clearAttributesLocal() { zzattr_attrTyp_state = 0; zzattr_attrConfigActualNameDef_state = 0; } @Override public void accept(Visitor v) { v.visit(this); } @Override public T match(VarDef.Matcher matcher) { return matcher.case_WShortParameter(this); } @Override public void match(VarDef.MatcherVoid matcher) { matcher.case_WShortParameter(this); } @Override public T match(HasModifier.Matcher matcher) { return matcher.case_WShortParameter(this); } @Override public void match(HasModifier.MatcherVoid matcher) { matcher.case_WShortParameter(this); } @Override public T match(Documentable.Matcher matcher) { return matcher.case_WShortParameter(this); } @Override public void match(Documentable.MatcherVoid matcher) { matcher.case_WShortParameter(this); } @Override public T match(Element.Matcher matcher) { return matcher.case_WShortParameter(this); } @Override public void match(Element.MatcherVoid matcher) { matcher.case_WShortParameter(this); } @Override public T match(NameDef.Matcher matcher) { return matcher.case_WShortParameter(this); } @Override public void match(NameDef.MatcherVoid matcher) { matcher.case_WShortParameter(this); } @Override public T match(AstElementWithSource.Matcher matcher) { return matcher.case_WShortParameter(this); } @Override public void match(AstElementWithSource.MatcherVoid matcher) { matcher.case_WShortParameter(this); } @Override public T match(AstElementWithNameId.Matcher matcher) { return matcher.case_WShortParameter(this); } @Override public void match(AstElementWithNameId.MatcherVoid matcher) { matcher.case_WShortParameter(this); } @Override public String toString() { return "WShortParameter(" + source + ", " +modifiers + ", " +typOpt + ", " +nameId+")"; } public boolean structuralEquals(Element e) { if (e instanceof WShortParameter) { WShortParameter o = (WShortParameter) e; return this.modifiers.structuralEquals(o.getModifiers()) && this.typOpt.structuralEquals(o.getTypOpt()) && this.nameId.structuralEquals(o.getNameId()); } else { return false; } } // circular = null private int zzattr_attrTyp_state = 0; private de.peeeq.wurstscript.types.WurstType zzattr_attrTyp_cache; /** */ public de.peeeq.wurstscript.types.WurstType attrTyp() { if (zzattr_attrTyp_state == 0) { try { zzattr_attrTyp_state = 1; zzattr_attrTyp_cache = de.peeeq.wurstscript.attributes.AttrVarDefType.calculate((WShortParameter)this); } finally { zzattr_attrTyp_state = 0; } zzattr_attrTyp_state = 2; } else if (zzattr_attrTyp_state == 1) { throw new CyclicDependencyError(this, "attrTyp"); } return zzattr_attrTyp_cache; } /** */ public boolean attrIsDynamicClassMember() { return de.peeeq.wurstscript.attributes.AttrIsClassMember.calculate((WShortParameter)this); } /** */ public boolean attrIsDynamicContext() { return de.peeeq.wurstscript.attributes.IsDynamicContext.calculate((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable PackageOrGlobal attrNearestPackage() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestPackage((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable NamedScope attrNearestNamedScope() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestNamedScope((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable WScope attrNearestScope() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestScope((WShortParameter)this); } /** */ public String attrPathDescription() { return de.peeeq.wurstscript.attributes.PathDescription.get((WShortParameter)this); } /** */ public CompilationUnit attrCompilationUnit() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestCompilationUnit((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable ClassDef attrNearestClassDef() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestClassDef((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable ClassOrInterface attrNearestClassOrInterface() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestClassOrInterface((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable ClassOrModule attrNearestClassOrModule() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestClassOrModule((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable StructureDef attrNearestStructureDef() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestStructureDef((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable FunctionImplementation attrNearestFuncDef() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestFuncDef((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable ExprClosure attrNearestExprClosure() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestExprClosure((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable ExprStatementsBlock attrNearestExprStatementsBlock() { return de.peeeq.wurstscript.attributes.AttrNearest.nearestExprStatementsBlock((WShortParameter)this); } /** "returns the element itself if it is a NameDef or returns the referenced NameDef if the elem is a reference or returns null otherwise "*/ public @org.eclipse.jdt.annotation.Nullable NameDef tryGetNameDef() { return de.peeeq.wurstscript.attributes.AttrNameDef.tryGetNameDef((WShortParameter)this); } /** */ public boolean attrIsCompiletime() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isCompiletime((WShortParameter)this); } /** */ public boolean attrHasAnnotation(String name) { return de.peeeq.wurstscript.attributes.ModifiersHelper.hasAnnotation((WShortParameter)this, name); } /** */ public Annotation attrGetAnnotation(String name) { return de.peeeq.wurstscript.attributes.ModifiersHelper.getAnnotation((WShortParameter)this, name); } /** */ public boolean attrIsPublic() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isPublic((WShortParameter)this); } /** */ public boolean attrIsPublicRead() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isPublicRead((WShortParameter)this); } /** */ public boolean attrIsPrivate() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isPrivate((WShortParameter)this); } /** */ public boolean attrIsProtected() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isProtected((WShortParameter)this); } /** */ public boolean attrIsStatic() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isStatic((WShortParameter)this); } /** */ public boolean attrIsOverride() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isOverride((WShortParameter)this); } /** */ public boolean attrIsAbstract() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isAbstract((WShortParameter)this); } /** */ public boolean attrIsConstant() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isConstant((WShortParameter)this); } /** */ public boolean attrIsVararg() { return de.peeeq.wurstscript.attributes.ModifiersHelper.isVararg((WShortParameter)this); } /** */ public de.peeeq.wurstscript.parser.WPos attrSource() { return de.peeeq.wurstscript.attributes.AttrPos.getPos((WShortParameter)this); } /** "returns the position where errors are marked"*/ public de.peeeq.wurstscript.parser.WPos attrErrorPos() { return de.peeeq.wurstscript.attributes.AttrPos.getErrorPos((WShortParameter)this); } /** */ public WurstModel getModel() { return de.peeeq.wurstscript.attributes.AttrImportedPackage.getModel((WShortParameter)this); } // circular = null private int zzattr_attrConfigActualNameDef_state = 0; private NameDef zzattr_attrConfigActualNameDef_cache; /** */ public NameDef attrConfigActualNameDef() { if (zzattr_attrConfigActualNameDef_state == 0) { try { zzattr_attrConfigActualNameDef_state = 1; zzattr_attrConfigActualNameDef_cache = de.peeeq.wurstscript.attributes.CofigActualDef.calculate((WShortParameter)this); } finally { zzattr_attrConfigActualNameDef_state = 0; } zzattr_attrConfigActualNameDef_state = 2; } else if (zzattr_attrConfigActualNameDef_state == 1) { throw new CyclicDependencyError(this, "attrConfigActualNameDef"); } return zzattr_attrConfigActualNameDef_cache; } /** */ public boolean hasAnnotation(String annotation) { return de.peeeq.wurstscript.attributes.HasAnnotation.hasAnnotation((WShortParameter)this, annotation); } /** */ public Annotation getAnnotation(String annotation) { return de.peeeq.wurstscript.attributes.HasAnnotation.getAnnotation((WShortParameter)this, annotation); } /** */ public void addError(String msg) { de.peeeq.wurstscript.attributes.ErrorHandling.addError((WShortParameter)this, msg); } /** */ public void addWarning(String msg) { de.peeeq.wurstscript.attributes.ErrorHandling.addWarning((WShortParameter)this, msg); } /** */ public de.peeeq.wurstscript.attributes.ErrorHandler getErrorHandler() { return de.peeeq.wurstscript.attributes.ErrorHandling.getErrorHandler((WShortParameter)this); } /** "returns a VarLink pointing to this NameDef"*/ public de.peeeq.wurstscript.attributes.names.VarLink createVarLink(WScope definedIn) { return de.peeeq.wurstscript.attributes.names.VarLink.create((WShortParameter)this, definedIn); } /** */ public OptTypeExpr attrOptTypeExpr() { return de.peeeq.wurstscript.attributes.names.VarLink.getTypeExpr((WShortParameter)this); } /** */ public @org.eclipse.jdt.annotation.Nullable TypeDef lookupType(String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupType((WShortParameter)this, name, showErrors); } /** */ public de.peeeq.wurstscript.attributes.names.PackageLink lookupPackage(String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupPackage((WShortParameter)this, name, showErrors); } /** */ public de.peeeq.wurstscript.attributes.names.NameLink lookupVar(String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupVar((WShortParameter)this, name, showErrors); } /** */ public de.peeeq.wurstscript.attributes.names.NameLink lookupVarNoConfig(String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupVarNoConfig((WShortParameter)this, name, showErrors); } /** */ public de.peeeq.wurstscript.attributes.names.NameLink lookupMemberVar(de.peeeq.wurstscript.types.WurstType receiverType, String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupMemberVar((WShortParameter)this, receiverType, name, showErrors); } /** */ public com.google.common.collect.ImmutableCollection lookupFuncs(String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupFuncs((WShortParameter)this, name, showErrors); } /** */ public com.google.common.collect.ImmutableCollection lookupFuncsNoConfig(String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupFuncsNoConfig((WShortParameter)this, name, showErrors); } /** */ public com.google.common.collect.ImmutableCollection lookupMemberFuncs(de.peeeq.wurstscript.types.WurstType receiverType, String name, boolean showErrors) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupMemberFuncs((WShortParameter)this, receiverType, name, showErrors); } /** */ public @org.eclipse.jdt.annotation.Nullable TypeDef lookupType(String name) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupTypeShort((WShortParameter)this, name); } /** */ public de.peeeq.wurstscript.attributes.names.PackageLink lookupPackage(String name) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupPackageShort((WShortParameter)this, name); } /** */ public de.peeeq.wurstscript.attributes.names.NameLink lookupVar(String name) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupVarShort((WShortParameter)this, name); } /** */ public de.peeeq.wurstscript.attributes.names.NameLink lookupMemberVar(de.peeeq.wurstscript.types.WurstType receiverType, String name) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupMemberVarShort((WShortParameter)this, receiverType, name); } /** */ public com.google.common.collect.ImmutableCollection lookupFuncs(String name) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupFuncsShort((WShortParameter)this, name); } /** */ public com.google.common.collect.ImmutableCollection lookupMemberFuncs(de.peeeq.wurstscript.types.WurstType receiverType, String name) { return de.peeeq.wurstscript.attributes.names.NameResolution.lookupMemberFuncsShort((WShortParameter)this, receiverType, name); } /** */ public String attrComment() { return de.peeeq.wurstscript.attributes.AttrWurstDoc.getComment((WShortParameter)this); } /** */ public com.google.common.collect.ImmutableCollection attrUsedPackages() { return de.peeeq.wurstscript.attributes.UsedPackages.usedPackages((WShortParameter)this); } /** */ public String description() { return de.peeeq.wurstscript.attributes.Description.description((WShortParameter)this); } /** */ public String descriptionHtml() { return de.peeeq.wurstscript.attributes.DescriptionHtml.description((WShortParameter)this); } /** */ public boolean isSubtreeOf(Element other) { return de.peeeq.wurstscript.attributes.SmallHelpers.isSubtreeOf((WShortParameter)this, other); } /** */ public void prettyPrint(de.peeeq.wurstscript.attributes.prettyPrint.Spacer spacer, StringBuilder sb, int indent) { de.peeeq.wurstscript.attributes.prettyPrint.PrettyPrinter.prettyPrint((WShortParameter)this, spacer, sb, indent); } /** */ public String getName() { return de.peeeq.wurstscript.attributes.SmallHelpers.getName((WShortParameter)this); } }