Uses of Class
org.eclipse.steady.Construct
-
Packages that use Construct Package Description org.eclipse.steady org.eclipse.steady.sign -
-
Uses of Construct in org.eclipse.steady
Methods in org.eclipse.steady that return Construct Modifier and Type Method Description ConstructConstructChange. getConstruct()Returns the construct that is subject to change.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.Methods in org.eclipse.steady that return types with arguments of type Construct Modifier and Type Method Description Map<ConstructId,Construct>DirAnalyzer. getConstructs()Map<ConstructId,Construct>FileAnalyzer. getConstructs()Constructors in org.eclipse.steady with parameters of type Construct Constructor Description ConstructChange(String _repo, String _repo_path, Construct _def, Construct _fix, String _rev, String _time_stamp)Constructor for ConstructChange. -
Uses of Construct in org.eclipse.steady.sign
Methods in org.eclipse.steady.sign with parameters of type Construct Modifier and Type Method Description SignatureChangeSignatureFactory. computeChange(Construct _from, Construct _to)computeChange.SignatureSignatureFactory. createSignature(Construct _construct)
-