Uses of Class
org.eclipse.steady.ConstructId
-
Packages that use ConstructId Package Description org.eclipse.steady -
-
Uses of ConstructId in org.eclipse.steady
Methods in org.eclipse.steady that return ConstructId Modifier and Type Method Description abstract ConstructIdConstructId. getDefinitionContext()Returns the context in which the the construct is defined.ConstructIdConstruct. getId()Getter for the fieldid.Methods in org.eclipse.steady that return types with arguments of type ConstructId Modifier and Type Method Description Map<ConstructId,Construct>DirAnalyzer. getConstructs()Map<ConstructId,Construct>FileAnalyzer. getConstructs()Methods in org.eclipse.steady with parameters of type ConstructId Modifier and Type Method Description intConstructId. compareTo(ConstructId _c)Compares the construct with the given construct by comparing their qualified name.booleanDirAnalyzer. containsConstruct(ConstructId _id)Returns true if the givenConstructIdis part of the analyzed file, false otherwise.booleanFileAnalyzer. containsConstruct(ConstructId _id)Returns true if the givenConstructIdis part of the analyzed file, false otherwise.ConstructDirAnalyzer. getConstruct(ConstructId _id)Returns theConstructwith the givenConstructIdor null if no such construct is present in the analyzed file.ConstructFileAnalyzer. getConstruct(ConstructId _id)Returns theConstructwith the givenConstructIdor null if no such construct is present in the analyzed file.static ConstructIdConstructId. toSharedType(ConstructId _core_type)Transforms an object with a given core type (defined in vulas-core) into an object having the corresponding shared type (defined in vulas-share).Method parameters in org.eclipse.steady with type arguments of type ConstructId Modifier and Type Method Description static Collection<ConstructId>ConstructId. getSharedType(Collection<ConstructId> _c)getSharedType.Constructors in org.eclipse.steady with parameters of type ConstructId Constructor Description Construct(ConstructId _id, String _content)Constructor for Construct.
-