Uses of Interface
net.ssehub.easy.instantiation.java.artifacts.IJavaParent
-
Packages that use IJavaParent Package Description net.ssehub.easy.instantiation.java.artifacts Default Java artifacts. -
-
Uses of IJavaParent in net.ssehub.easy.instantiation.java.artifacts
Classes in net.ssehub.easy.instantiation.java.artifacts that implement IJavaParent Modifier and Type Class Description (package private) classAbstractJavaStatementSuper class for nested elements of aJavaMethod.classJavaAssignmentRepresents an assignment expression within a method.classJavaAttributeRepresents a Java attribute.classJavaCallRepresents a Java annotation.classJavaClassRepresents a Java class.classJavaFileArtifactRepresents a Java source code file artifact.classJavaImportRepresents a Java import.classJavaMethodRepresents a Java annotation.classJavaPackageRepresents a Java package.(package private) classJavaParentFragmentArtifactA Java fragment artifact, which is also a Java parent element.classJavaQualifiedNameRepresents a java qualified name.Fields in net.ssehub.easy.instantiation.java.artifacts declared as IJavaParent Modifier and Type Field Description private IJavaParentJavaFragmentArtifact. parentMethods in net.ssehub.easy.instantiation.java.artifacts that return IJavaParent Modifier and Type Method Description protected IJavaParentJavaFragmentArtifact. getParent()Returns the parent of this fragment.Constructors in net.ssehub.easy.instantiation.java.artifacts with parameters of type IJavaParent Constructor Description AbstractJavaStatement(IJavaParent parent, org.eclipse.jdt.core.dom.ExpressionStatement expression, java.lang.String attributeName, org.eclipse.jdt.core.dom.ITypeBinding typeBinding)Default constructor of this class.JavaAnnotation(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> fields, IJavaParent parent)Default Constructor.JavaAssignment(IJavaParent parent, org.eclipse.jdt.core.dom.ExpressionStatement expression, java.lang.String attributeName, org.eclipse.jdt.core.dom.ITypeBinding typeBinding, org.eclipse.jdt.core.dom.ClassInstanceCreation rhs)Constructor for this class if on the right hand side is a constructor call.JavaAttribute(org.eclipse.jdt.core.dom.FieldDeclaration node, java.lang.String name, IJavaParent parent)Default Constructor.JavaCall(org.eclipse.jdt.core.dom.ExpressionStatement node, java.lang.String attributeName, org.eclipse.jdt.core.dom.ITypeBinding typeBinding, IJavaParent parent)Default Constructor.JavaClass(org.eclipse.jdt.core.dom.TypeDeclaration typeDeclaration, IJavaParent parent)Default Constructor.JavaFragmentArtifact(IJavaParent parent)Creates a Java fragment artifact.JavaImport(org.eclipse.jdt.core.dom.ImportDeclaration node, IJavaParent parent)Default Constructor.JavaMethod(org.eclipse.jdt.core.dom.MethodDeclaration node, IJavaParent parent)Default Constructor.JavaPackage(org.eclipse.jdt.core.dom.PackageDeclaration node, IJavaParent parent)Default Constructor.JavaParentFragmentArtifact(IJavaParent parent)Creates a new parent fragment artifact.JavaQualifiedName(org.eclipse.jdt.core.dom.QualifiedName node, IJavaParent parent)Default Constructor.
-